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_banana'] = {
          model = 'st_banana',
          animation = {
               dict = false, 
               anim = false,
               bone = 'head',
               persistentAnimation = true,
               attaching_position = {
                    x = 0.28968186779639,
                    y = 0,
                    z = 0,
                    x_rotation = -3.4619784022154,
                    y_rotation = 87.855652265158,
                    z_rotation = -176.93915640098,
               }
          }
     },
     ['st_cherry'] = {
          model = 'st_cherry',
          animation = {
               dict = false, 
               anim = false,
               bone = 'head',
               persistentAnimation = true,
               attaching_position = {
                    x = 0.2684468388328,
                    y = 0,
                    z = 0,
                    x_rotation = 0.17209147490354,
                    y_rotation = 87.764930599266,
                    z_rotation = 177.59855558806,
               }
          }
     },
     ['st_greenapple'] = {
          model = 'st_greenapple',
          animation = {
               dict = false, 
               anim = false,
               bone = 'leftclavicle',
               persistentAnimation = true,
               attaching_position = {
                    x = 0.10246788111681,
                    y = 0.028864994717444,
                    z = -0.16965269640241,
                    x_rotation = 175.2470450918,
                    y_rotation = 13.823785367939,
                    z_rotation = 35.172308256032,
               }
          }
     },
     ['st_kiwi'] = {
          model = 'st_kiwi',
          animation = {
               dict = false, 
               anim = false,
               bone = 'rightclavicle',
               persistentAnimation = true,
               attaching_position = {
                    x = 0.083017231112422,
                    y = 0.026006059952452,
                    z = 0.16887046510523,
                    x_rotation = 0,
                    y_rotation = -21.522697973954,
                    z_rotation = -146.66260077448,
               }
          }
     },
     ['st_lemon'] = {
          model = 'st_lemon',
          animation = {
               dict = false, 
               anim = false,
               bone = 'rightclavicle',
               persistentAnimation = true,
               attaching_position = {
                    x = 0.10119210219443,
                    y = 0.047010397101595,
                    z = 0.17864675929614,
                    x_rotation = -2.9789090581763,
                    y_rotation = -17.780107659442,
                    z_rotation = -143.98899779671,
               }
          }
     },
     ['st_mango'] = {
          model = 'st_mango',
          animation = {
               dict = false, 
               anim = false,
               bone = 'rightclavicle',
               persistentAnimation = true,
               attaching_position = {
                    x = 0.092855547103568,
                    y = 0.054840683311047,
                    z = 0.16330070752882,
                    x_rotation = -11.689699824828,
                    y_rotation = -27.344051286731,
                    z_rotation = -131.86778533154,
               }
          }
     },
     ['st_orange'] = {
          model = 'st_orange',
          animation = {
               dict = false, 
               anim = false,
               bone = 'leftclavicle',
               persistentAnimation = true,
               attaching_position = {
                    x = 0.119634721436,
                    y = 1.6653345369377e-16,
                    z = -0.1696554197121,
                    x_rotation = 179.74730054923,
                    y_rotation = 13.732567982858,
                    z_rotation = 32.860490100303,
               }
          }
     },
     ['st_redapple'] = {
          model = 'st_redapple',
          animation = {
               dict = false, 
               anim = false,
               bone = 'leftclavicle',
               persistentAnimation = true,
               attaching_position = {
                    x = 0.10246788111681,
                    y = 0.028864994717444,
                    z = -0.16965269640241,
                    x_rotation = 175.2470450918,
                    y_rotation = 13.823785367939,
                    z_rotation = 35.172308256032,
               }
          }
     },
     ['st_strawberry'] = {
          model = 'st_strawberry',
          animation = {
               dict = false, 
               anim = false,
               bone = 'head',
               persistentAnimation = true,
               attaching_position = {
                    x = 0.28405018964338,
                    y = 0,
                    z = 0,
                    x_rotation = -4.4272444124375e-12,
                    y_rotation = 89.971701414995,
                    z_rotation = -179.3516971683,
               }
          }
     },
     ['st_watermelon'] = {
          model = 'st_watermelon',
          animation = {
               dict = false, 
               anim = false,
               bone = 'leftclavicle',
               persistentAnimation = true,
               attaching_position = {
                    x = 0.086215725221791,
                    y = 0.062144318382679,
                    z = -0.16248418814294,
                    x_rotation = -169.10576622802,
                    y_rotation = 12.147663484962,
                    z_rotation = 42.257996810636,
               }
          }
     },

Last updated