Shake dice animation?

I’m looking for an animation where it imitates a rolling dice seen it on nopixel but i cant find the animation name

1 Like

Looking exactly for the same thing

I’ve made a nice dice script missing the animation :frowning:

^ Agree. I’m in need of this animation awell.

Try this animation:

RequestAnimDict(‘mp_player_int_upperwank’)
local myPed = PlayerPedId(-1)
local animation = ‘mp_player_int_wank_01_enter’
local animation2 = ‘mp_player_int_wank_01_exit’
local flags = 8
TaskPlayAnim(myPed, ‘mp_player_int_upperwank’, animation, 8.0, -8, -1, flags, 0, 0, 0, 0)
Wait(650)
TaskPlayAnim(myPed, ‘mp_player_int_upperwank’, animation2, 8.0, -8, -1, flags, 0, 0, 0, 0)

Citizen.Wait(700)

Just looks like im jacking off but in context rolling dice it works thanks.