#How to get a Image Button to work like a Text Button?

1 messages · Page 1 of 1 (latest)

copper garnet
#

I wanna transfer my Gui Settings Opener to a Photo of a Gear instead of a text saying "settings" here my script for it | script.Parent.MouseButton1Click:Connect(function()
local frame = script.Parent.Parent.SettingFrame
frame.Visible = not frame.Visible
end) | idk why it won't work

clever hull
#

can you show me your explorer with everything like the frame, where the script is, etc?

#

@copper garnet