How do you make an NPC jump slower?

I just want to make an NPC jump slower (rise slower, and fall slower.) I know changing gravity can do this, but that would affect all players and NPCs, instead of just this one. I know this might be possible with BodyPosition, but I don’t want to use anything deprecated in this project. Any help is appreciated

1 Like

Update, I tried setting the density higher and it did not affect anything. I am using JumpHeight atm.

You could always mess with AllignPosition. I was able to get the lower gravity “coming down from the jump” effect by using that

1 Like