Hey, my issue is that I have a part I touch and I want it to teleport the player to a place that’s inside my asset manager.
I tried with many dev forum posts and there isn’t much variety and I can’t find anyone that can re-create my error. Trying to realize what’s happening for a few hours already…
local plr = plrs[hit.Parent.Name]
local placeID = 3899763580
tps:Teleport(placeID, plr)
The lines of the script, simple Teleport.
I have tried to use pcall, and use the same sample from the wiki itself but it keeps prompting me this error.
Whenever I try to teleport to another base place it does work but it does not work when I try to teleport to this “place inside the experience”…
Any help please it’s really frustrating!
edit: Idk what the error means when it says I am not allowed to play this game, I also tried to publish the other place just incase and it doesn’t work.
local placeID = 3899763580
local reservePlaceID = teleportService:ReserveServer(placeID)
local plr = plrs[hit.Parent]
teleportService:TeleportToPrivateServer(placeID,reservePlaceID ,{plr})