13.11.2019, 08:15
something like this would do
Code:
math.randomseed(os.time())
value = math.random(0,16777215)
grp.update('RGB', value)
------------------------------
Ctrl+F5
Ctrl+F5