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)
|
character:ScaleTo(1)
|
||||||
|
|
||||||
task.spawn(function()
|
task.spawn(function()
|
||||||
for i = 1, 5 do
|
player:LoadCharacter()
|
||||||
--character:PivotTo(CFrame.new(0, 100, 0))
|
|
||||||
task.wait()
|
|
||||||
end
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
for retry = 1, 10 do
|
for retry = 1, 10 do
|
||||||
|
|
Loading…
Reference in a new issue