how can i make a textlabel display the proper r,g and b values of a part?
i'm making a machine that tells you the color of the part that another brick is touching but it always brings out a non exact number (like 0.35.. instead of something like 128)
is there a way to make it display the exact rgb values? this would be really useful because it's the last thing i need to complete this, this is the current code i'm using
1 | screen.R.Text = hit.Color.R |
2 | screen.G.Text = hit.Color.G |
3 | screen.B.Text = hit.Color.B |
could anyone here help me with this? it would be really useful