Help with deleting items affected by gravity

When the obect spawns, save the global position.y in a variable and use it to check if the object should break or not when it falls.

If you have your collision groups set correctly you should be able to use the rigidbody body_entered() signal to check if the object is touching the ground.

1 Like