Plugin script won't create plugin Button

My plugin script won’t create a button in the pluging section, this script is just a snippet, i have read the full documentary, i used what they provided, i have saved the folder which is the parent of the script as a local plugin, but didn’t work.
snippet:

local toolbar = plugin:CreateToolBar("Rig Build v1")
local button = toolbar:CreateButton("Rig Build v1", "Build A Rig Easily", "rbxassetid://17117819876")

i have fixed it the issue is i typed “:CreateToolBar” instead of “CreateToolbar”

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.