Changing the speed of an AlignPosition

I’m trying to change the speed of a part that uses an AlignPosition. I’ve tinkered around a bit, but I don’t know how to slow it down. Again, my goal is to slow the alignposition down significantly.

Check out the Force Limits section of the AlignPosition documentation.
Responsiveness and MaxVelocity are the ones you should be adjusting.

I have rigidity enabled, so it won’t let me edit these variables

There’s your problem. Disable RigidityEnabled.

how do I stop it from bouncing around me?

What exactly are you trying to do?
Is it something like having a pet that follows you?

I’m basically trying to remake blade ball. I’m trying to have the ball chase the player

Align position might not be the best for that, personally I would use Lerp

I’ve tried using Lerp, but it just stutters. AlignPosition does a really good job though

it’s smooth like butter, which is why I love it

Sorry if im a bit late to this, but if its bouncing right passed you, try turning up the MaxForce. I had the same problem and I just turned the MaxForce all the way up

2 Likes

Thanks for the suggestion XD. You’re just a tiny bit late lol

Did you ever get a Solution? If you did, please post it and mark it as the Solution.
If someone else’s post solved it then mark the post that solved it as the Solution.

It’ll keep people from trying to solve your post, and will help other people with the same issue when they are searching for posts that are marked ‘Solved’.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.