stUsableProps

installation

  1. Go to the script “stUsableProps/config/config_script.lua” and open the file.

  2. Go to "Config.items" and add this code inside:

     ['st_hn_knight'] = {
          model = 'st_hn_knight',
          animation = {
               dict = false, 
               anim = false,
               bone = 'leftclavicle',
               persistentAnimation = true,
               attaching_position = {
                    x = 0.11782731964877,
                    y = 0.028668717972179,
                    z = -0.16631986144729,
                    x_rotation = -178.78262016319,
                    y_rotation = 12.635850635916,
                    z_rotation = 31.518636869524,
               }
          }
     },
     ['st_hn_hornet'] = {
          model = 'st_hn_hornet',
          animation = {
               dict = false, 
               anim = false,
               bone = 'rightclavicle',
               persistentAnimation = true,
               attaching_position = {
                    x = 0.087828108389431,
                    y = 0.035999229410947,
                    z = 0.20593611581951,
                    x_rotation = -1.731895841204e-15,
                    y_rotation = -23.331438580501,
                    z_rotation = -134.93786912149,
               }
          }
     },

Last updated

Was this helpful?