if it is possible could you tell me how to?
if you mean a plugin creating a script then do this:
toolbar = plugin:CreateToolbar('ToolBar Name') button = toolbar:CreateButton( 'Create script.', 'Creates a pre-made script for you.' ) button.Click:Connect(function() local scr = Instance.new('Script', workspace) scr.Source = [[ type your code here.]] end)
Closed as Not Constructive by DanzLua, Prestory, namespace25, xAtom_ik, and Programical
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?