#why wont my code work

4 messages · Page 1 of 1 (latest)

strange compass
#

what type of script is this inside of?

#

can I see the explorer where this is located?

#
local textBox = frame.TextBox
local clearButton = frame.ClearButton

clearButton.MouseButton1Click:Connect(function()
    textBox.Text = ""
end)```
#

you needed an extra parent for the frame