Hello, I’m currently in the process of making a bouncing bomb. I want it to bounce off floors, and explode on any player or wall. Is there any way to easily tell whether it touches a wall or a floor?
(The ways I could think of are checking the height, checking the name of the part, or using a bool value inside each part, but they seem inefficient, and the first option forces the build to be one elevation)