How to Change a Brick's Color on Roblox Using a Script
How to Change a Brick's Color on Roblox Using a Script
This is a simple way to change a brick's color in Roblox via Roblox Studio.
Steps

Open Roblox studio up.

Insert a brick.

Go to paint tool, and look for a color you like.

Remember the name that pops up.

Make a script inside brick

Enter this in a script: script.Parent.BrickColor=BrickColor:("COLOR") NOTE: Change "COLOR" to whatever color you want like Pearl or Really red. NOTE2: To make a random color loop,then enter this code: While true do Script.Parent.BrickColor = BrickColor.Random() Wait(Time) --Replace to what you want, for example, 0.1 End

Enjoy.

What's your reaction?

Comments

https://filka.info/assets/images/user-avatar-s.jpg

0 comment

Write the first comment for this!