"Requested Destination Outside the Boundaries"

Summary

I created a script that teleports players in an offsetting order. I.E Player 1 gets teleported to first location, second player is teleported to first location + 80.0 in another direction, etc. However every so often it returns an error “Teleport destination outside the boundaries” which obviously its not, since several other players were able to teleport to that same area ± 80.0.

In response, I tried to teleport to the area ± 250.0 in all directions, which gives a rather wide range that should not be blocked and still should not be outside the boundaries. The Error still occurs and my session crashes.

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Verse

Steps to Reproduce

Use a for loop that teleports all players to a location ± 80.0 in one direction. After several attempts, one or more players wont teleport and It will say “Requested destination is outside the boundaries”

Expected Result

All players teleport with no issues

Observed Result

50-80 percent of players teleport, the rest do not.

If it is looped to attempt a teleport to a different location on fail, the session will crash

Platform(s)

PC

Upload an image

Does it also tp downwards? Maybe your script is attempting to tp players below the map outside of the boundaries. Try having it print the coordinates it attempted to TP at

It shouldnt be, i have it teleporting to cubes with no collision that are hidden in the game (So they’re just invisible markers for the transform values) and they’re all placed at least a player if not a player and a half above the ground. But yes I’ll have it print the coordinates! Curious where its trying to teleport to if its “out of bounds” because its definitely not where it should be

1 Like

Yep definitely not attempting to teleport anywhere outside the boundaries
image
This was the result of a failed teleport, in which the next one in nearly the same location (Just offset a bit) Succeeded