Creating topic here cause can’t create in #bug-reports
Color3Value.Changed event not working when changing Color3Value.Value.
Creating topic here cause can’t create in #bug-reports
Color3Value.Changed event not working when changing Color3Value.Value.
Code?
(gives more info, possible chances it’s your code.)
On top of this, .Changed
works for me… High chances it is not a Roblox bug, and it is your code…
Well I don’t think there should be a problem. I usually see it not working when I put .Value.Changed unintentionally since it obviously won’t work that way, since you need the object to change but this might not be your problem.
Context is lacking on what is going on here? How are you changing Color3Value
?
I have a great assumption that you are changing Color3Value
directly from a client and using Color3Value.Changed
on server. Server disagrees with clients and do not see the change.