db commit message latr

This commit is contained in:
2023-12-24 15:04:50 -05:00
parent 52e787eb50
commit d1f9efce89
14 changed files with 225 additions and 166 deletions

View File

@@ -1,6 +1,5 @@
local HumanoidRPSettings = require(script:WaitForChild("HumanoidRootPart"))
local CameraModule = require(script:WaitForChild("Camera"))
local LTM = require(script:WaitForChild("LocalTransparencyModifier")) --Should this just be part of Camera.lua? idk,
local Character = script.Parent
local HumanoidRootPart = Character:WaitForChild("HumanoidRootPart")
@@ -8,10 +7,7 @@ local Humanoid = Character:WaitForChild("Humanoid")
local CurrentCamera = workspace.CurrentCamera
local HRPSettings = HumanoidRPSettings.constructor(HumanoidRootPart)
local LTMSettings = LTM.constructor(Character)
local CameraConsturctor = CameraModule.constructor(CurrentCamera, HumanoidRootPart, Humanoid)
HRPSettings:DisableRobloxSounds()
LTMSettings:off()
CameraConsturctor:SetupFakeCamera()
CameraConsturctor:EnableBobbing()