Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- updated 30-09-2014
- this script teleports players back to the lobby when they die, reset or get disqualified from a round
- does not work on lobbies which are in a different game
- programmed by NewtPewt
- ]]--
- a = game.players:getchildren()
- for i = 1, #a do
- a[i].character.torso.cframe = workspace.teleportbrick.cframe
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement