I know that the solution for my question is very simple but i just can’t find it.
So , i’m trying to make a script that changes TextButton’s BackgroundColor.
But when i test it , this script:
script.Parent.questframe.quest1.TextButton.BackgroundColor3 = Color3.new(255,151,90)
doesn’t change it to “255,151,90” , instead , it changes it to 65025, 38505, 22950 . I couldn’t find a solution for my problem. Everything i could find used the same method as me. Any help would be very appreciated!