|
| 12 Aug 2011 03:30 PM |
Ok equaly as good as Guis.
I am about 30% done on my first plugin, which is over 230 lines already :D
Does anybody know if I share a plugin can other people find it's source and copy it's core script? |
|
|
| Report Abuse |
|
|
PwnerRoy
|
  |
| Joined: 29 Jun 2011 |
| Total Posts: 15962 |
|
| |
|
Flasket
|
  |
| Joined: 20 Jan 2011 |
| Total Posts: 7639 |
|
|
| 12 Aug 2011 03:33 PM |
OYUS! What plugins you makin' bro?
I has calculator and a inserter.
Anyways... Yeah, if you give someone the source they can make themselves the plugin. |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2011 03:35 PM |
1. Know Lua,
2. Create your core script (can only be 1 script)
3. Copy the code of the script in to note pad
4. Save the text in note pad under "All files" [file name].lua
5. Create an image for plugin (optional)
7. Copy the save script and paste it into a new folder inside builtinplugins (roblox folder)
8. Notice I skipped 6? |
|
|
| Report Abuse |
|
|
Flasket
|
  |
| Joined: 20 Jan 2011 |
| Total Posts: 7639 |
|
|
| 12 Aug 2011 03:36 PM |
| Whattt pluginn are you makinng? |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2011 03:38 PM |
CFrame plugin, both CFrame positioning and rotation.
My first project with these things.
Then I'll make an easy-insert plugin. |
|
|
| Report Abuse |
|
|
Flasket
|
  |
| Joined: 20 Jan 2011 |
| Total Posts: 7639 |
|
|
| 12 Aug 2011 03:40 PM |
| CFrame? I thought of that, but then I had to get off for a while. |
|
|
| Report Abuse |
|
|
Kuunan
|
  |
| Joined: 19 Apr 2009 |
| Total Posts: 10012 |
|
|
| 12 Aug 2011 03:40 PM |
I was thinking someone make a terrain tool plug-in, using sphere. As for an all-mighty building plug-in, it's already been made.
But I agree. Plug-ins allow us to totally deck out studio. |
|
|
| Report Abuse |
|
|
| |
|
Flasket
|
  |
| Joined: 20 Jan 2011 |
| Total Posts: 7639 |
|
|
| 12 Aug 2011 03:55 PM |
| I can't get my images on them yet :/ |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2011 03:57 PM |
The images must be within the same foler that the script is in (in BuiltInPlugins)
Now do this:
self = PluginManager():CreatePlugin()
toolbar = self:CreateToolbar("NAME") --NAME
toolbarbutton = toolbar:CreateButton("", "DESCRIPTING", "[picture name].png") |
|
|
| Report Abuse |
|
|
Flasket
|
  |
| Joined: 20 Jan 2011 |
| Total Posts: 7639 |
|
|
| 12 Aug 2011 04:02 PM |
| It just shows up as a blank square. |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2011 04:03 PM |
Image resolution must be:
16x16 |
|
|
| Report Abuse |
|
|
Flasket
|
  |
| Joined: 20 Jan 2011 |
| Total Posts: 7639 |
|
|
| 12 Aug 2011 04:06 PM |
"dimension: 16x16"
Still nothin'. |
|
|
| Report Abuse |
|
|