Srb's Scripts
Search...
Ctrl
K
Github
More
Github
srb_lib
Classes
Color
Previous
Cache
Next
srb_binds
Last updated
11 months ago
Init rgb Color
Copy
local color = Color(255, 0, 0)
Init rgba Color
Copy
local color = Color(255, 0, 0, 100)
๐