Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a random color3 generator? [closed]

Asked by 5 years ago

How to make a random color3 generator that generates numbers that represents some type of color?

Closed as Not Constructive by User#19524

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
-1
Answered by 5 years ago
Color3.fromRGB(math.random(1,255), math.random(1, 255), math.random(1, 255))
0
Note - this is not truley random. You would need to set randomseed(tick()) - as well as calculate math.random for 0,255 instead of 1,255. SummerEquinox 643 — 5y
0
-1 for having no explanation. User#19524 175 — 5y
Ad