Props
Customizing Prop Animations
Changing Prop Animations
['hat'] = {
prop = 0, -- Do not change this value
animation = {
on = 'put_on_hat', -- New animation for equipping (from Config.animations)
off = 'hatOff'
}
},Last updated