theres no force angle in 3d as far as i know
i made a gif but the file size was too big so i just made an image in paint sry confused you with the drawing but its actually 3d
i dont have any code except for this because im using the 3d platformer extension
No, there doesn’t appear to be. There are actions to apply a force by giving the X, Y & Z components. However, this’ll require a bit of maths to figure out.
The X & Y force would be based on the character’s angle, though I’m not sure if this is affected by the up/down angle the player is facing. The Z force will be based on the up/down angle the player is facing. Remember each component should be normalised before multiplying it by the force.