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

How do I change the brick color to a part on a script??

Asked by 7 years ago
Edited 7 years ago

ok Im looking for someone who can help me change the brick color from a script also check out this new game portal heroes Its a great tycoon type game where you earn money from killing bosses and other charecters , create an army:

https://www.roblox.com/games/430016655/Portal-Heroes-BETA?rbxp=122386127

0
I'm pretty sure the wiki can teach u this one DrPredablox 153 — 7y

2 answers

Log in to vote
0
Answered by 7 years ago

Use BrickColor.

part.BrickColor = BrickColor.Red()

This changes the color of part to red.

1
I agree. OldPalHappy 1477 — 7y
1
thank you kingwizard13093 5 — 7y
Ad
Log in to vote
0
Answered by 7 years ago

game.Workspace.Part.BrickColor = BrickColor.new("Really red")

Answer this question