Recently I decided to add NPCs of the developers dancing to our game lobby as a nice little touch to fill out some blank space. The animations work fine in studio with no errors whatsoever. However, when I try playing Roblox on my PC, the animations do not load and the NPCs just stand there (also no errors). Is there any issues with my script that would cause that to happen?
local char = script.Parent
local humanoid = char.Humanoid
local head = char.Head -- Where animation is stored
local w = humanoid:LoadAnimation(head.Dance)
w:Play()
i think animation is deprecated, and the new thing is animator? idk man idk
Is there a way to find animations made by a user? I keep trying to find mine to see if it got “Content Deleted” but I can’t find it in the inventory tab
well, something MUST have happened to it… try copying the id from the animation into roblox.com/library/[YourIDHere]
1 Like
I just noticed that it’s marked as “off sale”, is there a way to fix that?
https://www.roblox.com/library/6257127757/skick
1 Like
try making it on sale in settings? that’s how you do it I believe. also, its supposed to be off sale, it wouldn’t matter anyways.
You could try importing it into the animation editor then exporting that one instead of using and old one.
Hope that helped!