Im trying to teleport between places, joining a friends game and im getting an error saying game restricted its unauthorized or something, error code 773.
My code:
local Player = game.Players.LocalPlayer local FriendsOnline = Player:GetFriendsOnline(12) for i,v in pairs(FriendsOnline) do local clone = game.ReplicatedStorage.Player:Clone() clone.Parent = FriendsList clone.Text = v.UserName clone.MouseButton1Up:Connect(function() TeleportService:TeleportToPlaceInstance(v.PlaceId, v.GameId, Player) end) end
The error is a Roblox issue and could be caused by multiple reasons.
It is an error code that denotes that users are not allowed to teleport to a game right now. This error could also indicate that users are trying to teleport to a game that is NOT approved by/or under review by Roblox Moderators. It could also be Roblox Servers that are causing the issues.