Hey
So I created a personal player guis tat contains player in-game info with some customisation,however,it doesn't work the way i want it to work.It doesn't change its colour at all and there is no output errors
changed
The only thing output says (it is print)
I don't know why it doesn't work.Please help
local button = script.Parent but.MouseButton1Click:connect(function() script.Parent.Parent.Parent.Parent.Parent.BackgroundColor3= Color3.fromRGB(255, 53, 47) print("changed") end)