#i cant change place wit my teleporter

1 messages · Page 1 of 1 (latest)

gritty stump
#

i dont knwo why its dont work

scripts

local GameId = "127339866092818" -- Change this ID to the games ID which you want players to teleport to

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)

#

so normally its need to change the place when you touch the part but it didn't teleport

lost shellBOT
#

studio** You are now Level 1! **studio

cold breach
#

placeid not gameid

gritty stump
#

?

#

oh thx

#

ill try it