Is there a way to see if a prop is at a position?

I’m trying to make a graphing calculator like @Blackhole927’s but for exponential functions instead. Is there a way to see if a prop or device like text is at a position?

You would have to build a coordinate system for that I think, but I don’t know if it would work for devices/props.

1 Like

Props really can’t trigger a trigger or trigger a zone

You might have to manually create the “position” you want the prop to be at. Just arbitrarily calling it’s coords (X,Y) will have to do, because as far as I know, props by themselves can’t trigger anything.

3 Likes

Oh dang it.

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.