how to fix it because my custom run, walk jump and fall animations dont work
1z25_3
(1z25)
August 8, 2024, 9:57am
#2
You’re in the wrong category. Try “Scripting Support”
1 Like
oh ok imma do that, but do u know how to do it @1z25_3
1 Like
What solutions have you tried?
(Did you look up your problem before posing?)
Basically, I’m creating the animation locally by using table values and then using it to play on a ViewportFrame’s dummy locally. However, although this worked before, it now shows this:
for category,value in pairs(Animations) do
if category == Subcategory then
for name,ID in pairs(value) do
local AnimID = string.gsub(ID["ID"], "%D", "")
local button = ReplicatedStorage.Extras.AnimButton:Clone()
button.Name = ID["Name"]
local PreviewAnim = Instance.new("Animation")
Prev…
yes i did, for 3 hours or less idk
did any of the solutions work?
Wich ones did you try?
wastbo
(DanCodes)
August 14, 2024, 7:51pm
#7
normally you get this error whenever the animator that you’re loading the animations to isn’t a descendant of the workspace. Can you specify when you get the error?