This was happening to me for two weeks earlier this month. Then it stopped happening and my animations worked again.
It, however only happened with animations that I was publishing as a model, so that they could be used with HumanoidDescription
This was happening to me for two weeks earlier this month. Then it stopped happening and my animations worked again.
It, however only happened with animations that I was publishing as a model, so that they could be used with HumanoidDescription
same issue here, roblox is so broken
Been Waiting Hours For One Animation To Go Into My Inventory
Having this issue too : ( super frustrating
For anyone still with this bug, Upload it to any group you own (if you have one) i did that and it just magically worked
I got this from ROBLOX API, but alternatively you could run the animation simply through the keyframe.
local KeyframeSequenceProvider = game:GetService("KeyframeSequenceProvider")
local function createPreviewAnimation(keyframeSequence)
local hashId = KeyframeSequenceProvider:RegisterKeyframeSequence(keyframeSequence)
if hashId then
local Animation = Instance.new("Animation")
Animation.AnimationId = hashId
return Animation
end
end
local keyframeSequence = script.Parent.AnimSaves.Animation1
local animation = createPreviewAnimation(keyframeSequence)
local LoadedAnim = script.Parent.Humanoid:LoadAnimation(animation)
LoadedAnim:Play()
Iāve been waiting for 2 days already
I heard that Roblox will moderate any id include animation that you posted, which might took 1-2 day. If that was true, why Roblox ?
But the last time this problem happened to me the error stops showing up after about 10 minutes, they said that recently?
Around 2 days ago yeah as I was informed.
Roblox, what is the point of moderating animations if you can just do this?
I found this to be the easiest workaround for the time being. If I know Iāll be working on a few anims, I will just make that many place holder animations and publish them. Then go make the animations and overwrite the placeholders I published before hand. Usually they all will be available at the same time.
Hello all, apologies for how frustrating this issue has beenā¦ we have also been having trouble narrowing it down to a single root cause. There are actually multiple potential problems going on here, some of which have already been fixed, so please take another look and let us know if you continue to see issues.
In the meantime, we will improve the error reporting to aid in debugging.
TL;DR - thank you for your patience with this one and please try again in case the recent content loading fixes have addressed the problem. If not, please reply here or to me directly and we will continue to investigate (caveat: many of us will be offline over the next few weeks, so we will respond in early January).
Thanks again and happy holidays.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.