Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Help me with a Script Executor?

Asked by 8 years ago

Well I am trying to do a script executor but it does not work any help?

script.Parent.MouseButton1Down:connect(function()
    script.Parent.Parent.F4.Text = script.Parent.Value.Value

    [[""..script.Parent.Parent.F4.Text..""]]
end)

It put's the text of the script into a Value then executes the Value? I don't understand..

Answer this question