Tween Part in upwards curve

I am making a Slime that can jump, I am trying to find a way to Tween it in a curve, but I don’t know how I would achive this

example:
image

1 Like

If its a NPC just try using body movers to put force up and forward on the slime. If you can’t do that then try Bezier Curves.

I was thinking about doing beizer curves but I don’t have any experiences with them

If you want to do curves then look into this: Lerp/Bezier Module? - #6 by sleitnick. Body movers will be the easy way out though.