Hibobb
|
  |
| Joined: 18 Apr 2010 |
| Total Posts: 2146 |
|
|
| 10 Aug 2013 03:40 PM |
| I've seen multiple tools where a fire revolves around a sphere for example. How do I make it do this? |
|
|
| Report Abuse |
|
|
|
| 10 Aug 2013 03:44 PM |
for i = 1, 360 do part.CFrame = centerCFrame * CFrame.Angles(0, math.rad(i), 0) * CFrame.new(0, 0, offset) wait(1/30) end
Any math geniuses wanna make it better? |
|
|
| Report Abuse |
|
|
Hibobb
|
  |
| Joined: 18 Apr 2010 |
| Total Posts: 2146 |
|
|
| 10 Aug 2013 03:58 PM |
| So...I would revolve the part? |
|
|
| Report Abuse |
|
|
|
| 10 Aug 2013 04:11 PM |
| The part the fire is located in. |
|
|
| Report Abuse |
|
|