|
This plugin is a CFramer that uses 3DGUI handles to position and rotate the part you select inside and around and through other parts.
Here's the source code:
http://www.roblox.com/KBICFramePlugin-lua-item?id=59335532
You can make a new icon or whatever, just name it Icon.png.
It allows you to easily rotate and CFrame a part (the position arrows do not rotate with the part like in some freemodel CFrame tools) without having to go into complex Lua scripting. |
|
|
We like using the command bar.
-The naked old man |
|
|
Well, would you prefer
workspace.PartThingy.CFrame = workspace.PartThingy.CFrame + Vector3.new(0, -0.5, 0); workspace.PartThingy.CFrame = workspace.PartThingy.CFrame * CFrame.Angles(0, 0.5, 0)
or being able to use 3D objects to do the same thing 10 times as fast? |
|
bombpawJoin Date: 2009-03-15 Post Count: 3484 |
I'd rather use CmdUtil
~(°_o) Herpus Derpus~ |
|
WeaselledJoin Date: 2010-02-24 Post Count: 417 |
Im going to try it. |
|
|
I prefer the way I already do it.
-The naked old man |
|
|
|
It's not working...
I copy the file to the plugins folder, right?
[I've never used a plugin]
then what?
[~|Øߣî¥îΩцµ|~] |
|
|
To install plugin:
Make new folder inside plugin folder (name doesn't really matter)
Copy contents of file.
Paste in text editor.
Save inside folder as CFramePlugin.lua
Make a 16-by-16 PNG image in Paint and name it Icon, save it in folder
Run ROBLOX studio
You know, I might just upload the plugin as a zip to media fire or something so that you can just download the plugin, unzip it, and then put it in the plugin folder... |
|
|
NVIJoin Date: 2009-01-11 Post Count: 4744 |
CmdUtl > this |
|
Lucas_LuaJoin Date: 2008-06-18 Post Count: 7521 |
^ |
|
|
clubfeverJoin Date: 2009-11-12 Post Count: 184 |
This is awesome. Congrats on your work :) |
|
|
Thanks. Together with my Weld plugin, it should make creating complex structures a LOT easier. |
|
GarlonaJoin Date: 2011-04-17 Post Count: 59 |
That's nice, except it doesn't include a link to an image. That means I can make my own, though. |
|
|
"I'd rather use CmdUtil"
It isn't called 'CmdUtil', it is called 'CmdUtl'.
I prefer CmdUtl. CmdUtl is already in the plugin format, btw. Just put it in the plugins folder. A script can be a plugin without making fancy toolbars and all that. CmdUtl doesn't need to make a toolbar with buttons, it already has it's own GUI. |
|
|
|
I stopped using this because it stopped working after using 3 times
~Just trying to get there D.o.D~ |
|
OysiJoin Date: 2009-07-06 Post Count: 9058 |
[ Content Deleted ] |
|
|
It should also have a gui thing that allows editing the rotation or position using accurate numbers so we can make sure the numbers are multiples of 2 because else we go nuts.
Rotation must be doable in radians and degrees and unit vectors. |
|
pighead10Join Date: 2009-05-03 Post Count: 10341 |
I have no idea why people prefer the command bar to things like this |
|
|
Command Utility FOR THE WIN!!
Just look at my brothers places.....
www.roblox.com/User.aspx?username=Nikolas5411
He did all those places using Command Utility.
All thanks to Anaminus's giving heart. |
|
blockooJoin Date: 2007-11-08 Post Count: 17202 |
Why would you use the command bar instead? To make you look cooler? Isn't the ultimate goal to do what's most efficient? The command bar doesn't even compete with CFrame tools/plugins. |
|
|
CFrame tools fail........I would rather use the Command bar then CFrame tools....A CFrame Plugin is ALWAYS the way to go. You get more control with a CFrame Plugin and Command bar but Command bar takes lot's of time. |
|