If you cant playe some animation in fivem lua this post can help you

hello everyone :raised_hand_with_fingers_splayed:t3:

the code of play animation :

			while not HasAnimDictLoaded(animDictionary) do
				RequestAnimDict(animDictionary)
				Wait(10)
			end

			TaskPlayAnim(GetPlayerPed(-1), animDictionary, animationName, 2.0, 2.0, -1, 1, 0, false, false, false)
			RemoveAnimDict(animDictionary)

if you want animDictionary list then check this sites :
https://alexguirre.github.io/animations-list/
https://wiki.β– β– β– β– β– β– β– β– β– β– β– /index.php?title=Animations
https://github.com/criminalist/Animations-list-GTA5-Fivem/blob/master/anim-list.txt

If this helps you, you’re welcome :wink::yellow_heart:

Nice Work!

1 Like

Tank you :wink::yellow_heart:

1 Like