TeleportToPlaceInstance not working?

I’m trying to create a script that allows players to see which friends of theirs are currently in a place inside the current game & thus being able to teleport to them using TeleportService.

I’m using Player:GetFriendsOnline() to grab the Place ID & Job ID and that part works fine, but the issue comes up during the actual teleportation process. Using TeleportService:TeleportToPlaceInstance, I keep getting the error that the requested place is unauthorized, but it’s a server with 29 available server spots. I also tried to use a remote function to get the indicated player’s place & job IDs on the server using TeleportService:GetPlayerPlaceInstanceAsync() to see if that made a difference but it doesn’t seem to help.

Has anyone had this issue before? Is there any other way I could go about fixing this?

1 Like