Advertisement
The_Newt

[ROBLOX] Lobby Teleporter Script v2.1

Aug 27th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. --[[
  2. updated 30-09-2014
  3. this script teleports players back to the lobby when they die, reset or get disqualified from a round
  4. does not work on lobbies which are in a different game
  5. programmed by NewtPewt
  6. ]]--
  7.  
  8. a = game.players:getchildren()
  9. for i = 1, #a do
  10.     a[i].character.torso.cframe = workspace.teleportbrick.cframe
  11.     wait()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement