#weird error when teleporting???
1 messages · Page 1 of 1 (latest)
oops sorry forgot about that
local TeleportService = game:GetService("TeleportService")
local gameID = 18717886488
function onTouched(hit)
local player = game.Players:GetPlayerFromCharacter(hit.Parent)
if player then
TeleportService:Teleport(gameID, player)
end
end
script.Parent.Touched:connect(onTouched)
Also BTW you can't do it in studio, try ingame
ive tried that too, it gives me the attempted to enter a place that is restricted error
lemme get a screenshot
permissions to teleport to that place are not provided
you need permisions to actually teleport from one place to the next
that makes sense
where do i activate them? (if youre talking about third party teleports, it was already active)
I'm not really sure,