Slow falling objects

Hi!
How I can make something fall slower without scripting?

4 Likes

Err… This is scripting support. You’re in the wrong category if you’re asking to do something without scripting.

Anyway, you can use BodyMovers, like BodyForces to make something fall at a slower rate.

4 Likes

This not works for me, object is still falling too fast

1 Like

Try changing around the power of the BodyForce and the velocity. It can give a low-gravity effect.

(or… i mean… if you’re talking about the whole game having slow falling objects, you can change the gravity…)

Baseplate.rbxl (15.0 KB)

Check yourself I tried changing around yesterday - nothing worked

Alright. I got it to fall slowly.

Force: 0, 56500, 0
You need to have insane amounts of force to get it to fall slowly.

9 Likes

Wow.
So i need to use BodyForce?

2 Likes

I believe there are other options you could do, but yes, BodyForce is the greatest solution I have found.

3 Likes