Answers for "how to change the brickcolor of a part roblox script"

Lua
3

how to make a color changing brick in roblox studio

local MyPart = script.Parent
while wait(0.1) do
	MyPart.BrickColor = BrickColor.random() 
end
Posted by: Guest on October-20-2020

Code answers related to "how to change the brickcolor of a part roblox script"

Browse Popular Code Answers by Language