Teleport Service teleports to the starting place only

local teleportOptions = Instance.new("TeleportOptions")
teleportOptions.ShouldReserveServer = true
task.wait(3)
for _,v in pairs(sbrplayers) do
	TS:Teleport(10932722827, v, teleportOptions)
end

the code above teleports me to the starting place even though the id is different. Why?

I also tried using TeleportAsync

1 Like

You probably need to enable allow third party teleports in the game settings.

1 Like

its in the same universe so i dont think thats the issue. I somehow fixed it, dk how though.

1 Like