I have a humanoid, and I want it so that when it is jumped on, it is pushed back a bit in the direction my character was facing. How would I do it?
You can use the Touched event in order to run a piece of code when something is touched. Then you can set the velocity of the Torso to the negative of the lookVector of your Torso times x. x represents the force.