When im testing my game, in the output I get these random errors and the animations are broken. Is this a Roblox Studio issue or a Roblox issue?
Image of error:
Video:
robloxapp-20220928-2014423.wmv (2.0 MB)
When im testing my game, in the output I get these random errors and the animations are broken. Is this a Roblox Studio issue or a Roblox issue?
Image of error:
Video:
robloxapp-20220928-2014423.wmv (2.0 MB)
Did you look at line 704, to see what exactly is being set to nil?
Most likely your animations are not being loaded, either because they are custom, and you do not have ownership to play them, or they are not being loaded due to some network error.
I am not the owner, and I did not have custom animations, and it is LocomotionMap
If you are not the owner, then most likely it will not load the animations.
However, you really should look in the script at 704 and see what is trying to use ‘track’ with another variable, that is nil
It would be .track or [track]
Maybe you can see what is causing the problem.
Yes, but this is a issue that just happened today it was working fine before, I have a feeling dynamic faces maybe broke it?
Yeah, its always possible, I don’t have dynamic faces in my place, and havent noticed any errors, sorry I couldn’t help more.
im having the same problem but instead I get this "Workspace.thexxsharkhunter.Animate:318: attempt to index number with ‘isA’ " this is extremely problematic and its common from roblox animation script And Idk why