Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

My plugin script works but it inserts something when I join studio?

Asked by
uhTeddy 101
7 years ago

Here is the code I have

I made a plugin and for some reason the loader is inserting when I start studio when only the require script is suppost to when a button is pressed can you help?

01-- Uploaded Message
02print("REG Loader Plugin loaded")
03 
04 
05-- Toolbar Setup
06local toolbar = plugin:CreateToolbar("REG Plugins")
07 
08-- Variables
09debounce = false
10really = false
11 
12-- Button Setup
13local button = toolbar:CreateButton(
14    "Insert REG",
15    "Inserts REG Lea into your game",
View all 51 lines...

It works but for some reason every time I try to enter studio it inserts the loader that is required within the script that is suppost to be inserted into ServerScriptService

Link to Plugin: https://www.roblox.com/library/852931945/REG-Loader-Insert

Please help!

0
I'm sorry but you were kinda confusing. Can you edit and be a bit more clear? OfcPedroo 396 — 7y
0
I think you have to add the mouse:click() OnceLegend 3 — 6y

Answer this question