I’m trying to make a GUI based plugin but for some reason button presses don’t seem to be registering.
the code that is not working:
gui.Frame.clear.MouseButton1Click:Connect(function()
print("hmm this doesnt seem to work. but WHYYY")
gui.Parent = script.Parent
on = false
plugin:Disable()
end)