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

How do you make a part float and spin?

Asked by 10 years ago

I see this all the time but i dont know if they use a loop or no.

0
Please read this blog post about asking questions on Scripting Helpers: https://scriptinghelpers.org/blog/posting-good-questions-and-answers-on-scripting-helpers Articulating 1335 — 10y

3 answers

Log in to vote
3
Answered by 10 years ago

They actually use a combination of two BodyForce objects.

You can use a BodyPosition force to hold the object up. Here is more information on that: http://wiki.roblox.com/index.php?title=RBX.lua.BodyPosition_(Object)

Then, you can use BodyAngularVelocity to rotate it. More information on that: http://wiki.roblox.com/index.php?title=RBX.lua.BodyAngularVelocity_(Object)

Ad
Log in to vote
0
Answered by 10 years ago

I recommend going to the wiki if you want to Learn how to make one. This for help on how to fix or make a script work correctly and more.

Log in to vote
0
Answered by 10 years ago

There is a twitter account made by Merely called @RbxDevTips that has a picture of BodyForce objects. You can view it here: http://t.co/9a1yN0Dx4p

Answer this question