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