#SkinColor

20 messages · Page 1 of 1 (latest)

modern turret
#

because I need to

raven surge
#

Can you just use the Player then change the color

modern turret
#

I tried this

#

local bodyColors = Segments[1]["Body Colors"]

particle.Color = Color3.new(bodyColors.RightArmColor3)

#

and some more stuff

#

well segments1 is character

raven surge
# modern turret I tried this
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```
modern turret
#

No

#

I want color of the particle to be the same as the color of RightArm

raven surge
#

im confused on that means since u didnt say what the color of the Particle u have

modern turret
#

Bro

#

particle.Color =

#

this stuff

#

but it wont work

raven surge
#
local bodyColors = Segments[1]["Body Colors"]

particle.Color = Color3.new(bodyColors.RightArm.Color3)```
modern turret
#

doesnt work

#

ahh whatever ill jsut do something else