- repeat wait() until game:IsLoaded()
- if game.PlaceId ~= 46955756 then
- workspace:WaitForChild("Winner"):InvokeServer()
- wait(1)
- game:GetService("TeleportService"):Teleport(46955756)
- else
- workspace:WaitForChild("SkipWaitVote"):InvokeServer()
- while true do
- workspace:WaitForChild("BuyZombie"):InvokeServer("Speedy")
- workspace:WaitForChild("Make"):InvokeServer("Speedy")
- wait()
- end
- end