get paid to paste

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

Pasted: Sep 10, 2021, 7:04:55 am
Views: 845