Hello. I have a specific type of platforms in my obby game. These are designed to tilt based on physics when the character stands on them. This works fine, the problem is that I want these platforms to reset back to their original orientation after the player has stopped standing on them. At the moment, they will sometimes rotate back to the original position on one axis, but it takes absolutely forever to get them back on the other. I want to speed up that process, and sometimes it just doesn’t happen at all
The normal state
Standing on the platform
after getting off of the platform it just spins slowly, not returning to the original position
How can I achieve this?