Hello!
I'm extremely new to scripting as well as this website so I apologize if I do anything wrong.
Right now I'm trying to make a music mute button on Roblox using an imagelabel as the icon. However, I'm wondering how I can make it so, once clicked, the imagelabel becomes a different icon.
script.Parent.MouseButton1Click:connect(function() --put your mute code here-- script.Parent.Image = 0 --decal ID here-- end)
Hope this helps. Dont forget to mark as answered if this helped
This is extremely simple, first make it a image button then do this script: Script.parent.mousebutton1click:Connect(function() script.parent.image = "ïmage here: