Make an object move towards the player faster as it gets closer

how can I make an object move towards the player kinda exponentially as it gets closer

How are you moving the object(s)? Behaviors have speed, acceleration and max speed settings. If using force, you apply more force. Either by applying addition permanent force or changing the amount of immediate force.

The change in speed can be based on distance between the objects or time. You could also use a variable Tween.

It all depends on your intention and method of movement.

I couldn’t really figure out how to get a tween or behavior to work the way I wanted it to so I just added both instant and permanent force to give it an accelerating effect, thank you for the help :heart:

1 Like