GitHub download link:
https://github.com/JimmyHelp/JimmyAnims
JimmyAnims is a script that will play animations with specific names for you!
Setup is easy and only requires two lines of code.
You choose animations by naming them in Blockbench based on a specific list of names JimmyAnims accepts. There is a list further down in the tutorial.
[ ] Condensed explanation:
local anims = require("JimmyAnims")
anims(animations.BBMODEL_NAME_HERE)
local anims = require("JimmyAnims")
anims
.Put this line of code UNDER where you do the above require.
anims(animations.BBMODEL_NAME_HERE)