[R6]: Run + Walk Animations

Select dummy, Open animation editor and then publish the animation you want, Now you will copy the ID of the animation and use it in a script, for example:

-- Script in ServerScriptService
game.Players.PlayerAdded:Connect(function(Player)
	Player.CharacterAdded:Connect(function(Character)
		Character.Animate.walk.WalkAnim.AnimationId = "rbxassetid://theanimationidhere"
	end)
end)

Now you have a different walking animation.

4 Likes

Thank you! Seems to work now. [char]

3 Likes

Have i seen these animations before?(i remember seeing these in a roblox game)

1 Like

My animations are usable for everyone so its just possible they used my animations or have animations that look similar to mine :person_shrugging:

5 Likes

Will definitely be using this, thanks!

3 Likes

Looks good, thank you for giving to the community.

4 Likes

How would you do the running one?

2 Likes

You’d need the sprinting script first then just play the animation

1 Like

These animations are INSANELY good!

Good work on them.

3 Likes

Nice animations man! Was looking for idle ones for my game but stumbled upon these—highly considering replacing the ones I made for yours lol

2 Likes

These look like Redbox 2 animations, But i am surprised of all the work you put in

It’s just that many free modeled games will use this animation ALLOT of times, But i am considerable giving you credits. Awesome work dude!

1 Like

Could you make a tutorial on your process of making animations, the types of plugins you might use, tips and tricks, etc. if you have the time?

I don’t know about making a tutorial since I’m not too good at explaining how to make stuff, but all you gotta do is use Den_S’s blender animation importer/exporter → Blender rig exporter/animation importer and just make animations over and over until you think it looks good enough. It may take a while but It’s definitely worth it if your looking to make your own animations :slight_smile:

1 Like

These are so smooth and fantastic! Although I do have a request, could you please make an idle animation and jump animation? I am not the best at animating.

Thanks either way for the animations in the first place

2 Likes

Dont feel bad for something you cant really control man, thats nice for you to clarify! :smiley:

1 Like

Nooo :sob: :sob: this was a joke I’m sorry!!!

1 Like

The animation looks awesome and its very smooth

These look so good, thanks for making them public!

I am not intending to utilize this content on a permanent basis; however, I am acknowledging the source appropriately.

I will use it temporarily. Thank you!