Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion TestingRelease.luau
Original file line number Diff line number Diff line change
Expand Up @@ -908,9 +908,11 @@ local function KryptonInit() -- [ Setup, following the emper's way because peopl
Camera = NewCamera
CameraHandle = Camera:GetPropertyChangedSignal("CameraSubject"):Connect(UpdateCameraCFrame)
end


spawn(function()
UpdateCameraCFrame()
SetUpHatConfig()
end)

ForceSetProperty(FindFirstChild(FakeRoot, "Died"), "Volume", 0)
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health, false)
Expand Down