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

Why won't my plugin pop up the toolbar? [SOLVED]

Asked by 4 years ago
Edited 4 years ago

It's getting me frustrated about how the toolbar and the button won't pop up. Why is this happening, and how can I fix it?

Edit: Here is my code:

local bar = plugin:CreateToolBar("Vivi-Remover V1.0")
local button = plugin:CreateButton("Start up Vivi-Remover")

btw I am making an anti-virus plugin

0
code pls royaltoe 5144 — 4y
0
there you go :) ViviTheLuaKing 103 — 4y
0
Can you please show what's above the provided code? This clearly isn't everything. crywink 419 — 4y
0
That's only what I have so far. The rest is an event where you click on the button. ViviTheLuaKing 103 — 4y
View all comments (2 more)
0
did you save it as a local plugin? royaltoe 5144 — 4y
0
I did and it works! Thank you very much for all of your help guys! ViviTheLuaKing 103 — 4y

Answer this question