All of a sudden my local plugin refuses to create a toolbar button
Not sure if this is a studio bug or an error due to how I’m creating the toolbar button.
local distributePartsButton = toolbar:CreateButton("Distribute Parts", "Spaces all selected parts at an equal distance.", "rbxassetid://9725730575")
To note that I was debugging some math that wasn’t adding up so I kept saving and resaving a lot. Is the toolbar button creation throttled?