What is wrong with this RGB value?

I was scripting a chat welcomer and I was trying to get like a dark purple, so I used Mulberry but when I run it, it’s only white. did I do something wrong?

Screenshot (149)

Use Color3.fromRGB() instead. They changed it I believe to work from a 0 - 1 scale. If you want rgb, you gotta use Color3.fromRGB().

2 Likes

This was never changed. This has always been the case. Why would they make a change like that which would break literally every script that uses Color3???

3 Likes

I don’t know. I was just used to .fromRGB that I might have gotten carried away in my head. Thanks for the heads up though! I’m simply just trying to help.