diff --git a/src/animations/src/Shared/AnimationSlotPlayer.lua b/src/animations/src/Shared/AnimationSlotPlayer.lua index 653d0048fd..53ffd20857 100644 --- a/src/animations/src/Shared/AnimationSlotPlayer.lua +++ b/src/animations/src/Shared/AnimationSlotPlayer.lua @@ -296,8 +296,8 @@ function AnimationSlotPlayer.Play( end) topMaid:GiveTask(self._animationTarget - :ObserveBrio(function(target) - return target ~= nil + :ObserveBrio(function(target: Instance?) + return (target ~= nil) and (target.Parent ~= nil) end) :Subscribe(function(brio) if brio:IsDead() then