Advertisement
Xxxtimmy

Untitled

Apr 25th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. --CREDITS--
  2. --[MU_MY THE CREATOR]
  3. --iiMU_MY
  4. --------------------------------------------------------------
  5.  
  6.  
  7. local TeleportService = game:GetService("TeleportService")
  8. local gameID = "843495510" --<<Remove This And Put The Second Game "ID"<<
  9.  
  10. function onTouched(hit)
  11. local player = game.Players:GetPlayerFromCharacter(hit.Parent)
  12. if player then
  13. TeleportService:Teleport(gameID, player)
  14. end
  15. end
  16.  
  17. script.Parent.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement