I was working on a viewport GUI and then walked across this annoying error
local Config = ClonedEnemy:WaitForChild("Animations") local Animator = ClonedEnemy:WaitForChild("Humanoid"):WaitForChild("Animator") local Animation = Config:WaitForChild("Idle") local animTrack = Animator:LoadAnimation(Animation) if Animator:IsA("Animator") and Config and Animator and animTrack then animTrack:Play() end
Hey man, I don't think theres a problem with your code. This looks to me like a Roblox glitch and you'll probably just have to wait until it gets patched, if you can, try putting your dummy/humanoid you're animating on in the workspace and then it might work? Not sure.