Attempted to teleport to a place that is restricted

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

1 Like

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.

1 Like

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

This post should assist you in fixing your issue.

i’ve already looked at that he talks about making the game public, and publishing that so i tried it but none of it worked

Did you also enable third party teleports?

yea i did [char minimum][][]awawas