Is there an option to make a custom gravity only for some part?

Is there an option to make a custom gravity only for some part?

1 Like

I am pretty sure there is no direct way to alter gravity of parts. However, you can create this effect using BodyForces I think. Hope this helps!

2 Likes

In this case it’s a car but anyways thanks for help :slight_smile:

1 Like

If you want to make an object with unique gravity then you can use BodyForces like Galactiq said. The Formula for 0 gravity is Mass * Workspace gravity. Using that you can make something that alters the percentage of gravity something has.

If it’s a model you can loop through all baseparts using :GetMass() and adding to a variable to get the total mass of an object.

Sorry if you already had it figured out, but just incase.

2 Likes