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