#How to get a Image Button to work like a Text Button?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
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