How would I make a platform that tilts when an object or player is on one side of it like a seesaw?
I tried using the Sine function and stopping the movement until the player comes in contact with the platform, but it isn't positional (i.e. the player is on the left side and the left side still goes up).