Update init.server.lua

This commit is contained in:
Sam Sneed 2024-04-19 21:16:45 +00:00 committed by GitHub
parent 50dc439fd9
commit 4947dd8b44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,10 +84,7 @@ local function reload()
character:ScaleTo(1)
task.spawn(function()
for i = 1, 5 do
--character:PivotTo(CFrame.new(0, 100, 0))
task.wait()
end
player:LoadCharacter()
end)
for retry = 1, 10 do