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..