How would I Teleport Player to different palce but same Server

I would like to Teleport the players to different places but within SAME game server, I tried to do this from both Client Side and Server Side by using Teleport:TeleportToPlaceInstance() method and getting error code 773. Both places are public and my own…

Your doing it the ideal way. If both places are not restricted, then I don’t see why it shouldn’t work. You shouldn’t be doing it on the client though.

The error 773 has happened multiple times before, so It could more likely to be a Roblox issue. Make sure everything is configured correctly, and no settings are private/ closed.

773 code is due to some resitrictions, and I don’t know what type of restrictions are they talking about, it’s maybe “same server doesn’t support multiple places” is the reason of error…