I’m trying to detect when a part is about to touch the fallen parts height boundary, but there is no built in way to do so. Has anyone achieved something like this?
I’m currently using Part.Touched() events in a very sophisticated manner and is very performance heavy.