of     1   

cpmoderator12345
#183478188Saturday, February 13, 2016 3:14 AM GMT

>unknown global 'plugin' >>Now, plugin is a global keyword when scripting. PluginManager():CreatePlugin() is no longer necessary to create a Plugin object and should not be used. https://www.youtube.com/watch?v=onhFH7jpq2c
JarodOfOrbiter
#183478392Saturday, February 13, 2016 3:18 AM GMT

Unless you're getting that error in an actual plugin, then of course it happens and who really cares?
Reset8954098
#183478514Saturday, February 13, 2016 3:21 AM GMT

gskw
#183490317Saturday, February 13, 2016 7:30 AM GMT

If it's in a ModuleScript, you need to get it from a *Script's* environment.
gskw
#183490338Saturday, February 13, 2016 7:31 AM GMT

https://github.com/Anaminus/roblox-bug-tracker/issues/736
cntkillme
#183490506Saturday, February 13, 2016 7:37 AM GMT

That's common sense...
cpmoderator12345
#183491053Saturday, February 13, 2016 7:55 AM GMT

but its in a regular script https://www.youtube.com/watch?v=onhFH7jpq2c
cntkillme
#183491857Saturday, February 13, 2016 8:28 AM GMT

I was talking to gskw, not you.
cpmoderator12345
#183491958Saturday, February 13, 2016 8:33 AM GMT

oh https://www.youtube.com/watch?v=onhFH7jpq2c
gskw
#183494239Saturday, February 13, 2016 10:14 AM GMT

The lack of warning on the Wiki can totally lead to oversights like in my case. I guess I expected Roblox to have done a special case for plugin ModuleScripts. Anyways, show the script.
cpmoderator12345
#183611869Sunday, February 14, 2016 8:46 PM GMT

i was literally starting off like this local hasstarted = plugin:GetSetting("pluginHasStarted") that's literally all and right when I typed it, the blue line showed under 'plugin' saying "unknown global 'plugin'" https://www.youtube.com/watch?v=onhFH7jpq2c
gskw
#183651721Monday, February 15, 2016 6:01 AM GMT

Because you only use the "plugin" global in plugin scripts, not regular ones.
cpmoderator12345
#183738551Tuesday, February 16, 2016 5:05 AM GMT

how 2 make plugin scripts https://www.youtube.com/watch?v=onhFH7jpq2c
gskw
#183741015Tuesday, February 16, 2016 5:58 AM GMT

By saving the model into %LOCALAPPDATA%\Roblox\Plugins, iirc
Lightlimn
#183747432Tuesday, February 16, 2016 10:58 AM GMT

nononononono it will say that error but it's fine in the actual plugin.

    of     1