local placeJobId = getServer()
return TeleportService:TeleportAsync(7784928804, {player})
How and where do I put the jobId to teleport the player to that specific server?
local placeJobId = getServer()
return TeleportService:TeleportAsync(7784928804, {player})
How and where do I put the jobId to teleport the player to that specific server?