#SkinColor
20 messages · Page 1 of 1 (latest)
because I need to
Can you just use the Player then change the color
I tried this
local bodyColors = Segments[1]["Body Colors"]
particle.Color = Color3.new(bodyColors.RightArmColor3)
and some more stuff
well segments1 is character
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local rightArm = character.RightUpperArm
rightArm.Color = Color3.new(1, 0, 0) -- set the arm color to red```
im confused on that means since u didnt say what the color of the Particle u have
local bodyColors = Segments[1]["Body Colors"]
particle.Color = Color3.new(bodyColors.RightArm.Color3)```