Advertisement
yamanohera155233

Untitled

Jun 27th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local TeleportService = game:GetService("TeleportService")
  2.  
  3. local level1Id = 408502340
  4. local level2Id = 408502380
  5.  
  6. game.Players.PlayerAdded:connect(function(player)
  7. TeleportService:Teleport(level1Id, player)
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement