BobaF46g
|
  |
| Joined: 02 Oct 2011 |
| Total Posts: 46 |
|
|
| 18 Mar 2012 07:36 PM |
| What is c framing and how do you use it |
|
|
| Report Abuse |
|
|
69scott69
|
  |
| Joined: 30 Jan 2011 |
| Total Posts: 6136 |
|
|
| 18 Mar 2012 09:32 PM |
Here is a link to theopfor's CFraming Guide:
http://www.roblox.com/Forum/ShowPost.aspx?PostID=59292203
It taught me everything I needed to know. |
|
|
| Report Abuse |
|
|
|
| 19 Mar 2012 05:31 AM |
| It's easy with a little practice and a tutorial. I prefer the classic cframe tool (the one that looks like the texture tool instead of the guide). So when I build and have to use cframe, I always put in my giver for the tool. |
|
|
| Report Abuse |
|
|
kilkil912
|
  |
| Joined: 27 Aug 2011 |
| Total Posts: 1288 |
|
|
| 19 Mar 2012 11:12 AM |
| I just got bored one day and played a game with CF-rame. I wanted to do it my self so I made a Edit CF-rame tool. Well thats the end of my story. |
|
|
| Report Abuse |
|
|
Buc391
|
  |
| Joined: 11 Sep 2010 |
| Total Posts: 11373 |
|
|
| 19 Mar 2012 12:28 PM |
| You click the rotate button on the top right of the screen in RobloxStudio and click the part or model you want to rotate. The C-Frame tool has bunches of ways to rotate the item. Click the way you want to rotate it(It shows lines to show which way it will rotate) and it'll turn that why. Hopefully this answers your question. =) |
|
|
| Report Abuse |
|
|
Buc391
|
  |
| Joined: 11 Sep 2010 |
| Total Posts: 11373 |
|
|
| 19 Mar 2012 12:29 PM |
| It'll turn that way* sorry. =) I was typing too fast. |
|
|
| Report Abuse |
|
|
Cenarion
|
  |
| Joined: 03 Nov 2011 |
| Total Posts: 3181 |
|
|
| 19 Mar 2012 12:50 PM |
| Cframing is the moving of bricks in which you couldnt normally do. |
|
|
| Report Abuse |
|
|
|
| 19 Mar 2012 12:55 PM |
CFraming is Coordinate framing. It means to move a part to a certain coordinate. (0,0,0) is the dead center of the game. (1,2,3) moves a part 1left,2up,3forward. (-1,-2,-3,) moves a part 1right,2down,3backward. In CFraming you can move parts in large or small increments example-(10000,1,0.00001) CFrame uses a simple command, with the correct path to find the part. (game.Workspace.Part.CFrame = ) This tells your computer where to look and what to move. The commands that follow the = are the type of movements you require. =CFrame.new(0,0,0) moves a part to coordinates set . Using other commands in the same line is possible by using an * meaning with. game.Workspace.Part.CFrame = CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(0,0,0). This command will move a part and rotate it at best guess angles.
There are other commands you can use by adding an *. Press F1 in game and you will open the wiki, search the wiki for CFrame to find the other commands.
All commands are used in the command bar in Roblox studio, Type the command and hit enter and the part should move, if not then check all spelling and paths. When a command doesn't work it will highlight in blue. |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 19 Mar 2012 01:12 PM |
| o.O Dude... if he didnt know how to cframe. why you think he could do that scripting?! anyway in short of above: its like dragging a part but if you use cframe you can get it IN the brick hope that helps; and for you i should try to use an tool they are the simplest one |
|
|
| Report Abuse |
|
|
|
| 19 Mar 2012 01:23 PM |
@vlekje513 Say what? I showed commands used in command bar. This is not scripting, but a command can also be used in a script so it would be wise to learn CFraming. CFrame tools cannot be used in scripts. |
|
|
| Report Abuse |
|
|
BobaF46g
|
  |
| Joined: 02 Oct 2011 |
| Total Posts: 46 |
|
|
| 21 Mar 2012 01:36 PM |
Thank you that should be what i need
|
|
|
| Report Abuse |
|
|
|
| 21 Mar 2012 10:36 PM |
| CFraming is allowing another brick to either, change places, be put in another brick, changing the angle, or vector etc. I hear a lot of people use the CFraming TOOL but instead, I use Studio mode and use the Command bar. If you need help with CFraming go to google and search Roblox wiki. It will teach you everything you need to know about ROBLOX and building. |
|
|
| Report Abuse |
|
|
grimy12
|
  |
| Joined: 16 Aug 2008 |
| Total Posts: 13509 |
|
| |
|
|
| 22 Mar 2012 09:15 AM |
| c-frameing gives u awsum detail like put a brick in a brick |
|
|
| Report Abuse |
|
|
69scott69
|
  |
| Joined: 30 Jan 2011 |
| Total Posts: 6136 |
|
|
| 22 Mar 2012 02:16 PM |
| Peolple really need to learn to read the entire thread to see if the question has been answered. The two posts above are pretty useless. |
|
|
| Report Abuse |
|
|
|
| 22 Mar 2012 04:32 PM |
C-Framing is very exciting. Most successful game builders C-Frame a lot. Even in my new game I had to C-Frame for hours upon hours. Well, to use it on Edit mode on ROBLOX Studio you would have to have some sort of plug in. But if you use it on Build mode in ROBLOX Studio, then you would have to; A.) Look in free models for a tool, or B.) Make it yourself.
~Flying pigs = flying bacon~ |
|
|
| Report Abuse |
|
|