Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Game teleporter. If you touch a brick. Made by Booms_G0 Use a normal script
- function onTouched(hit)
- local player = game.Players:GetPlayerFromCharacter(hit.Parent)
- if player then
- game:GetService("TeleportService"):Teleport(121064877,player) -- Change the numbers to YOUR place ID
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement