My game (3D) involves the player having to land on certain flat platforms. I want these platforms to lower a very small amount when the player lands on them (I want them to be “weighed down” by the player). I’ve tried experimenting with the player’s and platform’s rigidbodies and physics, but still haven’t gotten the outcome I want. How can I get this effect using a script?