Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Encountering Error 773 multiple times while trying to teleport to friend , any help?

Asked by 3 years ago

So , I made a friend teleport gui that teleports you to your friend. The place which where you are supposed to be teleported to has a max player count of 50 and is public as I tried using Teleport() and TeleportToPrivateServer() and it works. Im using a local script to teleport the player to their friend. But when I click on the join button , I get an error saying

Teleport Failed Attempt to teleport to a place that is restricted Error Code : 773

Client Code:

join.MouseButton1Click:Connect(function()
    teleport:TeleportToPlaceInstance(v.PlaceId , v.GameId , Player)
end)

Please help!

1 answer

Log in to vote
0
Answered by
Xapelize 2658 Moderation Voter Community Moderator
3 years ago

The place is restricted means that the server's status are no longer accessable for players. Your script is working though.

0
What occurs the error code 773? I actually don't know, but you could try the script soon Xapelize 2658 — 3y
Ad

Answer this question