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

How do I make a color of a brick change to random? [closed]

Asked by 6 years ago

I'd like to know, please.

any colors.

0
Why do people not read the community guidelines? I'd like to know, please. hiimgoodpack 2009 — 6y

Closed as Not Constructive by hiimgoodpack, lukeb50, and abnotaddable

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 6 years ago

Left-Click on the Part then, add a script.

Copy & Paste this script by click that Check list when you put your mouse over it.

while true do
 script.Parent.BrickColor = BrickColor.Random()
 wait(0.5)
end
0
Thank you, it worked! :D FollowThemAll -3 — 6y
0
Well, no problem. Enjoy, whatever it happens to be your working on. Also make sure, it's in a script. ZAZC_Noob 7 — 6y
Ad