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

How would I go about getting a player's left and right arm color without Player.Character?

Asked by
Hero_ic 502 Moderation Voter
7 years ago
Edited 7 years ago

Is this even possible? My game turns off load character appearance so I can't get the player.character's brick colors but I wonder if there is a way to get the left and right arm colors for fake arms only for the first person (so I can match their left and right arm colors to the players) I'm terribly sorry if this is a stupid question.

1
I mean you have to get the character somehow. What situation is this? Perci1 4988 — 7y
0
Basically in my first person shooter I had to disable loading character appearance for custom third person models but in first person I want my fake arms to match the color of the real character's arms but since I don't load their appearance I can't do Player.Character["Left Arm"].BrickColor so ye Hero_ic 502 — 7y
1
The players arms are located inside the character, how do you hope to get it without getting the character? I don't think there's any way`? LightModed 81 — 7y
1
what Async_io 908 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

Use Body Colors.

player.Character.BodyColors.LeftArm.Color = brickcolor.new("Color")
Ad

Answer this question