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

Is it possible to make random Color3?

Asked by 9 years ago
newchatline.TextColor3 = Color3.new(0, 0, 0) -- Previous
newchatline.TextColor3 = Color3.new(math.random) -- Tried, not working

1 answer

Log in to vote
3
Answered by
1waffle1 2908 Trusted Badge of Merit Moderation Voter Community Moderator
9 years ago

Color3.new(math.random(),math.random(),math.random())

0
thanks :D NinjoOnline 1146 — 9y
Ad

Answer this question