How can I check if the player has been crushed between two blocks?

I’ve been wondering if there’s a way to know if the player has been squished/crushed within a script. Please respond if you know any way to do so!

1 Like

You’d have to perform magnitude checks between player and first part + player and second part. If both of them are less than a certain number then players has been crushed.
Documentation: Magnitude

1 Like