Why is this happening?
newTemplate2.VP.BackgroundColor = Color3.new(224, 255, 0)
Why is this happening?
newTemplate2.VP.BackgroundColor = Color3.new(224, 255, 0)
You gave it a Color3
rather than a BrickColor
, use BackgroundColor3
, as BackgroundColor
is now deprecated
Thanks for helping