Same here, I canât change ANY property that has a Color3 value. Lighting Ambient, Occlusion, Colors, nothing works.
Needing to release something very soon but canât properly work because of this.
Same, I was going to report it just now. I am having issues with changing a partâs color when editing the Color property of it. After selecting the color, I click âOkâ, and then when I click anywhere in the screen it resets back to itâs original color.
I just started noticing this issue recently as well. It wasnât happening earlier, and it happens for every single instance that has a Color3 value (like other people before me have said).
Please fix this soon, it is very annoying to work with.
Happens to me aswell.
I found a workaround tho (very common)
Use the cmd bar to change colors. It doesnt revert. But its tedious to do so i hope roblox can solve this asap.
Edit:
If you want the script :
local YourInstanceHere = --replace this comment with the reference to ur instance
;
local YourColor = Color3.new(0,0,0) --replace 0,0,0 with your color
;
YourInstanceHere.Color = YourColor
I have also noticed this.
I changed a colorâs part using the Color property and then I clicked anywhere else on the screen and it reverted back to the color it was before.
It is annoying.
I know this sounds weird, but once youâve finished changing the colors, just press the âWâ button to confirm and the colors will be correctly updated