Meista
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 5010 |
|
|
| 26 Jul 2015 10:12 PM |
local sp = script.Parent
while wait(0.1) do sp.Rotation = CFrame.new(0,0,sp.Rotation.Z+1) end |
|
|
| Report Abuse |
|
|
Meista
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 5010 |
|
| |
|
Meista
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 5010 |
|
| |
|
litalela
|
  |
| Joined: 30 Mar 2010 |
| Total Posts: 6267 |
|
|
| 26 Jul 2015 10:59 PM |
| script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(x, y, z) |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2015 11:02 PM |
| shouldnt there be a CFrame.new somewhere in there? |
|
|
| Report Abuse |
|
|
litalela
|
  |
| Joined: 30 Mar 2010 |
| Total Posts: 6267 |
|
|
| 26 Jul 2015 11:03 PM |
| Nope, my script works fine if he replaces x,y,z with actual values. |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2015 11:07 PM |
| script.Parent.CFrame = script.Parent.CFrame * CFrame.Angles(0, 0, 1) |
|
|
| Report Abuse |
|
|