if match then
local reserved = TeleportService:ReserveServer(91316631332126)
for i,v in match do
MessagingService:PublishAsync(v[1], reserved)
end
end
end
end)
task.wait(1)
end
end)
game.Players.PlayerAdded:Connect(function(plr)
MessagingService:SubscribeAsync(plr.UserId, function(ID)
TeleportService:TeleportToPrivateServer(91316631332126, ID, {plr})
end)
end)
the ID is right, the place is public, and the place is also owned by the same account so why isnt it working
What exactly isn’t working? We can’t assist you with fixing the issue without more information. Please edit the original post with the full code (or function) along with screenshots or pasted text of any errors.
List out methods you attempted first and try googling the issue.
I said im getting an error code 733 “attempted to teleport to a place that is restricted” the rest of the code is irrelelvant this is the only part that handles the actually teleport, and the codes does carry out but im getting that error