Parts have the Color property as an RGB value to my knowledge, but when running this code on a Baseplate with the Color property as “99, 95, 98”
print(workspace.Baseplate.Color)
I get this result
0.388235, 0.372549, 0.384314
I know that this is the RGB value from 0-1, but I need to RGB value from 0 - 255, does anyone know why this issue is occurring and if there are any workarounds?
Thank you, didn’t really come to mind. This does give me a decimal number though since the number rounds, suppose I wanted to get the same Color3 value that is listed under the properties, what would I do?