Hi,
Im making a script so that when you press and image button it will change the color of a frame. The issue is when I click it the frame doesn’t change color.
script
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.BackgroundColor3(25, 255, 62)
end)
locations

I hope you can help me! Also I’m not sure to use a local or script.