Where's body velocity/force gone?

A couple months ago, I found body velocity/force when I searched for it, I found it, now when I search for it, I can’t seem to find it. I’ve tried using AssemblyLinearVelocity but it didn’t work at all.

Basically I’m trying to create a football(or soccer if you’re American) shooting system. I just cant seem to find any ways.

It got replaced with Linear Force or Line Force

3 Likes

Roblox doesn’t suggest to use body velocity/force for new projects:

https://developer.roblox.com/en-us/api-reference/class/BodyVelocity

It is considered Deprecated.

2 Likes

You could try using this article to help you if you want:

https://developer.roblox.com/en-us/api-reference/class/LinearVelocity

1 Like

Using linear velocity, it works but the ball looks oddly too stiff when moving, I want it to roll on the ground, any fixes?

1 Like