As shown in the picture above, what can be done to detect when an object has moved out of a certain space? (Suppose the object is anchored)
I created a tool to move parts locally using the movement handle.
And, on the server, I want to take the location of the moved parts and figure out if that location is in space, and move the parts when the parts are in space,
but I don’t want to move the parts when it’s not.
That’s why I desperately need the ability to detect if the location of the parts is in space.
Please help!!