Abillityx
|
  |
| Joined: 26 Feb 2011 |
| Total Posts: 3938 |
|
|
| 12 May 2012 11:55 AM |
When c-framing, should you use a tool in build mode, or Anaminus's command utility?
I have been using command utility, but it's not working out. |
|
|
| Report Abuse |
|
|
jack48271
|
  |
| Joined: 16 Jan 2009 |
| Total Posts: 2608 |
|
|
| 12 May 2012 11:56 AM |
| Go to my youtube account in my account description I have a video that shows a great C-Frame plugin! It should help you alot and understand it very easily. |
|
|
| Report Abuse |
|
|
3lex33
|
  |
| Joined: 08 Oct 2008 |
| Total Posts: 5220 |
|
|
| 12 May 2012 12:08 PM |
| Command bar, use this. Tool wont help you when you will need it a lot. |
|
|
| Report Abuse |
|
|
|
| 12 May 2012 12:12 PM |
Command bar command:
for i,v in pairs(game.Selection:Get()) do v.CFrame=v.CFrame*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)) end
-T |
|
|
| Report Abuse |
|
|
3lex33
|
  |
| Joined: 08 Oct 2008 |
| Total Posts: 5220 |
|
|
| 12 May 2012 12:17 PM |
| (v.CFrame + CFrame.new(0, 0, 0))*CFrame.Angles(radians, radians, radians) |
|
|
| Report Abuse |
|
|
jack48271
|
  |
| Joined: 16 Jan 2009 |
| Total Posts: 2608 |
|
| |
|
|
| 12 May 2012 01:03 PM |
| Plugins are pointless unless you make them yourself. |
|
|
| Report Abuse |
|
|
Archived
|
  |
| Joined: 25 Jan 2012 |
| Total Posts: 40 |
|
| |
|
jack48271
|
  |
| Joined: 16 Jan 2009 |
| Total Posts: 2608 |
|
|
| 12 May 2012 02:58 PM |
| @Radio not hard to make, it's not pointless if it works... |
|
|
| Report Abuse |
|
|
|
| 13 May 2012 02:38 AM |
| Command bar is better than a plugin or a tool... |
|
|
| Report Abuse |
|
|
Tartarani
|
  |
| Joined: 08 May 2012 |
| Total Posts: 743 |
|
|
| 13 May 2012 03:23 AM |
| command bar, you should find c-frame thingies |
|
|
| Report Abuse |
|
|
Abillityx
|
  |
| Joined: 26 Feb 2011 |
| Total Posts: 3938 |
|
|
| 13 May 2012 11:27 AM |
| Can I have an example of what to type in command bar please? |
|
|
| Report Abuse |
|
|
| |
|
|
| 13 May 2012 11:52 AM |
CmdUtl is a touchy program. Do all your building with it before running any scripts. Make sure the part you're trying to CFrame is anchored. Other than that it is a wonderful program.
It would be wise to forget about tools and learn how to CFrame. When scripting you will use CFrame commands often, so knowing the commands is a must.
CFraming is not hard , all you neet to do is try it in studio.
http://wiki.roblox.com/index.php/CFrame |
|
|
| Report Abuse |
|
|