It's telling me that the value "random" isn't a parameter and must have atleast one. Help pl0xors
Try:
On Event > Set font colour to rgb((floor(random(255))), (floor(random(255))), (floor(random(255))))
Develop games in your browser. Powerful, performant & highly capable.
or int(random(255))
Try this little demo