Maybe i’m asking this wrong but here’s what I mean.
I have this object that adds force to it when I have it doing an event.
I also have the float named MovementSpd that determines how fast it is going.
MovementSpd is the Objects Velocity, but the velocity is being determined by the worlds transform or something.
Kind of like this, I have north and south.
When ever my object goes north the MoveSpd will be increased up as Negative(Such as -72.4)
But when I move in souths direction the MoveSpd is going up as a Positive number.
So what I need it to do is increase as a positive when the face/forward/front, part of my object is moving forward and decrease when the object is going backwards.
But idk how to go about this. Or know if it’s even possible, but I think it is.
Any help would be good.