How to get armature animations working with a custom player character in Roblox studio

Hello this is my first time trying to use armature characters in roblox studio but I dont know how to get the animations working with it, Ive tried putting the default Animate script in the character and changed the walk and run anim to my animations but it no work

please help, how do I fix this?

image_2023-01-04_132757539

(post deleted by author)

Thanks, I’m gonna follow the steps now and get back when I’m done

Hey I made a animation in blender but how do i export it to roblox studio?

Oh the animation I have was animated using the default animation editor in roblox studio, could I use that or does it have to be animated in blender?

vidoe of the animation


btw this is for learning only and I just wanna get the animation working with the character

can you not use chatgpt and mislead people
@Rare_deadReaper instead of an animation controller, why not use the Animator object and make sure you rigged your character correctly

wow, I knew something was wrong and some of those steps were wrong

but I am using the animator now but still not working, heres the script

local animController = script.Parent.AnimationController
local anim = script.Animation

animController.Animator:LoadAnimation(anim):Play()

get rid of the animationcontoller and put an Animator object inside the humanoid

local animator = script.Parent.Humanoid.Animator
local anim = script.Animation

local animation = animator:LoadAnimation(anim)
animation:Play()

if this doesnt work you didnt rig properly

its not working and also, I’m using armature from blender if you didn’t know, and the animation works without a humanoid but I need a humanoid so I can move around

vvv that’s a complete lie

i see that the entire characters body is one mesh, if you want to keep that one mesh your gonna have to use Skinned Meshes. otherwise, your gonna need body parts like “Left Arm” instead of one mesh

what do you mean by skinned meshes?

you can always look it up yk Skinned Meshes | Roblox Creator Documentation
How To Use A Skinned Mesh For A Custom Character (And Animate It)

OMGG IT WORKS thank you, this just made my day. I followed through the tutorial you gave me

I really thought id have to make a custom character controller

2 Likes

good job bro, nice to see that it worked and you didnt follow some guy using chatgpt

just stop before you get reported, clearly you have no scripting knowledge,
and I been scripting for a couple years now so I can tell when something is wrong or not
and in the 4th step, animationId doesn’t exist for animation Controller, its for a animation object.

2 Likes

actually you did :), you said it worked for your friends but clearly the instructions are wrong, so really your just continuously lying

this dude doesn’t stop, I’m just gonna report him

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.