#How to create a script which highlights the player with a specific color?

5 messages · Page 1 of 1 (latest)

coral cypress
#

how?

bold schooner
#

in chat?

pulsar lance
#

local script in starter character script

local plp = script.parent
local high = Instance.new("Highlight")
high.Parent = plp
high.Fillcolor = Color3.new(--[[color in rgb here]])
coral cypress
#

It works but the color isnt changing.