how to make a place teleporter in roblox studio!

7 days ago
9

teleporter script:

local GameId = "18832730168" -- remove these numbers and replace it with your game ID

function Touched(Player)
local FromChar = game.Players:GetPlayerFromCharacter(Player.Parent)
if FromChar then
local TeleService = game:GetService("TeleportService")
TeleService:Teleport(GameId,FromChar)
end
end
script.Parent.Touched:Connect(Touched)

SCP ESCAPE:

https://www.roblox.com/games/10264754868/SCP-ESCAPE-WIP

Loading 1 comment...