2D walk cycle sprites

Basically, I am making a 2D game, And I want my character to be animated with sprites (which I already have).

What I don’t understand is how to connect it to the player walking and jumping.

I have tried connecting it to the official ROBLOX animate script where I change an ImageLabel inside a BillboardGui, but that didn’t work.

If you know if there are any pre made scripts or tutorials on this then please send me them. :slight_smile:

Here is a list of the events associated with the Humanoid object, if it helps. You can also listen for humanoid state changes.