Teleport to that place is restricted

I’m making a party/lobby system with UI, and and everything is successful apart from this one thing. Whenever I click the join game button, it only teleports one player, and for the other player is says “Teleport to that place is restricted”.
image

image

Any idea what the issue is?

1 Like

I’m pretty sure you should get rid of the for loop and just have

ts:TeleportToPrivateServer(10669067969, reservedserver, users)
1 Like

It turns out the place i was trying to teleport to cost robux, and the account i was using to test didn’t own the place. What you’ve said works still, so thanks for that.

yeah, I just recommend doing it without the loop, because with the loop you are sending multiple requests to join the server.

1 Like