Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Making Parts Lightweight or Slow?

Asked by
Nickoakz 231 Moderation Voter
9 years ago

Is it possible to use some sort of Body Velocity or Thrust to make parts gravity weaker, like the parts are on the moon?

0
Yes YellowoTide 1992 — 9y
0
Can you state how or what to use? Jeesh. Saying yes is not my solution. Nickoakz 231 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

This script would make a part float. Edit, even better.

part=script.Parent
b=Instance.new("BodyForce",part)
b.force=Vector3.new(0,part:GetMass()*196.16,0)
Ad

Answer this question