Reserved Server JobId Teleport

Teleporting me to the same job id doesn’t achieve what I want it to achieve.

I’ve tried with and without a table.

idk for me it works fine i have my own create privateserver script

1 Like

That is fixed now the error causes is Attempted to teleport to a place that is restricted

:TeleportToPlaceInstance Only teleports player to the job id when the server actually exists, if that server is inactive (no players inside the server) then you cant join it. (Thats what i know, correct me if i am wrong.)

You can make a player joiner just like MM2.
Whenever you join your friend it teleports you to your friend server.

Read more here
https://developer.roblox.com/en-us/api-reference/function/TeleportService/TeleportToPlaceInstance

Yes, my alt is in the server where the job id is being placed into the teleport.

Also I was talking about job id of the server where your alt is

Make sure the job id of the server is correct where your alt is, or enable
image
Or make sure your place is public.
if its correct then it seemed that its roblox’s issue.

Ah. I’ll double check it.
characterssss

image

what about the other options?

also can you do print(destinationName)

image

image
returns Server-04

image
returns the job id in the image above

ive also confirmed the job id matches the one my alt is in

1 Like

Also is your game public?
and this option is enabled?
image

Public yes, third party teleports not yet, let me try that now.

Unfortunately, still does not work.

Oh I forgot, TeleportToPlaceInstance wont work if you are using ReserveServer

Ah. Are there any alternatives?

You can try TeleportAsync or TeleportToPrivateServer (Saw it from docs)

image

Use TeleportToPrivateServer()

Does it work for job IDs?
character limit again

Yes

1 Like

Okay I’ll give it a go.
qwerty