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

how do i make my script work?

Asked by 8 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

the script is this

part = game.Workspace.Part

part.Color = BrickColor.new("Bright blue")

1 answer

Log in to vote
2
Answered by 8 years ago

The issue with your script is line 3.

part = game.Workspace.Part

part.BrickColor = BrickColor.new("Bright blue") --Color is not a valid member of part

Read about the property here: http://wiki.roblox.com/index.php?title=BrickColor

0
thank  you. solarized 0 — 8y
0
Next time you ask a question here, be sure to give info in the title. UniversalDreams 205 — 8y
Ad

Answer this question