This is what I am doing: (simplified)
You drive a vehicle (air) and I need a way for the server to recognize that you are near a certain location, and then send you a client-side message.
1st attempt: I tried making huge cubes cover the whole area, with an onvehicle touch event, and they are invisible, but collision is on, but the thing is that when you are flying, you suddenly bump into an invisible wall, so that doesn't work.
Are there any other ways to approach this problem?
thanks