Hello, Im making a game cald Children Brawl. I made a ban hammer walking animation recently, but It wont animate the ban hammer that I have in my hand. How would I fix this?
Here is the script:
script.Parent.Equipped:Connect(function()
local Character = script.Parent.Parent
Character.Animate.walk.WalkAnim.AnimationId = "rbxassetid://7515195107"
Character.Animate.jump.JumpAnim.AnimationId = "rbxassetid://7507436431"
Character.Animate.idle.IdleAnim.AnimationId = "rbxassetid://7507757285"
end)