My suggestion then would be to just change how it’s inputting in the color all together.
r = math.random(0,255)
g = math.random(0,255)
b = math.random(0,255)
So that way it just randomizes the color for each user. And is not dependent of the GTA Native at all.