Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --CREDITS--
- --Fredxre-
- local TeleportService = game:GetService("TeleportService")
- local gameID = --Game ID-- --<<Remove This And Put The Second Game "ID"<<
- function onTouched(hit)
- local player = game.Players:GetPlayerFromCharacter(hit.Parent)
- if player then
- TeleportService:Teleport(gameID, player)
- end
- end
- script.Parent.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement