|
| 28 Dec 2013 07:12 PM |
| So I decided to make something rotate with a script, but once it got to a certain point, it freaks out and glitches. Is there a way to fix this? |
|
|
| Report Abuse |
|
|
Geomaster
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1480 |
|
| |
|
|
| 28 Dec 2013 07:16 PM |
game.Workspace.Bob.Rotation=game.Workspace.Bob.Rotation+Vector3.new(0,0,.1) |
|
|
| Report Abuse |
|
|
Geomaster
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1480 |
|
|
| 28 Dec 2013 07:27 PM |
Anchor it and try this:
while wait() do Workspace.Bob.CFrame = Workspace.Bob.CFrame * CFrame.Angles(0, math.rad(15), 0) end |
|
|
| Report Abuse |
|
|