So I'm right now doing a ragdoll script which when you press F button it will ragdoll you and for some reason this orange message appear do you guys have any idea why it appears and if I could make it so it stops appearing?
Also I gave the script of the ragdoll I know it is not working like it should and I will fix that what I need help is just to make it so it stops appearing this orange message.
#what does this mean?
1 messages · Page 1 of 1 (latest)
I don't have any animation also from what I know or any animation track
in my game
It means you loaded too many animations via humanoid:LoadAnimation() as i remember
** You are now Level 2! **
There must be a script that overloads animations in a loop probably
You are destroying motor 6d so the basic roblox studio animations cant play. the game is trying to play them a lot of times and failing overloading the animator
Default roblox animation script is failing to play the animations yeah
just do v.Enabled = false
instead of destroying
I see
I will do that
okay yeah the orange text stopped apearing