1. repeat wait() until game:IsLoaded()
  2. if game.PlaceId ~= 46955756 then
  3. workspace:WaitForChild("Winner"):InvokeServer()
  4. wait(1)
  5. game:GetService("TeleportService"):Teleport(46955756)
  6. else
  7. workspace:WaitForChild("SkipWaitVote"):InvokeServer()
  8. while true do
  9. workspace:WaitForChild("BuyZombie"):InvokeServer("Speedy")
  10. workspace:WaitForChild("Make"):InvokeServer("Speedy")
  11. wait()
  12. end
  13. end