|
| 09 Sep 2012 09:26 PM |
How would you make a brick/part continuously rotate in a circle of some sorts.
If you feel as this is a request, you don't have to help me. Any help is appreciated. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 09 Sep 2012 09:28 PM |
while true do local p = game.Workspace.Part p.CFrame = CFrame.Angles(math.rad(90),0,0) wait() end
I think that's it...I haven't worked with CFrame.Angles in a while but, yeah know...I think you get the point :3 |
|
|
| Report Abuse |
|
|
| |
|
|
| 09 Sep 2012 09:42 PM |
p.CFrame = p.CFrame * CFrame.Angles()
¬ Scripter Tier-2, LuaLearners Elite ♣ scripting teacher/freelance worker ♣ send me trade requests! |
|
|
| Report Abuse |
|
|
|
| 09 Sep 2012 09:54 PM |
| Maybe I should've worded it better. I'm not too sure rotation was the right word choice. More like an orbit, like the planets orbit around the sun? |
|
|
| Report Abuse |
|
|
|
| 09 Sep 2012 09:57 PM |
oh boy.
i don't feel like typing that all again, so take a look in this thread:
http://www.roblox.com/Forum/ShowPost.aspx?PostID=77830715
¬ Scripter Tier-2, LuaLearners Elite ♣ scripting teacher/freelance worker ♣ send me trade requests! |
|
|
| Report Abuse |
|
|
| |
|