Hello, I have this viewmodel handler script which has some animations stored in the tool in a folder called Animations. It has first person animations and third person animations for people not in the player view. But I keep getting a error saying (attempt to index nil with ‘IsPlaying’)
section giving me the error:
if allToolAnimations[equippedTool.Name].FIRST_PERSON.AIM.IsPlaying then
goalSprayRecoil = goalSprayRecoil / (toolConfig.BulletInaccuracy / toolConfig.ADSInaccuracy)
end
The (IsPlaying) giving me the 242 error, once again (attempt to index with ‘IsPlaying’)