My question may be a little confusing,
but I’m trying to make this GUI that lets you type in RGB values and it’s supposed to let you change the color of the tool you’re holding. And what I wanted to be able to do was to set these values separately, but it’s quite frustrating since I’ve been searching for the past few hours but I can’t find anything helpful.
1 Like
Color3.fromRGB(r, g, b) does that. You just need to set up your gui to use that?
2 Likes
Thank you, just found out how to use it
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.