Bug Info
local plugin = plugin :: Plugin plugin:CreateToolbar():CreateButton()
CreateButton() promises to return an Instance, eventhough it returns a PluginToolbarButton | Documentation - Roblox Creator Hub
because of this you don’t get the other methods from the intellisense without type annotation
Expected Result
That the type annotation returns a PluginToolbarButton
Actual Result
Type Annotation has Instance
written.