FunguyI
|
  |
| Joined: 11 Sep 2009 |
| Total Posts: 1412 |
|
|
| 15 Feb 2012 06:40 PM |
Hello, with my building skills increasing, I am needing more scripting and one thing I need is cframing. Other than these links right here:
http://wiki.roblox.com/index.php/How_to_make_a_spiral_staircase
http://wiki.roblox.com/index.php/How_to_make_circles
http://wiki.roblox.com/index.php/How_to_Make_Ramps
Is there anything that gives a more thorough explanation of CFramign through scripts? 'Cause in my game I had to get a free model circle for spinning:
brick = script.Parent while true do -- Loops script wait(0.001) brick.CFrame = brick.CFrame * CFrame.fromEulerAnglesXYZ(.1,.1,0.1) end
Morale of the story, anybody know anywhere else I can find things that deal with CFraming in scripts? |
|
|
| Report Abuse |
|
|
| 15 Feb 2012 06:47 PM |
Try:
http://wiki.roblox.com/index.php/CFrame
et
http://wiki.roblox.com/index.php/CFrame_positioning (although, stated in the page, this was nominated for deletion.)
† KMXD † |
|
|
| Report Abuse |
|