I made a r15 animation with moon animator in a r15 character rig and it still worked so maybe it was just your animation being all janky.
hold on
actually
want me to give you perms to my place so you get see it and help me?
its just a baseplate rn
Don’t you have to add me as friends right?
oh yeah
wanna do that right now
Alright sure, I’ll just try to keep it quick and simple
alr im gonna give you access and stuff now!!!
oh bruh
i forgot how to enable team create
It should be on the top right with a blue box
ohhhh
i think i know why
im making this in my friend’s group
aw man…
sheesh
i hope hes online i can ask him
Here’s a script i recently made for an Axe.
(LocalScript with an Animation instance inside of it)
local character = player.Character or player.CharacterAdded:Wait()
local animation1 = script:WaitForChild("Swing")
local swingAnimation = character.Humanoid:LoadAnimation(animation1)
local canSwing = true
script.Parent.Activated:Connect(function()
if canSwing then
canSwing = false
swingAnimation:Play()
task.wait(0.35)
script.Parent.Handle.Swing:Play()
task.wait(1)
canSwing = true
end
end)
Maybe try setting the animation owner to yourself and then maybe it should load in studio
the animation owner is myself however the game is made inside the group
We found the problem. Upload it with the group as the owner.
the animation should have the group as its owner? ok ill try that
Although, if you upload an animation with you as the owner instead of the group, you should still be able to see the animation, but only you…
bruh the animation wont play idk why
im gonna be desperate here alright
can someone plz make a short sword animation for me since i think mine is just bugged
If I were to create the animation then you wouldn’t see it. You would have to make it in order to able to see
oh ok
i have no idea how i can make this work
ill just ask my friend