Psykek

RHS Zombie Doge

Mar 15th, 2019
5,455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 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.313726,0.427451,0.329412),
  7. ["Head"] = Color3.new(0.313726,0.427451,0.329412),
  8. ["LeftArm"] = Color3.new(0.313726,0.427451,0.329412),
  9. ["Torso"] = Color3.new(0.313726,0.427451,0.329412),
  10. ["RightLeg"] = Color3.new(0.313726,0.427451,0.329412),
  11. ["LeftLeg"] = Color3.new(0.313726,0.427451,0.329412)
  12. },
  13. ["BodyScaling"] = {
  14. ["lowerLegHeight"] = 0.5,
  15. ["upperTorsoWidth"] = 0.5,
  16. ["upperArmHeight"] = 0.5,
  17. ["handHeight"] = 0.5,
  18. ["upperLegWidth"] = 0.5,
  19. ["lowerArmWidth"] = 0.5,
  20. ["head"] = 0.5,
  21. ["footWidth"] = 0.5,
  22. ["footHeight"] = 0.5,
  23. ["lowerArmHeight"] = 0.5,
  24. ["width"] = 0.5,
  25. ["handWidth"] = 0.5,
  26. ["lowerTorsoWidth"] = 0.5,
  27. ["upperLegHeight"] = 0.5,
  28. ["upperTorsoHeight"] = 0.5,
  29. ["height"] = 0.5,
  30. ["upperArmWidth"] = 0.5,
  31. ["lowerTorsoHeight"] = 0.5,
  32. ["lowerLegWidth"] = 0.5
  33. },
  34. ["Accessories"] = {
  35. ["Hair Accessory"] = {
  36.  
  37. },
  38. ["Hat"] = {
  39. [1] = {
  40. ["asset"] = {
  41. ["assetTypeId"] = 8,
  42. ["description"] = "So undead. Much brains. Wow.",
  43. ["isNew"] = false,
  44. ["assetId"] = 304718708,
  45. ["name"] = "Zombie Doge",
  46. ["isAvailable"] = true,
  47. ["priceInCoins"] = 0,
  48. ["baseHeat"] = 834.5,
  49. ["isPremium"] = false
  50. },
  51. ["tuning"] = {
  52. ["yScale"] = 0.42857142857143,
  53. ["xScale"] = 0.42857142857143,
  54. ["xPos"] = 0.5,
  55. ["zScale"] = 0.42857142857143,
  56. ["xRot"] = 0.5,
  57. ["yRot"] = 0.5,
  58. ["zRot"] = 0.5,
  59. ["zPos"] = 0.5,
  60. ["yPos"] = 0.5,
  61. ["allScale"] = 0.42857142857143
  62. }
  63. }
  64. },
  65. ["Front Accessory"] = {
  66.  
  67. },
  68. ["Face Accessory"] = {
  69.  
  70. },
  71. ["Back Accessory"] = {
  72.  
  73. },
  74. ["Neck Accessory"] = {
  75.  
  76. },
  77. ["Shoulder Accessory"] = {
  78.  
  79. },
  80. ["Waist Accessory"] = {
  81.  
  82. }
  83. },
  84. ["Clothing"] = {
  85. ["Shirt"] = {
  86. ["assetTypeId"] = 11,
  87. ["description"] = "Shirt",
  88. ["isNew"] = false,
  89. ["assetId"] = 1708649287,
  90. ["name"] = "Zombie Doge Zombie Doge Zombie Doge !",
  91. ["isAvailable"] = true,
  92. ["priceInCoins"] = 0,
  93. ["baseHeat"] = 0,
  94. ["isPremium"] = false
  95. },
  96. ["Pants"] = {
  97. ["assetTypeId"] = 12,
  98. ["description"] = "Pants",
  99. ["isNew"] = false,
  100. ["assetId"] = 1236836909,
  101. ["name"] = "Zombie doge",
  102. ["isAvailable"] = true,
  103. ["priceInCoins"] = 0,
  104. ["baseHeat"] = 0,
  105. ["isPremium"] = false
  106. }
  107. },
  108. ["Animations"] = {
  109. ["Fall Animation"] = {
  110.  
  111. },
  112. ["Walk Animation"] = {
  113.  
  114. },
  115. ["Animation"] = {
  116.  
  117. },
  118. ["Death Animation"] = {
  119.  
  120. },
  121. ["Climb Animation"] = {
  122.  
  123. },
  124. ["Jump Animation"] = {
  125.  
  126. },
  127. ["Pose Animation"] = {
  128.  
  129. },
  130. ["Idle Animation"] = {
  131.  
  132. },
  133. ["Swim Animation"] = {
  134.  
  135. },
  136. ["Animation Bundle"] = {
  137.  
  138. },
  139. ["Run Animation"] = {
  140.  
  141. }
  142. },
  143. ["Face"] = {
  144.  
  145. },
  146. ["BodyParts"] = {
  147. ["Left Leg"] = {
  148.  
  149. },
  150. ["Right Arm"] = {
  151.  
  152. },
  153. ["Head"] = {
  154.  
  155. },
  156. ["Package"] = {
  157.  
  158. },
  159. ["Torso"] = {
  160.  
  161. },
  162. ["Right Leg"] = {
  163.  
  164. },
  165. ["Left Arm"] = {
  166.  
  167. }
  168. },
  169. ["IsDefault"] = false
  170. }
  171. }
  172.  
  173. Remote:FireServer(unpack(Arguments))
Add Comment
Please, Sign In to add comment