#How to create a script which highlights the player with a specific color?
5 messages · Page 1 of 1 (latest)
in chat?
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]])
Thanks!!
It works but the color isnt changing.