I like to host alot and make abilities only I can use. I was trying to make a drop dash but I can't figure out how to make my character move forward. (away from the camera) can someone help me?
P_Thrust and P_InstaThrust are functions that can push any object at the specified angle and speed.
The only difference between them is that P_Thrust adds to your momentum while P_InstaThrust replaces it with the specified speed.
P_Thrust and P_InstaThrust are functions that can push any object at the specified angle and speed.
The only difference between them is that P_Thrust adds to your momentum while P_InstaThrust replaces it with the specified speed.