iWindowz
|
  |
| Joined: 05 Jan 2013 |
| Total Posts: 1809 |
|
|
| 29 Oct 2015 09:49 AM |
When the wiki refers to "plugin", [ http://wiki.roblox.com/index.php?title=Tutorial:Plugins#Example ] what does that mean? They don't show what plugin means.
http://www.roblox.com/--item?id=79103594 |
|
|
| Report Abuse |
|
|
|
| 29 Oct 2015 09:52 AM |
| A plugin is a plugin for Roblox Studio that allows adding tools and features to Studio. |
|
|
| Report Abuse |
|
|
iWindowz
|
  |
| Joined: 05 Jan 2013 |
| Total Posts: 1809 |
|
|
| 29 Oct 2015 09:58 AM |
im talking about in the script; plugin = ?
http://www.roblox.com/--item?id=79103594 |
|
|
| Report Abuse |
|
|
|
| 29 Oct 2015 10:03 AM |
| It's a variable that is in the environment of plugins by default. |
|
|
| Report Abuse |
|
|
iWindowz
|
  |
| Joined: 05 Jan 2013 |
| Total Posts: 1809 |
|
|
| 29 Oct 2015 10:04 AM |
you obviously cannot read is plugin a service, an object or what?
whatever it is, how would I index it from a script in a folder [which is my plugin]
http://www.roblox.com/--item?id=79103594 |
|
|
| Report Abuse |
|
|
|
| 29 Oct 2015 10:04 AM |
That page says
"In previous versions of ROBLOX a Plugin Object had to be created to call any of the relevant functions. Now, plugin is a global keyword when scripting. PluginManager():CreatePlugin() is no longer necessary to create a Plugin object and should not be used." |
|
|
| Report Abuse |
|
|
|
| 29 Oct 2015 10:06 AM |
"is plugin a service, an object or what?" http://wiki.roblox.com/index.php?title=API:Class/Plugin
"whatever it is, how would I index it from a script in a folder [which is my plugin]" You obviously cannot read. It's a variable that is in the environment of plugins by default. You don't need to define it. |
|
|
| Report Abuse |
|
|