artixion
|
  |
| Joined: 24 Feb 2010 |
| Total Posts: 24 |
|
|
| 16 Aug 2011 01:54 PM |
I really wan't to learn how to cframe. please can someone help me?
-Artixion |
|
|
| Report Abuse |
|
|
Snowshoo
|
  |
| Joined: 30 Jul 2011 |
| Total Posts: 670 |
|
|
| 16 Aug 2011 01:55 PM |
No one will help you on this forum.
They're all noobs. |
|
|
| Report Abuse |
|
|
theopfor
|
  |
| Joined: 08 Feb 2011 |
| Total Posts: 11003 |
|
|
| 16 Aug 2011 01:56 PM |
Snowshoo get out.
http://wiki.roblox.com/index.php/CFrame_positioning
:E froodle noodle There are only 10 types of people in the world: those who understand binary, and those who don't. |
|
|
| Report Abuse |
|
|
artixion
|
  |
| Joined: 24 Feb 2010 |
| Total Posts: 24 |
|
| |
|
theopfor
|
  |
| Joined: 08 Feb 2011 |
| Total Posts: 11003 |
|
|
| 16 Aug 2011 01:58 PM |
Don't listen to Snowshoo he is mad because we didn't help him with when he had troubles getting to free models.
:E froodle noodle There are only 10 types of people in the world: those who understand binary, and those who don't. |
|
|
| Report Abuse |
|
|
artixion
|
  |
| Joined: 24 Feb 2010 |
| Total Posts: 24 |
|
| |
|
theopfor
|
  |
| Joined: 08 Feb 2011 |
| Total Posts: 11003 |
|
|
| 16 Aug 2011 02:00 PM |
Visit my wiki link? I have another command you can use.
for i = 1,#game.Selection:Get() do game.Selection:Get()[i].CFrame = game.Selection:Get()[i].CFrame * CFrame.new(0,0,0)* CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) end
Once you get the basic wiki link version mastered this one you will understand.
:E froodle noodle There are only 10 types of people in the world: those who understand binary, and those who don't. |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2011 02:00 PM |
Art, CFraming is something best learned just through practice. I'd recommend you open Roblox studio and insert a couple bricks to play around with (or you could actually try to build something useful).
But to get you started, I'll give you the commands I use to CFrame.
game.Selection:Get()[1].CFrame = game.Selection:Get()[1].CFrame + Vector3.new(0,0,0) -- change the 0,0,0 to another value to get started
For rotational CFrame:
game.Selection:Get()[1].CFrame = game.Selection:Get()[1].CFrame * CFrame.Angles(0,0,0) -- change the 0,0,0 to another value to get started Regards, ~Scarfacial |
|
|
| Report Abuse |
|
|
artixion
|
  |
| Joined: 24 Feb 2010 |
| Total Posts: 24 |
|
| |
|
| |
|
| |
|