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

Why doesn't it change colors ?

Asked by
Bulvyte 388 Moderation Voter
8 years ago

Just tell me what i wrote wrong here i don't need any functions or anything.

target.Character:findFirstChild("Left Leg")BrickColor = BrickColor.new("Really black")

1 answer

Log in to vote
2
Answered by 8 years ago

Alright. You need to use a .to symbolize future items in the explorer.

target.Character:findFirstChild("Left Leg").BrickColor = BrickColor.new("Really black") --see the '.' after left leg?

please accept if this helped!

1
darn it. thx mate Bulvyte 388 — 8y
0
Can you upvote? I B tryin' to become a contributor. ChemicalHex 979 — 8y
Ad

Answer this question