Psykek

RHS mini

Mar 15th, 2019
7,894
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. local Remote = game.ReplicatedStorage.Modules.AvatarEditor2.RemoteObjects['ApplyAppearance']
  2.  
  3. local Arguments = {
  4. [1] = {
  5. ["BodyColors"] = {
  6. ["RightArm"] = Color3.new(0.87451,0.87451,0.870588),
  7. ["Head"] = Color3.new(0.87451,0.87451,0.870588),
  8. ["LeftArm"] = Color3.new(0.87451,0.87451,0.870588),
  9. ["Torso"] = Color3.new(0.87451,0.87451,0.870588),
  10. ["RightLeg"] = Color3.new(0.87451,0.87451,0.870588),
  11. ["LeftLeg"] = Color3.new(0.87451,0.87451,0.870588)
  12. },
  13. ["BodyScaling"] = {
  14. ["lowerLegHeight"] = 0.025,
  15. ["upperTorsoWidth"] = 0.025,
  16. ["upperArmHeight"] = 0.025,
  17. ["handHeight"] = 0.025,
  18. ["upperLegWidth"] = 0.025,
  19. ["lowerArmWidth"] = 0.025,
  20. ["head"] = 0.025,
  21. ["footWidth"] = 0.025,
  22. ["footHeight"] = 0.025,
  23. ["lowerArmHeight"] = 0.025,
  24. ["upperArmWidth"] = 0.025,
  25. ["lowerTorsoWidth"] = 0.025,
  26. ["handWidth"] = 0.025,
  27. ["width"] = 0.025,
  28. ["height"] = 0.025,
  29. ["upperTorsoHeight"] = 0.025,
  30. ["upperLegHeight"] = 0.025,
  31. ["lowerTorsoHeight"] = 0.025,
  32. ["lowerLegWidth"] = 0.025
  33. },
  34. ["Accessories"] = {
  35. ["Hair Accessory"] = {
  36.  
  37. },
  38. ["Hat"] = {
  39.  
  40. },
  41. ["Front Accessory"] = {
  42.  
  43. },
  44. ["Face Accessory"] = {
  45.  
  46. },
  47. ["Back Accessory"] = {
  48.  
  49. },
  50. ["Neck Accessory"] = {
  51.  
  52. },
  53. ["Shoulder Accessory"] = {
  54.  
  55. },
  56. ["Waist Accessory"] = {
  57.  
  58. }
  59. },
  60. ["Clothing"] = {
  61. ["Shirt"] = {
  62. ["assetTypeId"] = 11,
  63. ["description"] = "Shirt",
  64. ["isNew"] = false,
  65. ["assetId"] = 480886484,
  66. ["name"] = "invisible shirt",
  67. ["priceInCoins"] = 0,
  68. ["isAvailable"] = true,
  69. ["baseHeat"] = 0,
  70. ["isPremium"] = false
  71. },
  72. ["Pants"] = {
  73. ["assetTypeId"] = 12,
  74. ["description"] = "",
  75. ["isNew"] = false,
  76. ["assetId"] = 616448621,
  77. ["name"] = "Invisible Pants",
  78. ["priceInCoins"] = 0,
  79. ["isAvailable"] = true,
  80. ["baseHeat"] = 0,
  81. ["isPremium"] = false
  82. }
  83. },
  84. ["Animations"] = {
  85. ["Fall Animation"] = {
  86.  
  87. },
  88. ["Walk Animation"] = {
  89.  
  90. },
  91. ["Animation"] = {
  92.  
  93. },
  94. ["Death Animation"] = {
  95.  
  96. },
  97. ["Climb Animation"] = {
  98.  
  99. },
  100. ["Jump Animation"] = {
  101.  
  102. },
  103. ["Pose Animation"] = {
  104.  
  105. },
  106. ["Idle Animation"] = {
  107.  
  108. },
  109. ["Swim Animation"] = {
  110.  
  111. },
  112. ["Animation Bundle"] = {
  113.  
  114. },
  115. ["Run Animation"] = {
  116.  
  117. }
  118. },
  119. ["Face"] = {
  120.  
  121. },
  122. ["IsDefault"] = false,
  123. ["BodyParts"] = {
  124. ["Left Leg"] = {
  125.  
  126. },
  127. ["Right Arm"] = {
  128.  
  129. },
  130. ["Head"] = {
  131.  
  132. },
  133. ["Package"] = {
  134.  
  135. },
  136. ["Torso"] = {
  137.  
  138. },
  139. ["Left Arm"] = {
  140.  
  141. },
  142. ["Right Leg"] = {
  143.  
  144. }
  145. }
  146. }
  147. }
  148.  
  149. Remote:FireServer(unpack(Arguments))
Add Comment
Please, Sign In to add comment