After the outage yesterday, I been recently getting this error:
This is the first time I got this error, and my script looks like as it is usually is before I started getting the error.
local anim = Instance.new("Animation")
anim .AnimationId = "rbxassetid://(ANIMATIONID)"
char:WaitForChild("Humanoid"):LoadAnimation(chairHoldChar):Play()
I used the sanitized ID, but it’s the same result. This could be a bug, but I am not too sure since the posts I checked were back in August 2021.
Thanks!