Brick Color

1K views
9 years ago

Changing the color of parts in ROBLOX Studio with Lua is a bit different than other properties. In this tutorial we will cover the various different ways you can set the color of a part with code. Code used in this tutorial: game.Workspace.ColorPart.BrickColor = BrickColor.Red() game.Workspace.ColorPart.BrickColor = BrickColor.new("Bright blue") game.Workspace.ColorPart.BrickColor = BrickColor.Random()

0 Comments

0/2000

You've reached the end...