Xelia4
|
  |
| Joined: 19 Jul 2012 |
| Total Posts: 512 |
|
|
| 01 Oct 2013 04:18 PM |
I'm going to be using a spinning part (much like a part on a motor hinge) to simulate spinning smoke, except i'd prefer to use basic CFraming so that the part will rotate in a circle to an infinite.
i'm not much of a scripter, i know a few simple stuff, but i should be able to figure out what i'm told. |
|
|
| Report Abuse |
|
|
|
| 01 Oct 2013 04:20 PM |
while true do script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0,0,0) wait() end |
|
|
| Report Abuse |
|
|
|
| 01 Oct 2013 04:27 PM |
| What do you mean by "rotate in a circle to an infinite"? |
|
|
| Report Abuse |
|
|
Xelia4
|
  |
| Joined: 19 Jul 2012 |
| Total Posts: 512 |
|
|
| 01 Oct 2013 04:31 PM |
Rotate infinite times; never stop.
And thank you stick, that works perfectly as i need it too. |
|
|
| Report Abuse |
|
|