#Animations not working

1 messages · Page 1 of 1 (latest)

autumn dragon
#

I attempted to fix gun animations by attempting to give new animations ID but the gun is just held down the arm.
local animations = {
[2] = 'rbxassetid://15181733754', -- l_frontaim_anim
[3] = 'rbxassetid://15181738165', -- l_rightaim_anim
[4] = 'rbxassetid://15181744960', -- l_leftaim_anim
[5] = 'rbxassetid://15181748336' -- l_topaim_anim
I just want to reinstate that these animation ID's do not work.

cosmic ridge
#

Are the animation priorites set?

#

if your animations don't have higher priorites than robloxs ones

#

then u get no animation

cosmic ridge
#

because roblox prioritizes the highest animation priority

#

because your animations are most likely 'core' animations

#

and the roblox animations are a bit higher

#

so go for something like 'idle'

#

if you need more help ask me 😄

#

@autumn dragon