|
| 21 Nov 2012 12:35 AM |
| Someone want to explain where to start? xD |
|
|
| Report Abuse |
|
|
|
| 21 Nov 2012 12:41 AM |
| http://wiki.roblox.com/index.php/How_To_Make_Plugins |
|
|
| Report Abuse |
|
|
|
| 21 Nov 2012 12:42 AM |
Thank you.
Im going to make a ton of useless ones to start out with, So you can remove them right? |
|
|
| Report Abuse |
|
|
|
| 21 Nov 2012 12:48 AM |
| Yes, you can remove them. They're actually stored on your computer, so you delete them with windows explorer. |
|
|
| Report Abuse |
|
|
|
| 21 Nov 2012 12:53 AM |
My pluggin kinda works
It does what it should
But it dosnt load the image D: |
|
|
| Report Abuse |
|
|
|
| 21 Nov 2012 12:54 AM |
| The image cannot be anything other than 16x16. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 21 Nov 2012 01:11 AM |
| Has to have a transparent background I guess. Its working now |
|
|
| Report Abuse |
|
|
|
| 21 Nov 2012 01:15 AM |
Yay my first plugin :3
PluginManager() :CreatePlugin() :CreateToolbar("Hello World Plugin Toolbar") :CreateButton( "", "Create script", "Hello.png" ).Click:connect(function() Instance.new("Script",workspace) print("Script created") end)
Btw how do you change what a script says? I dont want it to say print("Hello world") when it is inserted, I saw someone with a plugin that did this |
|
|
| Report Abuse |
|
|
|
| 21 Nov 2012 01:18 AM |
| Scripts have a property called Source. It's been locked for a long time now, long before plugins existed, but plugins can access it. It's basically a string of the script's source. |
|
|
| Report Abuse |
|
|
|
| 21 Nov 2012 01:21 AM |
Can you show me how to change this?
Is it like
NewScript = Instance.new("Script",workspace) NewScript.Source = "Lolunob" |
|
|
| Report Abuse |
|
|
| |
|
|
| 21 Nov 2012 11:51 AM |
:D
http://www.roblox.com/Forum/ShowPost.aspx?PostID=82544238 |
|
|
| Report Abuse |
|
|