Am I doing something wrong?
object:setFillColor(math.random(0, 256), math.random(0, 256), math.random(0, 256))
This will only set my object to white. I’ve used this method before and it worked perfectly fine. Not sure what the problem is now.
I read an article about setFillColor changing in Graphics 2.0. I tried setting the random values to 0.0 and 1.0 but that sets it to white as well. Anyone want to shed some light on this?
