I was working on my game and noticed a really weird bug.
I wanted to make a part’s color change.
I wanted it to be white so I went in a part’s properties and changed it to Institutional White and got the Color3 value of the color(248, 248, 248).
I ran the code and something unexpected happened, the part has turned black. and the color3 value was (8, 8, 8).
I was confused and tried testing some other things and searching around DevForum.
I couldn’t find anything so I’m writing this.
Here’s the code, its really simple and I’m struggling to get the color to work.
script.Parent.Color = Color3.new(248, 248, 248)