CreateToolbar (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
m Text replacement - "</code>" to "</SyntaxHighlight>"
Line 17: Line 17:
local Plugin = PluginManager():CreatePlugin()
local Plugin = PluginManager():CreatePlugin()
local Toolbar = Plugin:CreateToolbar("ExampleToolbar")
local Toolbar = Plugin:CreateToolbar("ExampleToolbar")
</code>
</SyntaxHighlight>
}}
}}


[[Category:Methods]]
[[Category:Methods]]

Revision as of 03:15, 27 April 2023

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
CreateToolbar( string name )
Returns Toolbar
Description: Returns a new Toolbar.
Member of: Plugin


Example
{{{1}}}