Update init.server.lua
This commit is contained in:
parent
50dc439fd9
commit
4947dd8b44
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue