Help with union color Tweening

local Anim = TweenService:Create(part, TI, {
  Color = Orange
})
Anim:Play()
1 Like