Advertisement
Psykek

Robloxian Morpher v11

Mar 11th, 2019
1,020
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 94.97 KB | None | 0 0
  1. preventBug=0;preventBugg=0
  2. local v11 = Instance.new("ScreenGui")
  3. local Topframe = Instance.new("Frame")
  4. local AllBodyConfigTab = Instance.new("TextButton")
  5. local BodyConfigTab = Instance.new("TextButton")
  6. local ExtraStuffTab = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local AllBodyConfigFrame = Instance.new("Frame")
  10. local AllBodyInputBox = Instance.new("TextBox")
  11. local AllBodyChangeButton = Instance.new("TextButton")
  12. local TextLabel_3 = Instance.new("TextLabel")
  13. local BodyConfigFrame = Instance.new("Frame")
  14. local TextLabel_4 = Instance.new("TextLabel")
  15. local TextLabel_5 = Instance.new("TextLabel")
  16. local TextLabel_6 = Instance.new("TextLabel")
  17. local TextLabel_7 = Instance.new("TextLabel")
  18. local TextLabel_8 = Instance.new("TextLabel")
  19. local TextLabel_9 = Instance.new("TextLabel")
  20. local TextLabel_10 = Instance.new("TextLabel")
  21. local TextLabel_11 = Instance.new("TextLabel")
  22. local UpperLegHeightBox = Instance.new("TextBox")
  23. local UpperTorsoHeightBox = Instance.new("TextBox")
  24. local UpperLegWidthBox = Instance.new("TextBox")
  25. local UpperTorsoWidthBox = Instance.new("TextBox")
  26. local LowerLegHeightBox = Instance.new("TextBox")
  27. local LowerTorsoHeightBox = Instance.new("TextBox")
  28. local LowerLegWidthBox = Instance.new("TextBox")
  29. local LowerTorsoWidthBox = Instance.new("TextBox")
  30. local TextLabel_12 = Instance.new("TextLabel")
  31. local TextLabel_13 = Instance.new("TextLabel")
  32. local TextLabel_14 = Instance.new("TextLabel")
  33. local TextLabel_15 = Instance.new("TextLabel")
  34. local TextLabel_16 = Instance.new("TextLabel")
  35. local TextLabel_17 = Instance.new("TextLabel")
  36. local TextLabel_18 = Instance.new("TextLabel")
  37. local TextLabel_19 = Instance.new("TextLabel")
  38. local HandWidthBox = Instance.new("TextBox")
  39. local HandHeightBox = Instance.new("TextBox")
  40. local UpperArmWidthBox = Instance.new("TextBox")
  41. local UpperArmHeightBox = Instance.new("TextBox")
  42. local TextLabel_20 = Instance.new("TextLabel")
  43. local TextLabel_21 = Instance.new("TextLabel")
  44. local TextLabel_22 = Instance.new("TextLabel")
  45. local TextLabel_23 = Instance.new("TextLabel")
  46. local FootHeightBox = Instance.new("TextBox")
  47. local LowerArmHeightBox = Instance.new("TextBox")
  48. local FootWidthBox = Instance.new("TextBox")
  49. local LowerArmWidthBox = Instance.new("TextBox")
  50. local TextLabel_24 = Instance.new("TextLabel")
  51. local HeadScaleBox = Instance.new("TextBox")
  52. local BodyChangeButton = Instance.new("TextButton")
  53. local TextLabel_25 = Instance.new("TextLabel")
  54. local ExtraStuffFrame = Instance.new("Frame")
  55. local DisableChairs = Instance.new("TextButton")
  56. local TextLabel_26 = Instance.new("TextLabel")
  57. local TextLabel_27 = Instance.new("TextLabel")
  58. local WalkSpeedBox = Instance.new("TextBox")
  59. local ChangeSpeed = Instance.new("TextButton")
  60. local CrashGame = Instance.new("TextButton")
  61. local ChatTroll = Instance.new("TextButton")
  62. local ChangeJumpPower = Instance.new("TextButton")
  63. local JumpPowerBox = Instance.new("TextBox")
  64. local TextLabel_28 = Instance.new("TextLabel")
  65. local Ingnite = Instance.new("TextButton")
  66. local Rejoin = Instance.new("TextButton")
  67. local DisableDoors = Instance.new("TextButton")
  68. local TextLabel_29 = Instance.new("TextLabel")
  69. local TextLabel_30 = Instance.new("TextLabel")
  70. local ExtraStuffTab2 = Instance.new("TextButton")
  71. local ExtraStuffFrame2 = Instance.new("Frame")
  72. local MorphsLabel = Instance.new("TextLabel")
  73. local Baghead = Instance.new("TextButton")
  74. local Spongebob = Instance.new("TextButton")
  75. local Doge = Instance.new("TextButton")
  76. local ZombieDoge = Instance.new("TextButton")
  77. local DemonSlut = Instance.new("TextButton")
  78. local SlenderMan = Instance.new("TextButton")
  79. local Mini = Instance.new("TextButton")
  80. local NameEffectLabel = Instance.new("TextLabel")
  81. local NameBox = Instance.new("TextBox")
  82. local StartLooping = Instance.new("TextButton")
  83. local destroy = Instance.new("TextButton")
  84. local NoteLbl = Instance.new("TextLabel")
  85. local Separator = Instance.new("TextLabel")
  86.  
  87. -- Properties
  88.  
  89. v11.Name = "v11"
  90. v11.Parent = game.CoreGui
  91.  
  92. Topframe.Name = "Topframe"
  93. Topframe.Parent = v11
  94. Topframe.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  95. Topframe.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  96. Topframe.Position = UDim2.new(0.254460096, 0, 0.099609375, 0)
  97. Topframe.Size = UDim2.new(0, 522, 0, 28)
  98.  
  99. AllBodyConfigTab.Name = "AllBodyConfigTab"
  100. AllBodyConfigTab.Parent = Topframe
  101. AllBodyConfigTab.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  102. AllBodyConfigTab.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  103. AllBodyConfigTab.BorderSizePixel = 0
  104. AllBodyConfigTab.Size = UDim2.new(0, 86, 0, 28)
  105. AllBodyConfigTab.Font = Enum.Font.SourceSans
  106. AllBodyConfigTab.Text = "All Body Config"
  107. AllBodyConfigTab.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  108. AllBodyConfigTab.TextSize = 14
  109.  
  110. BodyConfigTab.Name = "BodyConfigTab"
  111. BodyConfigTab.Parent = Topframe
  112. BodyConfigTab.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  113. BodyConfigTab.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  114. BodyConfigTab.BorderSizePixel = 0
  115. BodyConfigTab.Position = UDim2.new(0.166666672, 0, 0, 0)
  116. BodyConfigTab.Size = UDim2.new(0, 86, 0, 28)
  117. BodyConfigTab.Font = Enum.Font.SourceSans
  118. BodyConfigTab.Text = "Body Config"
  119. BodyConfigTab.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  120. BodyConfigTab.TextSize = 14
  121.  
  122. ExtraStuffTab.Name = "ExtraStuffTab"
  123. ExtraStuffTab.Parent = Topframe
  124. ExtraStuffTab.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  125. ExtraStuffTab.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  126. ExtraStuffTab.BorderSizePixel = 0
  127. ExtraStuffTab.Position = UDim2.new(0.333333343, 0, 0, 0)
  128. ExtraStuffTab.Size = UDim2.new(0, 86, 0, 28)
  129. ExtraStuffTab.Font = Enum.Font.SourceSans
  130. ExtraStuffTab.Text = "Other [1]"
  131. ExtraStuffTab.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  132. ExtraStuffTab.TextSize = 14
  133.  
  134. TextLabel.Parent = Topframe
  135. TextLabel.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  136. TextLabel.BorderSizePixel = 0
  137. TextLabel.Position = UDim2.new(0.938697338, 0, 0, 0)
  138. TextLabel.Size = UDim2.new(0, 29, 0, 24)
  139. TextLabel.Font = Enum.Font.Bodoni
  140. TextLabel.Text = "v11"
  141. TextLabel.TextColor3 = Color3.new(0.713726, 0, 0)
  142. TextLabel.TextScaled = true
  143. TextLabel.TextSize = 14
  144. TextLabel.TextWrapped = true
  145.  
  146. TextLabel_2.Parent = Topframe
  147. TextLabel_2.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  148. TextLabel_2.BorderSizePixel = 0
  149. TextLabel_2.Position = UDim2.new(0.678160906, 0, 0, 0)
  150. TextLabel_2.Size = UDim2.new(0, 114, 0, 24)
  151. TextLabel_2.Font = Enum.Font.Bodoni
  152. TextLabel_2.Text = "Psykek#3180"
  153. TextLabel_2.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  154. TextLabel_2.TextScaled = true
  155. TextLabel_2.TextSize = 14
  156. TextLabel_2.TextWrapped = true
  157.  
  158. AllBodyConfigFrame.Name = "AllBodyConfigFrame"
  159. AllBodyConfigFrame.Parent = Topframe
  160. AllBodyConfigFrame.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  161. AllBodyConfigFrame.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  162. AllBodyConfigFrame.Position = UDim2.new(0, 0, 1, 0)
  163. AllBodyConfigFrame.Size = UDim2.new(0, 522, 0, 306)
  164. AllBodyConfigFrame.Visible=false
  165. AllBodyInputBox.Name = "AllBodyInputBox"
  166. AllBodyInputBox.Parent = AllBodyConfigFrame
  167. AllBodyInputBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  168. AllBodyInputBox.BorderColor3 = Color3.new(0, 0, 0)
  169. AllBodyInputBox.Position = UDim2.new(0.0823754817, 0, 0.117647059, 0)
  170. AllBodyInputBox.Size = UDim2.new(0, 217, 0, 26)
  171. AllBodyInputBox.Font = Enum.Font.SourceSans
  172. AllBodyInputBox.Text = "Input"
  173. AllBodyInputBox.TextColor3 = Color3.new(0, 0, 0)
  174. AllBodyInputBox.TextSize = 14
  175. AllBodyChangeButton.Name = "AllBodyChangeButton"
  176. AllBodyChangeButton.Parent = AllBodyConfigFrame
  177. AllBodyChangeButton.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  178. AllBodyChangeButton.BorderColor3 = Color3.new(0, 0, 0)
  179. AllBodyChangeButton.Position = UDim2.new(0.172413796, 0, 0.271241844, 0)
  180. AllBodyChangeButton.Size = UDim2.new(0, 123, 0, 21)
  181. AllBodyChangeButton.Font = Enum.Font.SourceSans
  182. AllBodyChangeButton.Text = "Change"
  183. AllBodyChangeButton.TextColor3 = Color3.new(0, 0, 0)
  184. AllBodyChangeButton.TextSize = 14
  185. TextLabel_3.Parent = AllBodyConfigFrame
  186. TextLabel_3.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  187. TextLabel_3.BorderSizePixel = 0
  188. TextLabel_3.Position = UDim2.new(0.555555582, 0, 0.117647059, 0)
  189. TextLabel_3.Size = UDim2.new(0, 200, 0, 243)
  190. TextLabel_3.Font = Enum.Font.SourceSans
  191. TextLabel_3.Text = "This section of the GUI allows you to quickly change the size of all of your body parts. Say you want to become very large or very small, but want all of your body parts to be of equal size... Instead of changing every input box in the other frame, you can change them all at once with this."
  192. TextLabel_3.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  193. TextLabel_3.TextScaled = true
  194. TextLabel_3.TextSize = 14
  195. TextLabel_3.TextWrapped = true
  196. TextLabel_3.TextYAlignment = Enum.TextYAlignment.Top
  197. BodyConfigFrame.Name = "BodyConfigFrame"
  198. BodyConfigFrame.Parent = Topframe
  199. BodyConfigFrame.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  200. BodyConfigFrame.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  201. BodyConfigFrame.Position = UDim2.new(0, 0, 1, 0)
  202. BodyConfigFrame.Size = UDim2.new(0, 522, 0, 318)
  203. BodyConfigFrame.Visible=false
  204. TextLabel_4.Parent = BodyConfigFrame
  205. TextLabel_4.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  206. TextLabel_4.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  207. TextLabel_4.Position = UDim2.new(0.0287356377, 0, 0.0392156839, 0)
  208. TextLabel_4.Size = UDim2.new(0, 118, 0, 24)
  209. TextLabel_4.Font = Enum.Font.SourceSans
  210. TextLabel_4.Text = "Height"
  211. TextLabel_4.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  212. TextLabel_4.TextSize = 14
  213. TextLabel_5.Parent = BodyConfigFrame
  214. TextLabel_5.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  215. TextLabel_5.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  216. TextLabel_5.Position = UDim2.new(0.266283512, 0, 0.0392156839, 0)
  217. TextLabel_5.Size = UDim2.new(0, 118, 0, 24)
  218. TextLabel_5.Font = Enum.Font.SourceSans
  219. TextLabel_5.Text = "Height"
  220. TextLabel_5.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  221. TextLabel_5.TextSize = 14
  222. TextLabel_6.Parent = BodyConfigFrame
  223. TextLabel_6.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  224. TextLabel_6.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  225. TextLabel_6.Position = UDim2.new(0.74137938, 0, 0.0392156839, 0)
  226. TextLabel_6.Size = UDim2.new(0, 118, 0, 24)
  227. TextLabel_6.Font = Enum.Font.SourceSans
  228. TextLabel_6.Text = "Width"
  229. TextLabel_6.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  230. TextLabel_6.TextSize = 14
  231. TextLabel_7.Parent = BodyConfigFrame
  232. TextLabel_7.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  233. TextLabel_7.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  234. TextLabel_7.Position = UDim2.new(0.503831506, 0, 0.0392156839, 0)
  235. TextLabel_7.Size = UDim2.new(0, 118, 0, 24)
  236. TextLabel_7.Font = Enum.Font.SourceSans
  237. TextLabel_7.Text = "Width"
  238. TextLabel_7.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  239. TextLabel_7.TextSize = 14
  240. TextLabel_8.Parent = BodyConfigFrame
  241. TextLabel_8.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  242. TextLabel_8.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  243. TextLabel_8.BorderSizePixel = 0
  244. TextLabel_8.Position = UDim2.new(0.0287356377, 0, 0.134356886, 0)
  245. TextLabel_8.Size = UDim2.new(0, 118, 0, 24)
  246. TextLabel_8.Font = Enum.Font.SourceSans
  247. TextLabel_8.Text = "Up Leg"
  248. TextLabel_8.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  249. TextLabel_8.TextSize = 14
  250. TextLabel_9.Parent = BodyConfigFrame
  251. TextLabel_9.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  252. TextLabel_9.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  253. TextLabel_9.BorderSizePixel = 0
  254. TextLabel_9.Position = UDim2.new(0.266283512, 0, 0.134356886, 0)
  255. TextLabel_9.Size = UDim2.new(0, 118, 0, 24)
  256. TextLabel_9.Font = Enum.Font.SourceSans
  257. TextLabel_9.Text = "Up Torso"
  258. TextLabel_9.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  259. TextLabel_9.TextSize = 14
  260. TextLabel_10.Parent = BodyConfigFrame
  261. TextLabel_10.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  262. TextLabel_10.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  263. TextLabel_10.BorderSizePixel = 0
  264. TextLabel_10.Position = UDim2.new(0.503831387, 0, 0.134356886, 0)
  265. TextLabel_10.Size = UDim2.new(0, 118, 0, 24)
  266. TextLabel_10.Font = Enum.Font.SourceSans
  267. TextLabel_10.Text = "Up Leg"
  268. TextLabel_10.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  269. TextLabel_10.TextSize = 14
  270. TextLabel_11.Parent = BodyConfigFrame
  271. TextLabel_11.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  272. TextLabel_11.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  273. TextLabel_11.BorderSizePixel = 0
  274. TextLabel_11.Position = UDim2.new(0.741379261, 0, 0.134356886, 0)
  275. TextLabel_11.Size = UDim2.new(0, 118, 0, 24)
  276. TextLabel_11.Font = Enum.Font.SourceSans
  277. TextLabel_11.Text = "Up Torso"
  278. TextLabel_11.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  279. TextLabel_11.TextSize = 14
  280. UpperLegHeightBox.Name = "UpperLegHeightBox"
  281. UpperLegHeightBox.Parent = BodyConfigFrame
  282. UpperLegHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  283. UpperLegHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  284. UpperLegHeightBox.Position = UDim2.new(0.0287355781, 0, 0.212788284, 0)
  285. UpperLegHeightBox.Size = UDim2.new(0, 118, 0, 24)
  286. UpperLegHeightBox.Font = Enum.Font.SourceSans
  287. UpperLegHeightBox.Text = "Input"
  288. UpperLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
  289. UpperLegHeightBox.TextSize = 14
  290. UpperTorsoHeightBox.Name = "UpperTorsoHeightBox"
  291. UpperTorsoHeightBox.Parent = BodyConfigFrame
  292. UpperTorsoHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  293. UpperTorsoHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  294. UpperTorsoHeightBox.Position = UDim2.new(0.266283453, 0, 0.212788284, 0)
  295. UpperTorsoHeightBox.Size = UDim2.new(0, 118, 0, 24)
  296. UpperTorsoHeightBox.Font = Enum.Font.SourceSans
  297. UpperTorsoHeightBox.Text = "Input"
  298. UpperTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
  299. UpperTorsoHeightBox.TextSize = 14
  300. UpperLegWidthBox.Name = "UpperLegWidthBox"
  301. UpperLegWidthBox.Parent = BodyConfigFrame
  302. UpperLegWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  303. UpperLegWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  304. UpperLegWidthBox.Position = UDim2.new(0.503831387, 0, 0.212788284, 0)
  305. UpperLegWidthBox.Size = UDim2.new(0, 118, 0, 24)
  306. UpperLegWidthBox.Font = Enum.Font.SourceSans
  307. UpperLegWidthBox.Text = "Input"
  308. UpperLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
  309. UpperLegWidthBox.TextSize = 14
  310. UpperTorsoWidthBox.Name = "UpperTorsoWidthBox"
  311. UpperTorsoWidthBox.Parent = BodyConfigFrame
  312. UpperTorsoWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  313. UpperTorsoWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  314. UpperTorsoWidthBox.Position = UDim2.new(0.741379321, 0, 0.212788254, 0)
  315. UpperTorsoWidthBox.Size = UDim2.new(0, 118, 0, 24)
  316. UpperTorsoWidthBox.Font = Enum.Font.SourceSans
  317. UpperTorsoWidthBox.Text = "Input"
  318. UpperTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
  319. UpperTorsoWidthBox.TextSize = 14
  320. LowerLegHeightBox.Name = "LowerLegHeightBox"
  321. LowerLegHeightBox.Parent = BodyConfigFrame
  322. LowerLegHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  323. LowerLegHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  324. LowerLegHeightBox.Position = UDim2.new(0.0287355781, 0, 0.385744274, 0)
  325. LowerLegHeightBox.Size = UDim2.new(0, 118, 0, 24)
  326. LowerLegHeightBox.Font = Enum.Font.SourceSans
  327. LowerLegHeightBox.Text = "Input"
  328. LowerLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
  329. LowerLegHeightBox.TextSize = 14
  330. LowerTorsoHeightBox.Name = "LowerTorsoHeightBox"
  331. LowerTorsoHeightBox.Parent = BodyConfigFrame
  332. LowerTorsoHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  333. LowerTorsoHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  334. LowerTorsoHeightBox.Position = UDim2.new(0.266283453, 0, 0.385744274, 0)
  335. LowerTorsoHeightBox.Size = UDim2.new(0, 118, 0, 24)
  336. LowerTorsoHeightBox.Font = Enum.Font.SourceSans
  337. LowerTorsoHeightBox.Text = "Input"
  338. LowerTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
  339. LowerTorsoHeightBox.TextSize = 14
  340. LowerLegWidthBox.Name = "LowerLegWidthBox"
  341. LowerLegWidthBox.Parent = BodyConfigFrame
  342. LowerLegWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  343. LowerLegWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  344. LowerLegWidthBox.Position = UDim2.new(0.503831387, 0, 0.385744274, 0)
  345. LowerLegWidthBox.Size = UDim2.new(0, 118, 0, 24)
  346. LowerLegWidthBox.Font = Enum.Font.SourceSans
  347. LowerLegWidthBox.Text = "Input"
  348. LowerLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
  349. LowerLegWidthBox.TextSize = 14
  350. LowerTorsoWidthBox.Name = "LowerTorsoWidthBox"
  351. LowerTorsoWidthBox.Parent = BodyConfigFrame
  352. LowerTorsoWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  353. LowerTorsoWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  354. LowerTorsoWidthBox.Position = UDim2.new(0.741379321, 0, 0.385744214, 0)
  355. LowerTorsoWidthBox.Size = UDim2.new(0, 118, 0, 24)
  356. LowerTorsoWidthBox.Font = Enum.Font.SourceSans
  357. LowerTorsoWidthBox.Text = "Input"
  358. LowerTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
  359. LowerTorsoWidthBox.TextSize = 14
  360. TextLabel_12.Parent = BodyConfigFrame
  361. TextLabel_12.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  362. TextLabel_12.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  363. TextLabel_12.BorderSizePixel = 0
  364. TextLabel_12.Position = UDim2.new(0.741379261, 0, 0.307312846, 0)
  365. TextLabel_12.Size = UDim2.new(0, 118, 0, 24)
  366. TextLabel_12.Font = Enum.Font.SourceSans
  367. TextLabel_12.Text = "Low Torso"
  368. TextLabel_12.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  369. TextLabel_12.TextSize = 14
  370. TextLabel_13.Parent = BodyConfigFrame
  371. TextLabel_13.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  372. TextLabel_13.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  373. TextLabel_13.BorderSizePixel = 0
  374. TextLabel_13.Position = UDim2.new(0.503831387, 0, 0.307312846, 0)
  375. TextLabel_13.Size = UDim2.new(0, 118, 0, 24)
  376. TextLabel_13.Font = Enum.Font.SourceSans
  377. TextLabel_13.Text = "Low Leg"
  378. TextLabel_13.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  379. TextLabel_13.TextSize = 14
  380. TextLabel_14.Parent = BodyConfigFrame
  381. TextLabel_14.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  382. TextLabel_14.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  383. TextLabel_14.BorderSizePixel = 0
  384. TextLabel_14.Position = UDim2.new(0.0287356377, 0, 0.307312846, 0)
  385. TextLabel_14.Size = UDim2.new(0, 118, 0, 24)
  386. TextLabel_14.Font = Enum.Font.SourceSans
  387. TextLabel_14.Text = "Low Leg"
  388. TextLabel_14.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  389. TextLabel_14.TextSize = 14
  390. TextLabel_15.Parent = BodyConfigFrame
  391. TextLabel_15.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  392. TextLabel_15.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  393. TextLabel_15.BorderSizePixel = 0
  394. TextLabel_15.Position = UDim2.new(0.266283512, 0, 0.307312846, 0)
  395. TextLabel_15.Size = UDim2.new(0, 118, 0, 24)
  396. TextLabel_15.Font = Enum.Font.SourceSans
  397. TextLabel_15.Text = "Low Torso"
  398. TextLabel_15.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  399. TextLabel_15.TextSize = 14
  400. TextLabel_16.Parent = BodyConfigFrame
  401. TextLabel_16.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  402. TextLabel_16.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  403. TextLabel_16.BorderSizePixel = 0
  404. TextLabel_16.Position = UDim2.new(0.741379261, 0, 0.480268836, 0)
  405. TextLabel_16.Size = UDim2.new(0, 118, 0, 24)
  406. TextLabel_16.Font = Enum.Font.SourceSans
  407. TextLabel_16.Text = "Hand"
  408. TextLabel_16.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  409. TextLabel_16.TextSize = 14
  410. TextLabel_17.Parent = BodyConfigFrame
  411. TextLabel_17.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  412. TextLabel_17.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  413. TextLabel_17.BorderSizePixel = 0
  414. TextLabel_17.Position = UDim2.new(0.503831387, 0, 0.480268836, 0)
  415. TextLabel_17.Size = UDim2.new(0, 118, 0, 24)
  416. TextLabel_17.Font = Enum.Font.SourceSans
  417. TextLabel_17.Text = "Up Arm"
  418. TextLabel_17.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  419. TextLabel_17.TextSize = 14
  420. TextLabel_18.Parent = BodyConfigFrame
  421. TextLabel_18.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  422. TextLabel_18.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  423. TextLabel_18.BorderSizePixel = 0
  424. TextLabel_18.Position = UDim2.new(0.0287356377, 0, 0.480268836, 0)
  425. TextLabel_18.Size = UDim2.new(0, 118, 0, 24)
  426. TextLabel_18.Font = Enum.Font.SourceSans
  427. TextLabel_18.Text = "Up Arm"
  428. TextLabel_18.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  429. TextLabel_18.TextSize = 14
  430. TextLabel_19.Parent = BodyConfigFrame
  431. TextLabel_19.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  432. TextLabel_19.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  433. TextLabel_19.BorderSizePixel = 0
  434. TextLabel_19.Position = UDim2.new(0.266283512, 0, 0.480268836, 0)
  435. TextLabel_19.Size = UDim2.new(0, 118, 0, 24)
  436. TextLabel_19.Font = Enum.Font.SourceSans
  437. TextLabel_19.Text = "Hand"
  438. TextLabel_19.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  439. TextLabel_19.TextSize = 14
  440. HandWidthBox.Name = "HandWidthBox"
  441. HandWidthBox.Parent = BodyConfigFrame
  442. HandWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  443. HandWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  444. HandWidthBox.Position = UDim2.new(0.741379321, 0, 0.558700204, 0)
  445. HandWidthBox.Size = UDim2.new(0, 118, 0, 24)
  446. HandWidthBox.Font = Enum.Font.SourceSans
  447. HandWidthBox.Text = "Input"
  448. HandWidthBox.TextColor3 = Color3.new(0, 0, 0)
  449. HandWidthBox.TextSize = 14
  450. HandHeightBox.Name = "HandHeightBox"
  451. HandHeightBox.Parent = BodyConfigFrame
  452. HandHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  453. HandHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  454. HandHeightBox.Position = UDim2.new(0.266283453, 0, 0.558700264, 0)
  455. HandHeightBox.Size = UDim2.new(0, 118, 0, 24)
  456. HandHeightBox.Font = Enum.Font.SourceSans
  457. HandHeightBox.Text = "Input"
  458. HandHeightBox.TextColor3 = Color3.new(0, 0, 0)
  459. HandHeightBox.TextSize = 14
  460. UpperArmWidthBox.Name = "UpperArmWidthBox"
  461. UpperArmWidthBox.Parent = BodyConfigFrame
  462. UpperArmWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  463. UpperArmWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  464. UpperArmWidthBox.Position = UDim2.new(0.503831387, 0, 0.558700264, 0)
  465. UpperArmWidthBox.Size = UDim2.new(0, 118, 0, 24)
  466. UpperArmWidthBox.Font = Enum.Font.SourceSans
  467. UpperArmWidthBox.Text = "Input"
  468. UpperArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
  469. UpperArmWidthBox.TextSize = 14
  470. UpperArmHeightBox.Name = "UpperArmHeightBox"
  471. UpperArmHeightBox.Parent = BodyConfigFrame
  472. UpperArmHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  473. UpperArmHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  474. UpperArmHeightBox.Position = UDim2.new(0.0287355781, 0, 0.558700264, 0)
  475. UpperArmHeightBox.Size = UDim2.new(0, 118, 0, 24)
  476. UpperArmHeightBox.Font = Enum.Font.SourceSans
  477. UpperArmHeightBox.Text = "Input"
  478. UpperArmHeightBox.TextColor3 = Color3.new(0, 0, 0)
  479. UpperArmHeightBox.TextSize = 14
  480. TextLabel_20.Parent = BodyConfigFrame
  481. TextLabel_20.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  482. TextLabel_20.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  483. TextLabel_20.BorderSizePixel = 0
  484. TextLabel_20.Position = UDim2.new(0.741379261, 0, 0.653224826, 0)
  485. TextLabel_20.Size = UDim2.new(0, 118, 0, 24)
  486. TextLabel_20.Font = Enum.Font.SourceSans
  487. TextLabel_20.Text = "Foot"
  488. TextLabel_20.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  489. TextLabel_20.TextSize = 14
  490. TextLabel_21.Parent = BodyConfigFrame
  491. TextLabel_21.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  492. TextLabel_21.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  493. TextLabel_21.BorderSizePixel = 0
  494. TextLabel_21.Position = UDim2.new(0.0287356377, 0, 0.653224826, 0)
  495. TextLabel_21.Size = UDim2.new(0, 118, 0, 24)
  496. TextLabel_21.Font = Enum.Font.SourceSans
  497. TextLabel_21.Text = "Low Arm"
  498. TextLabel_21.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  499. TextLabel_21.TextSize = 14
  500. TextLabel_22.Parent = BodyConfigFrame
  501. TextLabel_22.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  502. TextLabel_22.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  503. TextLabel_22.BorderSizePixel = 0
  504. TextLabel_22.Position = UDim2.new(0.503831387, 0, 0.653224826, 0)
  505. TextLabel_22.Size = UDim2.new(0, 118, 0, 24)
  506. TextLabel_22.Font = Enum.Font.SourceSans
  507. TextLabel_22.Text = "Low Arm"
  508. TextLabel_22.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  509. TextLabel_22.TextSize = 14
  510. TextLabel_23.Parent = BodyConfigFrame
  511. TextLabel_23.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  512. TextLabel_23.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  513. TextLabel_23.BorderSizePixel = 0
  514. TextLabel_23.Position = UDim2.new(0.266283512, 0, 0.653224826, 0)
  515. TextLabel_23.Size = UDim2.new(0, 118, 0, 24)
  516. TextLabel_23.Font = Enum.Font.SourceSans
  517. TextLabel_23.Text = "Foot"
  518. TextLabel_23.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  519. TextLabel_23.TextSize = 14
  520.  
  521. FootHeightBox.Name = "FootHeightBox"
  522. FootHeightBox.Parent = BodyConfigFrame
  523. FootHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  524. FootHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  525. FootHeightBox.Position = UDim2.new(0.266283453, 0, 0.731656253, 0)
  526. FootHeightBox.Size = UDim2.new(0, 118, 0, 24)
  527. FootHeightBox.Font = Enum.Font.SourceSans
  528. FootHeightBox.Text = "Input"
  529. FootHeightBox.TextColor3 = Color3.new(0, 0, 0)
  530. FootHeightBox.TextSize = 14
  531.  
  532. LowerArmHeightBox.Name = "LowerArmHeightBox"
  533. LowerArmHeightBox.Parent = BodyConfigFrame
  534. LowerArmHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  535. LowerArmHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  536. LowerArmHeightBox.Position = UDim2.new(0.0287355781, 0, 0.731656253, 0)
  537. LowerArmHeightBox.Size = UDim2.new(0, 118, 0, 24)
  538. LowerArmHeightBox.Font = Enum.Font.SourceSans
  539. LowerArmHeightBox.Text = "Input"
  540. LowerArmHeightBox.TextColor3 = Color3.new(0, 0, 0)
  541. LowerArmHeightBox.TextSize = 14
  542.  
  543. FootWidthBox.Name = "FootWidthBox"
  544. FootWidthBox.Parent = BodyConfigFrame
  545. FootWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  546. FootWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  547. FootWidthBox.Position = UDim2.new(0.741379321, 0, 0.731656194, 0)
  548. FootWidthBox.Size = UDim2.new(0, 118, 0, 24)
  549. FootWidthBox.Font = Enum.Font.SourceSans
  550. FootWidthBox.Text = "Input"
  551. FootWidthBox.TextColor3 = Color3.new(0, 0, 0)
  552. FootWidthBox.TextSize = 14
  553.  
  554. LowerArmWidthBox.Name = "LowerArmWidthBox"
  555. LowerArmWidthBox.Parent = BodyConfigFrame
  556. LowerArmWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  557. LowerArmWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  558. LowerArmWidthBox.Position = UDim2.new(0.503831387, 0, 0.731656253, 0)
  559. LowerArmWidthBox.Size = UDim2.new(0, 118, 0, 24)
  560. LowerArmWidthBox.Font = Enum.Font.SourceSans
  561. LowerArmWidthBox.Text = "Input"
  562. LowerArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
  563. LowerArmWidthBox.TextSize = 14
  564.  
  565. TextLabel_24.Parent = BodyConfigFrame
  566. TextLabel_24.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  567. TextLabel_24.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  568. TextLabel_24.BorderSizePixel = 0
  569. TextLabel_24.Position = UDim2.new(0.386973143, 0, 0.826180816, 0)
  570. TextLabel_24.Size = UDim2.new(0, 118, 0, 24)
  571. TextLabel_24.Font = Enum.Font.SourceSans
  572. TextLabel_24.Text = "Head Scale"
  573. TextLabel_24.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  574. TextLabel_24.TextSize = 14
  575.  
  576. HeadScaleBox.Name = "HeadScaleBox"
  577. HeadScaleBox.Parent = BodyConfigFrame
  578. HeadScaleBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  579. HeadScaleBox.BorderColor3 = Color3.new(0, 0, 0)
  580. HeadScaleBox.Position = UDim2.new(0.386973143, 0, 0.901467562, 0)
  581. HeadScaleBox.Size = UDim2.new(0, 118, 0, 24)
  582. HeadScaleBox.Font = Enum.Font.SourceSans
  583. HeadScaleBox.Text = "Input"
  584. HeadScaleBox.TextColor3 = Color3.new(0, 0, 0)
  585. HeadScaleBox.TextSize = 14
  586.  
  587. BodyChangeButton.Name = "BodyChangeButton"
  588. BodyChangeButton.Parent = BodyConfigFrame
  589. BodyChangeButton.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  590. BodyChangeButton.BorderColor3 = Color3.new(0, 0, 0)
  591. BodyChangeButton.Position = UDim2.new(0.741379321, 0, 0.877358496, 0)
  592. BodyChangeButton.Size = UDim2.new(0, 118, 0, 32)
  593. BodyChangeButton.Font = Enum.Font.SourceSans
  594. BodyChangeButton.Text = "Change"
  595. BodyChangeButton.TextColor3 = Color3.new(0, 0, 0)
  596. BodyChangeButton.TextSize = 14
  597.  
  598. TextLabel_25.Parent = BodyConfigFrame
  599. TextLabel_25.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  600. TextLabel_25.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  601. TextLabel_25.BorderSizePixel = 0
  602. TextLabel_25.Position = UDim2.new(0.0383141749, 0, 0.825379193, 0)
  603. TextLabel_25.Size = UDim2.new(0, 118, 0, 48)
  604. TextLabel_25.Font = Enum.Font.SourceSans
  605. TextLabel_25.Text = "Starting output is 1"
  606. TextLabel_25.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  607. TextLabel_25.TextScaled = true
  608. TextLabel_25.TextSize = 14
  609. TextLabel_25.TextWrapped = true
  610.  
  611. ExtraStuffFrame.Name = "ExtraStuffFrame"
  612. ExtraStuffFrame.Parent = Topframe
  613. ExtraStuffFrame.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  614. ExtraStuffFrame.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  615. ExtraStuffFrame.Position = UDim2.new(0, 0, 1, 0)
  616. ExtraStuffFrame.Size = UDim2.new(0, 522, 0, 318)
  617. ExtraStuffFrame.Visible=true
  618. DisableChairs.Name = "DisableChairs"
  619. DisableChairs.Parent = ExtraStuffFrame
  620. DisableChairs.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  621. DisableChairs.BorderColor3 = Color3.new(0, 0, 0)
  622. DisableChairs.Position = UDim2.new(0.540229738, 0, 0.474842846, 0)
  623. DisableChairs.Size = UDim2.new(0, 223, 0, 21)
  624. DisableChairs.Font = Enum.Font.SourceSans
  625. DisableChairs.Text = "Disable Chair TouchInterest"
  626. DisableChairs.TextColor3 = Color3.new(0, 0, 0)
  627. DisableChairs.TextSize = 14
  628.  
  629. TextLabel_26.Parent = ExtraStuffFrame
  630. TextLabel_26.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  631. TextLabel_26.BorderSizePixel = 0
  632. TextLabel_26.Position = UDim2.new(0.124521077, 0, 0.423665047, 0)
  633. TextLabel_26.Size = UDim2.new(0, 127, 0, 48)
  634. TextLabel_26.Font = Enum.Font.SourceSans
  635. TextLabel_26.Text = "Left ctrl to toggle GUI"
  636. TextLabel_26.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  637. TextLabel_26.TextSize = 14
  638.  
  639. TextLabel_27.Parent = ExtraStuffFrame
  640. TextLabel_27.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  641. TextLabel_27.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  642. TextLabel_27.BorderSizePixel = 0
  643. TextLabel_27.Position = UDim2.new(0.00957860239, 0, 0.0534591191, 0)
  644. TextLabel_27.Size = UDim2.new(0, 84, 0, 25)
  645. TextLabel_27.Font = Enum.Font.SourceSans
  646. TextLabel_27.Text = "Walk Speed"
  647. TextLabel_27.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  648. TextLabel_27.TextSize = 14
  649.  
  650. WalkSpeedBox.Name = "WalkSpeedBox"
  651. WalkSpeedBox.Parent = ExtraStuffFrame
  652. WalkSpeedBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  653. WalkSpeedBox.BorderColor3 = Color3.new(0, 0, 0)
  654. WalkSpeedBox.Position = UDim2.new(0.176245153, 0, 0.0534591079, 0)
  655. WalkSpeedBox.Size = UDim2.new(0, 84, 0, 25)
  656. WalkSpeedBox.Font = Enum.Font.SourceSans
  657. WalkSpeedBox.Text = ""
  658. WalkSpeedBox.TextColor3 = Color3.new(0, 0, 0)
  659. WalkSpeedBox.TextSize = 14
  660.  
  661. ChangeSpeed.Name = "ChangeSpeed"
  662. ChangeSpeed.Parent = ExtraStuffFrame
  663. ChangeSpeed.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  664. ChangeSpeed.BorderColor3 = Color3.new(0, 0, 0)
  665. ChangeSpeed.Position = UDim2.new(0.371647507, 0, 0.0503144898, 0)
  666. ChangeSpeed.Size = UDim2.new(0, 55, 0, 25)
  667. ChangeSpeed.Font = Enum.Font.SourceSans
  668. ChangeSpeed.Text = "Change"
  669. ChangeSpeed.TextColor3 = Color3.new(0, 0, 0)
  670. ChangeSpeed.TextSize = 14
  671.  
  672. CrashGame.Name = "CrashGame"
  673. CrashGame.Parent = ExtraStuffFrame
  674. CrashGame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  675. CrashGame.BorderColor3 = Color3.new(0, 0, 0)
  676. CrashGame.Position = UDim2.new(0.540229857, 0, 0.050314486, 0)
  677. CrashGame.Size = UDim2.new(0, 223, 0, 21)
  678. CrashGame.Font = Enum.Font.SourceSans
  679. CrashGame.Text = "Crash The Game"
  680. CrashGame.TextColor3 = Color3.new(0, 0, 0)
  681. CrashGame.TextSize = 14
  682.  
  683. ChatTroll.Name = "ChatTroll"
  684. ChatTroll.Parent = ExtraStuffFrame
  685. ChatTroll.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  686. ChatTroll.BorderColor3 = Color3.new(0, 0, 0)
  687. ChatTroll.Position = UDim2.new(0.540229857, 0, 0.13522023, 0)
  688. ChatTroll.Size = UDim2.new(0, 223, 0, 21)
  689. ChatTroll.Font = Enum.Font.SourceSans
  690. ChatTroll.Text = "Chat Log (f9)"
  691. ChatTroll.TextColor3 = Color3.fromRGB(0, 0, 0)
  692. ChatTroll.TextSize = 14
  693.  
  694. ChangeJumpPower.Name = "ChangeJumpPower"
  695. ChangeJumpPower.Parent = ExtraStuffFrame
  696. ChangeJumpPower.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  697. ChangeJumpPower.BorderColor3 = Color3.new(0, 0, 0)
  698. ChangeJumpPower.Position = UDim2.new(0.371647507, 0, 0.191823915, 0)
  699. ChangeJumpPower.Size = UDim2.new(0, 55, 0, 25)
  700. ChangeJumpPower.Font = Enum.Font.SourceSans
  701. ChangeJumpPower.Text = "Change"
  702. ChangeJumpPower.TextColor3 = Color3.new(0, 0, 0)
  703. ChangeJumpPower.TextSize = 14
  704.  
  705. JumpPowerBox.Name = "JumpPowerBox"
  706. JumpPowerBox.Parent = ExtraStuffFrame
  707. JumpPowerBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  708. JumpPowerBox.BorderColor3 = Color3.new(0, 0, 0)
  709. JumpPowerBox.Position = UDim2.new(0.176245153, 0, 0.191823885, 0)
  710. JumpPowerBox.Size = UDim2.new(0, 84, 0, 25)
  711. JumpPowerBox.Font = Enum.Font.SourceSans
  712. JumpPowerBox.Text = ""
  713. JumpPowerBox.TextColor3 = Color3.new(0, 0, 0)
  714. JumpPowerBox.TextSize = 14
  715.  
  716. TextLabel_28.Parent = ExtraStuffFrame
  717. TextLabel_28.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  718. TextLabel_28.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  719. TextLabel_28.BorderSizePixel = 0
  720. TextLabel_28.Position = UDim2.new(0.00957860239, 0, 0.1918239, 0)
  721. TextLabel_28.Size = UDim2.new(0, 84, 0, 25)
  722. TextLabel_28.Font = Enum.Font.SourceSans
  723. TextLabel_28.Text = "Jump Power"
  724. TextLabel_28.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  725. TextLabel_28.TextSize = 14
  726.  
  727. Ingnite.Name = "Ingnite"
  728. Ingnite.Parent = ExtraStuffFrame
  729. Ingnite.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  730. Ingnite.BorderColor3 = Color3.new(0, 0, 0)
  731. Ingnite.Position = UDim2.new(0.540229857, 0, 0.220125854, 0)
  732. Ingnite.Size = UDim2.new(0, 223, 0, 21)
  733. Ingnite.Font = Enum.Font.SourceSans
  734. Ingnite.Text = "Ignite"
  735. Ingnite.TextColor3 = Color3.fromRGB(0,0,0)
  736. Ingnite.TextSize = 14
  737.  
  738. Rejoin.Name = "Rejoin"
  739. Rejoin.Parent = ExtraStuffFrame
  740. Rejoin.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  741. Rejoin.BorderColor3 = Color3.new(0, 0, 0)
  742. Rejoin.Position = UDim2.new(0.540229857, 0, 0.305031478, 0)
  743. Rejoin.Size = UDim2.new(0, 223, 0, 21)
  744. Rejoin.Font = Enum.Font.SourceSans
  745. Rejoin.Text = "Rejoin"
  746. Rejoin.TextColor3 = Color3.new(0, 0, 0)
  747. Rejoin.TextSize = 14
  748.  
  749. DisableDoors.Name = "DisableDoors"
  750. DisableDoors.Parent = ExtraStuffFrame
  751. DisableDoors.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  752. DisableDoors.BorderColor3 = Color3.new(0, 0, 0)
  753. DisableDoors.Position = UDim2.new(0.540229857, 0, 0.389937103, 0)
  754. DisableDoors.Size = UDim2.new(0, 223, 0, 21)
  755. DisableDoors.Font = Enum.Font.SourceSans
  756. DisableDoors.Text = "Disable Door TouchInterest"
  757. DisableDoors.TextColor3 = Color3.new(0, 0, 0)
  758. DisableDoors.TextSize = 14
  759.  
  760. TextLabel_29.Parent = ExtraStuffFrame
  761. TextLabel_29.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  762. TextLabel_29.BorderSizePixel = 0
  763. TextLabel_29.Position = UDim2.new(0.022988623, 0, 0.731841207, 0)
  764. TextLabel_29.Size = UDim2.new(0, 234, 0, 74)
  765. TextLabel_29.Font = Enum.Font.SourceSans
  766. TextLabel_29.Text = "\"Disable Door TouchInterest\" makes it to where you wont go through doors automatically when you touch them."
  767. TextLabel_29.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  768. TextLabel_29.TextSize = 14
  769. TextLabel_29.TextWrapped = true
  770.  
  771. TextLabel_30.Parent = ExtraStuffFrame
  772. TextLabel_30.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  773. TextLabel_30.BorderSizePixel = 0
  774. TextLabel_30.Position = UDim2.new(0.517241478, 0, 0.728696525, 0)
  775. TextLabel_30.Size = UDim2.new(0, 234, 0, 75)
  776. TextLabel_30.Font = Enum.Font.SourceSans
  777. TextLabel_30.Text = "\"Disable Chair TouchInterest\" makes it to where you wont automatically sit on chairs when you touch them."
  778. TextLabel_30.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  779. TextLabel_30.TextSize = 14
  780. TextLabel_30.TextWrapped = true
  781.  
  782. ExtraStuffTab2.Name = "ExtraStuffTab2"
  783. ExtraStuffTab2.Parent = Topframe
  784. ExtraStuffTab2.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  785. ExtraStuffTab2.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  786. ExtraStuffTab2.BorderSizePixel = 0
  787. ExtraStuffTab2.Position = UDim2.new(0.498084307, 0, 0, 0)
  788. ExtraStuffTab2.Size = UDim2.new(0, 86, 0, 28)
  789. ExtraStuffTab2.Font = Enum.Font.SourceSans
  790. ExtraStuffTab2.Text = "Other [2]"
  791. ExtraStuffTab2.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  792. ExtraStuffTab2.TextSize = 14
  793.  
  794. ExtraStuffFrame2.Name = "ExtraStuffFrame2"
  795. ExtraStuffFrame2.Parent = Topframe
  796. ExtraStuffFrame2.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  797. ExtraStuffFrame2.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  798. ExtraStuffFrame2.Position = UDim2.new(0, 0, 1, 0)
  799. ExtraStuffFrame2.Size = UDim2.new(0, 522, 0, 318)
  800. ExtraStuffFrame2.Visible=false
  801.  
  802. MorphsLabel.Name = "MorphsLabel"
  803. MorphsLabel.Parent = ExtraStuffFrame2
  804. MorphsLabel.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  805. MorphsLabel.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  806. MorphsLabel.Position = UDim2.new(0.0383141749, 0, 0.0377358496, 0)
  807. MorphsLabel.Size = UDim2.new(0, 139, 0, 24)
  808. MorphsLabel.Font = Enum.Font.SourceSans
  809. MorphsLabel.Text = "Morphs"
  810. MorphsLabel.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  811. MorphsLabel.TextSize = 14
  812.  
  813. Baghead.Name = "Baghead"
  814. Baghead.Parent = ExtraStuffFrame2
  815. Baghead.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  816. Baghead.BorderColor3 = Color3.new(0, 0, 0)
  817. Baghead.Position = UDim2.new(0.0383141749, 0, 0.144654095, 0)
  818. Baghead.Size = UDim2.new(0, 139, 0, 24)
  819. Baghead.Font = Enum.Font.SourceSans
  820. Baghead.Text = "Baghead Titan"
  821. Baghead.TextColor3 = Color3.new(0, 0, 0)
  822. Baghead.TextSize = 14
  823.  
  824. Spongebob.Name = "Spongebob"
  825. Spongebob.Parent = ExtraStuffFrame2
  826. Spongebob.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  827. Spongebob.BorderColor3 = Color3.new(0, 0, 0)
  828. Spongebob.Position = UDim2.new(0.0383141749, 0, 0.254716992, 0)
  829. Spongebob.Size = UDim2.new(0, 139, 0, 24)
  830. Spongebob.Font = Enum.Font.SourceSans
  831. Spongebob.Text = "Spongebob"
  832. Spongebob.TextColor3 = Color3.new(0, 0, 0)
  833. Spongebob.TextSize = 14
  834.  
  835. Doge.Name = "Doge"
  836. Doge.Parent = ExtraStuffFrame2
  837. Doge.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  838. Doge.BorderColor3 = Color3.new(0, 0, 0)
  839. Doge.Position = UDim2.new(0.0383141749, 0, 0.371069163, 0)
  840. Doge.Size = UDim2.new(0, 139, 0, 24)
  841. Doge.Font = Enum.Font.SourceSans
  842. Doge.Text = "Doge"
  843. Doge.TextColor3 = Color3.new(0, 0, 0)
  844. Doge.TextSize = 14
  845.  
  846. ZombieDoge.Name = "ZombieDoge"
  847. ZombieDoge.Parent = ExtraStuffFrame2
  848. ZombieDoge.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  849. ZombieDoge.BorderColor3 = Color3.new(0, 0, 0)
  850. ZombieDoge.Position = UDim2.new(0.0383141749, 0, 0.48113203, 0)
  851. ZombieDoge.Size = UDim2.new(0, 139, 0, 24)
  852. ZombieDoge.Font = Enum.Font.SourceSans
  853. ZombieDoge.Text = "Zombie Doge"
  854. ZombieDoge.TextColor3 = Color3.new(0, 0, 0)
  855. ZombieDoge.TextSize = 14
  856.  
  857. DemonSlut.Name = "DemonSlut"
  858. DemonSlut.Parent = ExtraStuffFrame2
  859. DemonSlut.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  860. DemonSlut.BorderColor3 = Color3.new(0, 0, 0)
  861. DemonSlut.Position = UDim2.new(0.0383141749, 0, 0.726415098, 0)
  862. DemonSlut.Size = UDim2.new(0, 139, 0, 24)
  863. DemonSlut.Font = Enum.Font.SourceSans
  864. DemonSlut.Text = "Demon Slut"
  865. DemonSlut.TextColor3 = Color3.new(0, 0, 0)
  866. DemonSlut.TextSize = 14
  867.  
  868. SlenderMan.Name = "SlenderMan"
  869. SlenderMan.Parent = ExtraStuffFrame2
  870. SlenderMan.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  871. SlenderMan.BorderColor3 = Color3.new(0, 0, 0)
  872. SlenderMan.Position = UDim2.new(0.0383141637, 0, 0.600628912, 0)
  873. SlenderMan.Size = UDim2.new(0, 139, 0, 24)
  874. SlenderMan.Font = Enum.Font.SourceSans
  875. SlenderMan.Text = "Slender Man"
  876. SlenderMan.TextColor3 = Color3.new(0, 0, 0)
  877. SlenderMan.TextSize = 14
  878.  
  879. Mini.Name = "Mini"
  880. Mini.Parent = ExtraStuffFrame2
  881. Mini.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  882. Mini.BorderColor3 = Color3.new(0, 0, 0)
  883. Mini.Position = UDim2.new(0.0383141749, 0, 0.852201283, 0)
  884. Mini.Size = UDim2.new(0, 139, 0, 24)
  885. Mini.Font = Enum.Font.SourceSans
  886. Mini.Text = "Mini"
  887. Mini.TextColor3 = Color3.new(0, 0, 0)
  888. Mini.TextSize = 14
  889.  
  890. NameEffectLabel.Name = "NameEffectLabel"
  891. NameEffectLabel.Parent = ExtraStuffFrame2
  892. NameEffectLabel.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  893. NameEffectLabel.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  894. NameEffectLabel.Position = UDim2.new(0.436781615, 0, 0.040880505, 0)
  895. NameEffectLabel.Size = UDim2.new(0, 240, 0, 24)
  896. NameEffectLabel.Font = Enum.Font.SourceSans
  897. NameEffectLabel.Text = "Name Effect"
  898. NameEffectLabel.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  899. NameEffectLabel.TextSize = 14
  900.  
  901. NameBox.Name = "NameBox"
  902. NameBox.Parent = ExtraStuffFrame2
  903. NameBox.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  904. NameBox.BorderColor3 = Color3.new(0, 0, 0)
  905. NameBox.Position = UDim2.new(0.436781615, 0, 0.144654095, 0)
  906. NameBox.Size = UDim2.new(0, 240, 0, 24)
  907. NameBox.Font = Enum.Font.SourceSans
  908. NameBox.PlaceholderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  909. NameBox.PlaceholderText = "Name"
  910. NameBox.Text = ""
  911. NameBox.TextColor3 = Color3.new(0, 0, 0)
  912. NameBox.TextSize = 14
  913.  
  914. destroy.Name = "DESTROYGUI"
  915. destroy.Parent = ExtraStuffFrame2
  916. destroy.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  917. destroy.BorderColor3 = Color3.new(0, 0, 0)
  918. destroy.Position = UDim2.new(0.570881367, 0, 0.4, 0)
  919. destroy.Size = UDim2.new(0, 108, 0, 24)
  920. destroy.Font = Enum.Font.SourceSans
  921. destroy.Text = "Destroy GUI"
  922. destroy.TextColor3 = Color3.fromRGB(0, 0, 0)
  923. destroy.TextSize = 14
  924.  
  925. StartLooping.Name = "Spongebob"
  926. StartLooping.Parent = ExtraStuffFrame2
  927. StartLooping.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  928. StartLooping.BorderColor3 = Color3.new(0, 0, 0)
  929. StartLooping.Position = UDim2.new(0.570881367, 0, 0.254716992, 0)
  930. StartLooping.Size = UDim2.new(0, 108, 0, 24)
  931. StartLooping.Font = Enum.Font.SourceSans
  932. StartLooping.Text = "Start"
  933. StartLooping.TextColor3 = Color3.fromRGB(0, 0, 0)
  934. StartLooping.TextSize = 14
  935.  
  936. NoteLbl.Name = "NoteLbl"
  937. NoteLbl.Parent = ExtraStuffFrame2
  938. NoteLbl.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  939. NoteLbl.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  940. NoteLbl.BorderSizePixel = 0
  941. NoteLbl.Position = UDim2.new(0.436781615, 0, 0.600628912, 0)
  942. NoteLbl.Size = UDim2.new(0, 240, 0, 51)
  943. NoteLbl.Font = Enum.Font.SourceSans
  944. NoteLbl.Text = "NOTE: The name will tag with almost all names in some parts, specially when you want a big name. REJOIN TO STOP"
  945. NoteLbl.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  946. NoteLbl.TextSize = 14
  947. NoteLbl.TextWrapped = true
  948.  
  949. Separator.Name = "Separator"
  950. Separator.Parent = Topframe
  951. Separator.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  952. Separator.BorderSizePixel = 0
  953. Separator.Position = UDim2.new(0.498084307, 0, 0, 0)
  954. Separator.Size = UDim2.new(0, 1, 0, 24)
  955. Separator.Font = Enum.Font.Bodoni
  956. Separator.Text = ""
  957. Separator.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  958. Separator.TextScaled = true
  959. Separator.TextSize = 14
  960. Separator.TextWrapped = true
  961.  
  962. function changeTab(a1,a2,a3,a4)
  963. AllBodyConfigFrame.Visible=a1
  964. BodyConfigFrame.Visible=a2
  965. ExtraStuffFrame.Visible=a3
  966. ExtraStuffFrame2.Visible=a4
  967. end
  968.  
  969. char=game.Players.LocalPlayer.Character
  970.  
  971. ChangeSpeed.MouseButton1Click:connect(function()char.Humanoid.WalkSpeed= (WalkSpeedBox.Text)end)
  972. ChangeJumpPower.MouseButton1Click:connect(function()char.Humanoid.JumpPower= (JumpPowerBox.Text)end)
  973. CrashGame.MouseButton1Click:connect(function()
  974. local SIZE=100000;game:GetService("ReplicatedStorage").Modules.AvatarEditor2.RemoteObjects.ApplyAppearance:FireServer({["BodyColors"] = {["RightArm"] = Color3.new(0.87451, 0.87451, 0.870588), ["Head"] = Color3.new(0.87451, 0.87451, 0.870588), ["LeftArm"] = Color3.new(0.87451, 0.87451, 0.870588), ["Torso"] = Color3.new(0.87451, 0.87451, 0.870588), ["RightLeg"] = Color3.new(0.87451, 0.87451, 0.870588), ["LeftLeg"] = Color3.new(0.87451, 0.87451, 0.870588)}, ["BodyScaling"] = {["lowerLegHeight"] = SIZE/2, ["upperTorsoWidth"] = SIZE/2, ["upperArmHeight"] = SIZE/2, ["handHeight"] = SIZE/2, ["upperLegWidth"] = SIZE/2, ["lowerArmWidth"] = SIZE/2, ["head"] = SIZE/2, ["footWidth"] = SIZE/2, ["footHeight"] = SIZE/2, ["lowerArmHeight"] = SIZE/2, ["upperArmWidth"] = SIZE/2, ["handWidth"] = SIZE/2, ["lowerTorsoWidth"] = SIZE/2, ["upperTorsoHeight"] = SIZE/2, ["upperLegHeight"] = SIZE/2, ["height"] = SIZE/2, ["width"] = SIZE/2, ["lowerTorsoHeight"] = SIZE/2, ["lowerLegWidth"] = SIZE/2}, ["Accessories"] = {["Hair Accessory"] = {}, ["Hat"] = {}, ["Front Accessory"] = {}, ["Face Accessory"] = {}, ["Back Accessory"] = {}, ["Neck Accessory"] = {}, ["Waist Accessory"] = {}, ["Shoulder Accessory"] = {}}, ["Clothing"] = {["Shirt"] = {["assetTypeId"] = 11, ["description"] = "Shirt", ["isNew"] = false, ["assetId"] = 480886484, ["name"] = "invisible shirt", ["isAvailable"] = true, ["priceInCoins"] = 0, ["baseHeat"] = 0, ["isPremium"] = false}, ["Pants"] = {["assetTypeId"] = 12, ["description"] = "", ["isNew"] = false, ["assetId"] = 616448621, ["name"] = "Invisible Pants", ["isAvailable"] = true, ["priceInCoins"] = 0, ["baseHeat"] = 0, ["isPremium"] = false}}, ["Animations"] = {["Fall Animation"] = {}, ["Walk Animation"] = {}, ["Animation"] = {}, ["Death Animation"] = {}, ["Climb Animation"] = {}, ["Jump Animation"] = {}, ["Run Animation"] = {}, ["Animation Bundle"] = {}, ["Swim Animation"] = {}, ["Idle Animation"] = {}, ["Pose Animation"] = {}}, ["Face"] = {}, ["BodyParts"] = {["Left Leg"] = {}, ["Right Arm"] = {}, ["Head"] = {}, ["Package"] = {}, ["Torso"] = {}, ["Right Leg"] = {}, ["Left Arm"] = {}}, ["IsDefault"] = false})
  975. end)
  976. StartLooping.MouseButton1Click:connect(function()
  977. NICKNAME=NameBox.Text
  978. while true do
  979. for i = 1,#NICKNAME do
  980. game.ReplicatedStorage.Systems.Edit.UpdateNickname:InvokeServer(string.sub(NICKNAME,1,i))
  981. wait(.1)
  982. end
  983. end
  984. end)
  985. ChatTroll.MouseButton1Click:connect(function()
  986. if preventBug==0 then preventBug=1
  987. loadstring(game:HttpGet(('https://hastebin.com/raw/ejizanizey.lua'),true))()
  988. end end)
  989. Ingnite.MouseButton1Click:connect(function()
  990. if preventBug==0 then preventBug=1
  991. loadstring(game:HttpGet("https://pastebin.com/raw/seMGXtmv",true))()
  992. end end)
  993. ExtraStuffTab.MouseButton1Click:connect(function()
  994. changeTab(false,false,true,false)
  995. end)
  996. BodyConfigTab.MouseButton1Click:connect(function()
  997. changeTab(false,true,false,false)
  998. end)
  999. AllBodyConfigTab.MouseButton1Click:connect(function()
  1000. changeTab(true,false,false,false)
  1001. end)
  1002. ExtraStuffTab2.MouseButton1Click:connect(function()
  1003. changeTab(false,false,false,true)
  1004. end)
  1005. BodyChangeButton.MouseButton1Click:Connect(function()
  1006. local a,b,c,d,e,f,g,h,i,j,q,l,m,n,o,p,q
  1007. local def='Input'
  1008. if HandWidthBox.Text==def then a=1 elseif HandWidthBox.Text~=def then a=HandWidthBox.Text end
  1009. if FootWidthBox.Text==def then b=1 elseif FootWidthBox.Text~=def then b=FootWidthBox.Text end
  1010. if LowerLegHeightBox.Text==def then c=1 elseif LowerLegHeightBox.Text~=def then c=LowerLegHeightBox.Text end
  1011. if UpperArmHeightBox.Text==def then d=1 elseif UpperArmHeightBox.Text~=def then d=UpperArmHeightBox.Text end
  1012. if LowerArmHeightBox.Text==def then e=1 elseif LowerArmHeightBox.Text~=def then e=LowerArmHeightBox.Text end
  1013. if UpperTorsoHeightBox.Text==def then f=1 elseif UpperTorsoHeightBox.Text~=def then f=UpperTorsoHeightBox.Text end
  1014. if UpperLegWidthBox.Text==def then g=1 elseif UpperLegWidthBox.Text~=def then g=UpperLegWidthBox.Text end
  1015. if UpperTorsoWidthBox.Text==def then h=1 elseif UpperTorsoWidthBox.Text~=def then h=UpperTorsoWidthBox.Text end
  1016. if LowerTorsoHeightBox.Text==def then i=1 elseif LowerTorsoHeightBox.Text~=def then i=LowerTorsoHeightBox.Text end
  1017. if HandHeightBox.Text==def then j=1 elseif HandHeightBox.Text~=def then j=HandHeightBox.Text end
  1018. if FootHeightBox.Text==def then k=1 elseif FootHeightBox.Text~=def then k=FootHeightBox.Text end
  1019. if LowerLegWidthBox.Text==def then l=1 elseif LowerLegWidthBox.Text~=def then l=LowerLegWidthBox.Text end
  1020. if UpperArmWidthBox.Text==def then m=1 elseif UpperArmWidthBox.Text~=def then m=UpperArmWidthBox.Text end
  1021. if LowerArmWidthBox.Text==def then n=1 elseif LowerArmWidthBox.Text~=def then n=LowerArmWidthBox.Text end
  1022. if LowerTorsoWidthBox.Text==def then o=1 elseif LowerTorsoWidthBox.Text~=def then o=LowerTorsoWidthBox.Text end
  1023. if HeadScaleBox.Text==def then p=1 elseif HeadScaleBox.Text~=def then p=HeadScaleBox.Text end
  1024. if UpperLegHeightBox.Text==def then q=1 elseif UpperLegHeightBox.Text~=def then q=UpperLegHeightBox.Text end
  1025. game:GetService("ReplicatedStorage").Modules.AvatarEditor2.RemoteObjects.ApplyAppearance:FireServer({["BodyColors"] = {["RightArm"] = Color3.new(0.87451, 0.87451, 0.870588), ["Head"] = Color3.new(0.87451, 0.87451, 0.870588), ["LeftArm"] = Color3.new(0.87451, 0.87451, 0.870588), ["Torso"] = Color3.new(0.87451, 0.87451, 0.870588), ["RightLeg"] = Color3.new(0.87451, 0.87451, 0.870588), ["LeftLeg"] = Color3.new(0.87451, 0.87451, 0.870588)}, ["BodyScaling"] = {
  1026. ["lowerLegHeight"] = c/2,
  1027. ["upperTorsoWidth"] = h/2,
  1028. ["upperArmHeight"] = d/2,
  1029. ["handHeight"] = j/2,
  1030. ["upperLegWidth"] = g/2,
  1031. ["lowerArmWidth"] = n/2,
  1032. ["head"] = p/2,
  1033. ["footWidth"] = b/2,
  1034. ["footHeight"] = k/2,
  1035. ["lowerArmHeight"] = e/2,
  1036. ["upperArmWidth"] = m/2,
  1037. ["handWidth"] = a/2,
  1038. ["lowerTorsoWidth"] = o/2,
  1039. ["upperTorsoHeight"] = f/2,
  1040. ["upperLegHeight"] = q/2,
  1041. ["height"] = 2/2,
  1042. ["width"] = 2/2,
  1043. ["lowerTorsoHeight"] = i/2,
  1044. ["lowerLegWidth"] = l/2},["Accessories"] = {["Hair Accessory"] = {}, ["Hat"] = {}, ["Front Accessory"] = {}, ["Face Accessory"] = {}, ["Back Accessory"] = {}, ["Neck Accessory"] = {}, ["Waist Accessory"] = {}, ["Shoulder Accessory"] = {}}, ["Clothing"] = {["Shirt"] = {["assetTypeId"] = 11, ["description"] = "Shirt", ["isNew"] = false, ["assetId"] = 480886484, ["name"] = "invisible shirt", ["isAvailable"] = true, ["priceInCoins"] = 0, ["baseHeat"] = 0, ["isPremium"] = false}, ["Pants"] = {["assetTypeId"] = 12, ["description"]="", ["isNew"] = false, ["assetId"] = 616448621, ["name"] = "Invisible Pants", ["isAvailable"] = true, ["priceInCoins"] = 0, ["baseHeat"] = 0, ["isPremium"] = false}}, ["Animations"] = {["Fall Animation"] = {}, ["Walk Animation"] = {}, ["Animation"] = {}, ["Death Animation"] = {}, ["Climb Animation"] = {}, ["Jump Animation"] = {}, ["Run Animation"] = {}, ["Animation Bundle"] = {}, ["Swim Animation"] = {}, ["Idle Animation"] = {}, ["Pose Animation"] = {}}, ["Face"] = {}, ["BodyParts"] = {["Left Leg"] = {}, ["Right Arm"] = {}, ["Head"] = {}, ["Package"] = {}, ["Torso"] = {}, ["Right Leg"] = {}, ["Left Arm"] = {}}, ["IsDefault"] = false})
  1045. end)
  1046. Mini.MouseButton1Click:connect(function()
  1047. local Remote = game.ReplicatedStorage.Modules.AvatarEditor2.RemoteObjects['ApplyAppearance']
  1048.  
  1049. local Arguments = {
  1050. [1] = {
  1051. ["BodyColors"] = {
  1052. ["RightArm"] = Color3.new(0.87451,0.87451,0.870588),
  1053. ["Head"] = Color3.new(0.87451,0.87451,0.870588),
  1054. ["LeftArm"] = Color3.new(0.87451,0.87451,0.870588),
  1055. ["Torso"] = Color3.new(0.87451,0.87451,0.870588),
  1056. ["RightLeg"] = Color3.new(0.87451,0.87451,0.870588),
  1057. ["LeftLeg"] = Color3.new(0.87451,0.87451,0.870588)
  1058. },
  1059. ["BodyScaling"] = {
  1060. ["lowerLegHeight"] = 0.025,
  1061. ["upperTorsoWidth"] = 0.025,
  1062. ["upperArmHeight"] = 0.025,
  1063. ["handHeight"] = 0.025,
  1064. ["upperLegWidth"] = 0.025,
  1065. ["lowerArmWidth"] = 0.025,
  1066. ["head"] = 0.025,
  1067. ["footWidth"] = 0.025,
  1068. ["footHeight"] = 0.025,
  1069. ["lowerArmHeight"] = 0.025,
  1070. ["upperArmWidth"] = 0.025,
  1071. ["lowerTorsoWidth"] = 0.025,
  1072. ["handWidth"] = 0.025,
  1073. ["width"] = 0.025,
  1074. ["height"] = 0.025,
  1075. ["upperTorsoHeight"] = 0.025,
  1076. ["upperLegHeight"] = 0.025,
  1077. ["lowerTorsoHeight"] = 0.025,
  1078. ["lowerLegWidth"] = 0.025
  1079. },
  1080. ["Accessories"] = {
  1081. ["Hair Accessory"] = {
  1082.  
  1083. },
  1084. ["Hat"] = {
  1085.  
  1086. },
  1087. ["Front Accessory"] = {
  1088.  
  1089. },
  1090. ["Face Accessory"] = {
  1091.  
  1092. },
  1093. ["Back Accessory"] = {
  1094.  
  1095. },
  1096. ["Neck Accessory"] = {
  1097.  
  1098. },
  1099. ["Shoulder Accessory"] = {
  1100.  
  1101. },
  1102. ["Waist Accessory"] = {
  1103.  
  1104. }
  1105. },
  1106. ["Clothing"] = {
  1107. ["Shirt"] = {
  1108. ["assetTypeId"] = 11,
  1109. ["description"] = "Shirt",
  1110. ["isNew"] = false,
  1111. ["assetId"] = 480886484,
  1112. ["name"] = "invisible shirt",
  1113. ["priceInCoins"] = 0,
  1114. ["isAvailable"] = true,
  1115. ["baseHeat"] = 0,
  1116. ["isPremium"] = false
  1117. },
  1118. ["Pants"] = {
  1119. ["assetTypeId"] = 12,
  1120. ["description"] = "",
  1121. ["isNew"] = false,
  1122. ["assetId"] = 616448621,
  1123. ["name"] = "Invisible Pants",
  1124. ["priceInCoins"] = 0,
  1125. ["isAvailable"] = true,
  1126. ["baseHeat"] = 0,
  1127. ["isPremium"] = false
  1128. }
  1129. },
  1130. ["Animations"] = {
  1131. ["Fall Animation"] = {
  1132.  
  1133. },
  1134. ["Walk Animation"] = {
  1135.  
  1136. },
  1137. ["Animation"] = {
  1138.  
  1139. },
  1140. ["Death Animation"] = {
  1141.  
  1142. },
  1143. ["Climb Animation"] = {
  1144.  
  1145. },
  1146. ["Jump Animation"] = {
  1147.  
  1148. },
  1149. ["Pose Animation"] = {
  1150.  
  1151. },
  1152. ["Idle Animation"] = {
  1153.  
  1154. },
  1155. ["Swim Animation"] = {
  1156.  
  1157. },
  1158. ["Animation Bundle"] = {
  1159.  
  1160. },
  1161. ["Run Animation"] = {
  1162.  
  1163. }
  1164. },
  1165. ["Face"] = {
  1166.  
  1167. },
  1168. ["IsDefault"] = false,
  1169. ["BodyParts"] = {
  1170. ["Left Leg"] = {
  1171.  
  1172. },
  1173. ["Right Arm"] = {
  1174.  
  1175. },
  1176. ["Head"] = {
  1177.  
  1178. },
  1179. ["Package"] = {
  1180.  
  1181. },
  1182. ["Torso"] = {
  1183.  
  1184. },
  1185. ["Left Arm"] = {
  1186.  
  1187. },
  1188. ["Right Leg"] = {
  1189.  
  1190. }
  1191. }
  1192. }
  1193. }
  1194.  
  1195. Remote:FireServer(unpack(Arguments))
  1196. end)
  1197. SlenderMan.MouseButton1Click:connect(function()
  1198. local Remote = game.ReplicatedStorage.Modules.AvatarEditor2.RemoteObjects['ApplyAppearance']
  1199.  
  1200. local Arguments = {
  1201. [1] = {
  1202. ["BodyColors"] = {
  1203. ["RightArm"] = Color3.fromRGB(0,0,0),
  1204. ["Head"] = Color3.new(0.87451,0.87451,0.870588),
  1205. ["LeftArm"] = Color3.fromRGB(0,0,0),
  1206. ["Torso"] = Color3.fromRGB(0,0,0),
  1207. ["RightLeg"] = Color3.fromRGB(0,0,0),
  1208. ["LeftLeg"] = Color3.fromRGB(0,0,0)
  1209. },
  1210. ["BodyScaling"] = {
  1211. ["lowerLegHeight"] = 20,
  1212. ["upperTorsoWidth"] = 0.5,
  1213. ["upperArmHeight"] = 0.5,
  1214. ["handHeight"] = 0.5,
  1215. ["upperLegWidth"] = 0.5,
  1216. ["lowerArmWidth"] = 0.5,
  1217. ["head"] = 0.5,
  1218. ["footWidth"] = 0.5,
  1219. ["footHeight"] = 0.5,
  1220. ["lowerArmHeight"] = 15,
  1221. ["upperArmWidth"] = 0.5,
  1222. ["lowerTorsoWidth"] = 0.5,
  1223. ["handWidth"] = 0.5,
  1224. ["width"] = 1,
  1225. ["height"] = 1,
  1226. ["upperTorsoHeight"] = 5,
  1227. ["upperLegHeight"] = 0.5,
  1228. ["lowerTorsoHeight"] = 0.5,
  1229. ["lowerLegWidth"] = 0.5
  1230. },
  1231. ["Accessories"] = {
  1232. ["Hair Accessory"] = {
  1233.  
  1234. },
  1235. ["Hat"] = {
  1236.  
  1237. },
  1238. ["Front Accessory"] = {
  1239.  
  1240. },
  1241. ["Face Accessory"] = {
  1242.  
  1243. },
  1244. ["Back Accessory"] = {
  1245.  
  1246. },
  1247. ["Neck Accessory"] = {
  1248.  
  1249. },
  1250. ["Shoulder Accessory"] = {
  1251.  
  1252. },
  1253. ["Waist Accessory"] = {
  1254.  
  1255. }
  1256. },
  1257. ["Clothing"] = {
  1258. ["Shirt"] = {
  1259. ["assetTypeId"] = 11,
  1260. ["description"] = "Shirt",
  1261. ["isNew"] = false,
  1262. ["assetId"] = 480886484,
  1263. ["name"] = "invisible shirt",
  1264. ["priceInCoins"] = 0,
  1265. ["isAvailable"] = true,
  1266. ["baseHeat"] = 0,
  1267. ["isPremium"] = false
  1268. },
  1269. ["Pants"] = {
  1270. ["assetTypeId"] = 12,
  1271. ["description"] = "",
  1272. ["isNew"] = false,
  1273. ["assetId"] = 616448621,
  1274. ["name"] = "Invisible Pants",
  1275. ["priceInCoins"] = 0,
  1276. ["isAvailable"] = true,
  1277. ["baseHeat"] = 0,
  1278. ["isPremium"] = false
  1279. }
  1280. },
  1281. ["Animations"] = {
  1282. ["Fall Animation"] = {
  1283.  
  1284. },
  1285. ["Walk Animation"] = {
  1286.  
  1287. },
  1288. ["Animation"] = {
  1289.  
  1290. },
  1291. ["Death Animation"] = {
  1292.  
  1293. },
  1294. ["Climb Animation"] = {
  1295.  
  1296. },
  1297. ["Jump Animation"] = {
  1298.  
  1299. },
  1300. ["Pose Animation"] = {
  1301.  
  1302. },
  1303. ["Idle Animation"] = {
  1304.  
  1305. },
  1306. ["Swim Animation"] = {
  1307.  
  1308. },
  1309. ["Animation Bundle"] = {
  1310.  
  1311. },
  1312. ["Run Animation"] = {
  1313. }
  1314. },
  1315. ["Face"] = {
  1316. },
  1317. ["IsDefault"] = false,
  1318. ["BodyParts"] = {
  1319. ["Left Leg"] = {
  1320.  
  1321. },
  1322. ["Right Arm"] = {
  1323.  
  1324. },
  1325. ["Head"] = {
  1326.  
  1327. },
  1328. ["Package"] = {
  1329.  
  1330. },
  1331. ["Torso"] = {
  1332.  
  1333. },
  1334. ["Left Arm"] = {
  1335.  
  1336. },
  1337. ["Right Leg"] = {
  1338.  
  1339. }
  1340. }
  1341. }
  1342. }
  1343.  
  1344. Remote:FireServer(unpack(Arguments))
  1345. end)
  1346. DemonSlut.MouseButton1Click:connect(function()
  1347. local Remote = game.ReplicatedStorage.Modules.AvatarEditor2.RemoteObjects['ApplyAppearance']
  1348.  
  1349. local Arguments = {
  1350. [1] = {
  1351. ["BodyColors"] = {
  1352. ["RightArm"] = Color3.new(0.105882,0.164706,0.207843),
  1353. ["Head"] = Color3.new(0.105882,0.164706,0.207843),
  1354. ["LeftArm"] = Color3.new(0.105882,0.164706,0.207843),
  1355. ["Torso"] = Color3.new(0.105882,0.164706,0.207843),
  1356. ["RightLeg"] = Color3.new(0.105882,0.164706,0.207843),
  1357. ["LeftLeg"] = Color3.new(0.105882,0.164706,0.207843)
  1358. },
  1359. ["BodyScaling"] = {
  1360. ["lowerLegHeight"] = 0.5,
  1361. ["upperTorsoWidth"] = 0.5,
  1362. ["upperArmHeight"] = 0.5,
  1363. ["handHeight"] = 0.5,
  1364. ["upperLegWidth"] = 0.5,
  1365. ["lowerArmWidth"] = 0.5,
  1366. ["head"] = 0.5,
  1367. ["footWidth"] = 0.5,
  1368. ["footHeight"] = 0.5,
  1369. ["lowerArmHeight"] = 0.5,
  1370. ["upperArmWidth"] = 0.5,
  1371. ["handWidth"] = 0.5,
  1372. ["lowerTorsoWidth"] = 0.5,
  1373. ["upperTorsoHeight"] = 0.5,
  1374. ["upperLegHeight"] = 0.5,
  1375. ["height"] = 0.5,
  1376. ["width"] = 0.5,
  1377. ["lowerTorsoHeight"] = 0.5,
  1378. ["lowerLegWidth"] = 0.5
  1379. },
  1380. ["Accessories"] = {
  1381. ["Hair Accessory"] = {
  1382.  
  1383. },
  1384. ["Hat"] = {
  1385. [1] = {
  1386. ["asset"] = {
  1387. ["assetTypeId"] = 8,
  1388. ["description"] = "",
  1389. ["isNew"] = false,
  1390. ["assetId"] = 15967797,
  1391. ["name"] = "Mischief Horns",
  1392. ["isAvailable"] = true,
  1393. ["priceInCoins"] = 0,
  1394. ["baseHeat"] = 91234.9,
  1395. ["isPremium"] = false
  1396. },
  1397. ["tuning"] = {
  1398. ["yScale"] = 0.42857142857143,
  1399. ["xScale"] = 0.42857142857143,
  1400. ["xPos"] = 0.5,
  1401. ["zScale"] = 0.42857142857143,
  1402. ["xRot"] = 0.5,
  1403. ["yRot"] = 0.5,
  1404. ["zRot"] = 0.5,
  1405. ["zPos"] = 0.5,
  1406. ["yPos"] = 0.5,
  1407. ["allScale"] = 0.42857142857143
  1408. }
  1409. }
  1410. },
  1411. ["Front Accessory"] = {
  1412.  
  1413. },
  1414. ["Face Accessory"] = {
  1415.  
  1416. },
  1417. ["Back Accessory"] = {
  1418.  
  1419. },
  1420. ["Neck Accessory"] = {
  1421.  
  1422. },
  1423. ["Shoulder Accessory"] = {
  1424.  
  1425. },
  1426. ["Waist Accessory"] = {
  1427.  
  1428. }
  1429. },
  1430. ["Clothing"] = {
  1431. ["Shirt"] = {
  1432. ["assetTypeId"] = 11,
  1433. ["description"] = "Shirt",
  1434. ["isNew"] = false,
  1435. ["assetId"] = 480886484,
  1436. ["name"] = "invisible shirt",
  1437. ["isAvailable"] = true,
  1438. ["priceInCoins"] = 0,
  1439. ["baseHeat"] = 0,
  1440. ["isPremium"] = false
  1441. },
  1442. ["Pants"] = {
  1443. ["assetTypeId"] = 12,
  1444. ["description"] = "",
  1445. ["isNew"] = false,
  1446. ["assetId"] = 1561997720,
  1447. ["name"] = "Demon Demon Demon Demon Demon Demon Demon Demon",
  1448. ["isAvailable"] = true,
  1449. ["priceInCoins"] = 0,
  1450. ["baseHeat"] = 0,
  1451. ["isPremium"] = false
  1452. }
  1453. },
  1454. ["Animations"] = {
  1455. ["Fall Animation"] = {
  1456.  
  1457. },
  1458. ["Walk Animation"] = {
  1459.  
  1460. },
  1461. ["Animation"] = {
  1462.  
  1463. },
  1464. ["Death Animation"] = {
  1465.  
  1466. },
  1467. ["Climb Animation"] = {
  1468.  
  1469. },
  1470. ["Jump Animation"] = {
  1471.  
  1472. },
  1473. ["Pose Animation"] = {
  1474.  
  1475. },
  1476. ["Idle Animation"] = {
  1477.  
  1478. },
  1479. ["Swim Animation"] = {
  1480.  
  1481. },
  1482. ["Animation Bundle"] = {
  1483.  
  1484. },
  1485. ["Run Animation"] = {
  1486.  
  1487. }
  1488. },
  1489. ["Face"] = {
  1490. ["assetTypeId"] = 18,
  1491. ["description"] = "Obey the :3",
  1492. ["isNew"] = false,
  1493. ["assetId"] = 15432080,
  1494. ["name"] = ":3",
  1495. ["isAvailable"] = true,
  1496. ["priceInCoins"] = 0,
  1497. ["baseHeat"] = 356923.1,
  1498. ["isPremium"] = false
  1499. },
  1500. ["BodyParts"] = {
  1501. ["Left Leg"] = {
  1502.  
  1503. },
  1504. ["Right Arm"] = {
  1505.  
  1506. },
  1507. ["Head"] = {
  1508.  
  1509. },
  1510. ["Package"] = {
  1511.  
  1512. },
  1513. ["Torso"] = {
  1514.  
  1515. },
  1516. ["Right Leg"] = {
  1517.  
  1518. },
  1519. ["Left Arm"] = {
  1520.  
  1521. }
  1522. },
  1523. ["IsDefault"] = false
  1524. }
  1525. }
  1526.  
  1527. Remote:FireServer(unpack(Arguments))
  1528. end)
  1529. ZombieDoge.MouseButton1Click:connect(function()
  1530. local Remote = game.ReplicatedStorage.Modules.AvatarEditor2.RemoteObjects['ApplyAppearance']
  1531.  
  1532. local Arguments = {
  1533. [1] = {
  1534. ["BodyColors"] = {
  1535. ["RightArm"] = Color3.new(0.313726,0.427451,0.329412),
  1536. ["Head"] = Color3.new(0.313726,0.427451,0.329412),
  1537. ["LeftArm"] = Color3.new(0.313726,0.427451,0.329412),
  1538. ["Torso"] = Color3.new(0.313726,0.427451,0.329412),
  1539. ["RightLeg"] = Color3.new(0.313726,0.427451,0.329412),
  1540. ["LeftLeg"] = Color3.new(0.313726,0.427451,0.329412)
  1541. },
  1542. ["BodyScaling"] = {
  1543. ["lowerLegHeight"] = 0.5,
  1544. ["upperTorsoWidth"] = 0.5,
  1545. ["upperArmHeight"] = 0.5,
  1546. ["handHeight"] = 0.5,
  1547. ["upperLegWidth"] = 0.5,
  1548. ["lowerArmWidth"] = 0.5,
  1549. ["head"] = 0.5,
  1550. ["footWidth"] = 0.5,
  1551. ["footHeight"] = 0.5,
  1552. ["lowerArmHeight"] = 0.5,
  1553. ["width"] = 0.5,
  1554. ["handWidth"] = 0.5,
  1555. ["lowerTorsoWidth"] = 0.5,
  1556. ["upperLegHeight"] = 0.5,
  1557. ["upperTorsoHeight"] = 0.5,
  1558. ["height"] = 0.5,
  1559. ["upperArmWidth"] = 0.5,
  1560. ["lowerTorsoHeight"] = 0.5,
  1561. ["lowerLegWidth"] = 0.5
  1562. },
  1563. ["Accessories"] = {
  1564. ["Hair Accessory"] = {
  1565.  
  1566. },
  1567. ["Hat"] = {
  1568. [1] = {
  1569. ["asset"] = {
  1570. ["assetTypeId"] = 8,
  1571. ["description"] = "So undead. Much brains. Wow.",
  1572. ["isNew"] = false,
  1573. ["assetId"] = 304718708,
  1574. ["name"] = "Zombie Doge",
  1575. ["isAvailable"] = true,
  1576. ["priceInCoins"] = 0,
  1577. ["baseHeat"] = 834.5,
  1578. ["isPremium"] = false
  1579. },
  1580. ["tuning"] = {
  1581. ["yScale"] = 0.42857142857143,
  1582. ["xScale"] = 0.42857142857143,
  1583. ["xPos"] = 0.5,
  1584. ["zScale"] = 0.42857142857143,
  1585. ["xRot"] = 0.5,
  1586. ["yRot"] = 0.5,
  1587. ["zRot"] = 0.5,
  1588. ["zPos"] = 0.5,
  1589. ["yPos"] = 0.5,
  1590. ["allScale"] = 0.42857142857143
  1591. }
  1592. }
  1593. },
  1594. ["Front Accessory"] = {
  1595.  
  1596. },
  1597. ["Face Accessory"] = {
  1598.  
  1599. },
  1600. ["Back Accessory"] = {
  1601.  
  1602. },
  1603. ["Neck Accessory"] = {
  1604.  
  1605. },
  1606. ["Shoulder Accessory"] = {
  1607.  
  1608. },
  1609. ["Waist Accessory"] = {
  1610.  
  1611. }
  1612. },
  1613. ["Clothing"] = {
  1614. ["Shirt"] = {
  1615. ["assetTypeId"] = 11,
  1616. ["description"] = "Shirt",
  1617. ["isNew"] = false,
  1618. ["assetId"] = 1708649287,
  1619. ["name"] = "Zombie Doge Zombie Doge Zombie Doge !",
  1620. ["isAvailable"] = true,
  1621. ["priceInCoins"] = 0,
  1622. ["baseHeat"] = 0,
  1623. ["isPremium"] = false
  1624. },
  1625. ["Pants"] = {
  1626. ["assetTypeId"] = 12,
  1627. ["description"] = "Pants",
  1628. ["isNew"] = false,
  1629. ["assetId"] = 1236836909,
  1630. ["name"] = "Zombie doge",
  1631. ["isAvailable"] = true,
  1632. ["priceInCoins"] = 0,
  1633. ["baseHeat"] = 0,
  1634. ["isPremium"] = false
  1635. }
  1636. },
  1637. ["Animations"] = {
  1638. ["Fall Animation"] = {
  1639.  
  1640. },
  1641. ["Walk Animation"] = {
  1642.  
  1643. },
  1644. ["Animation"] = {
  1645.  
  1646. },
  1647. ["Death Animation"] = {
  1648.  
  1649. },
  1650. ["Climb Animation"] = {
  1651.  
  1652. },
  1653. ["Jump Animation"] = {
  1654.  
  1655. },
  1656. ["Pose Animation"] = {
  1657.  
  1658. },
  1659. ["Idle Animation"] = {
  1660.  
  1661. },
  1662. ["Swim Animation"] = {
  1663.  
  1664. },
  1665. ["Animation Bundle"] = {
  1666.  
  1667. },
  1668. ["Run Animation"] = {
  1669.  
  1670. }
  1671. },
  1672. ["Face"] = {
  1673.  
  1674. },
  1675. ["BodyParts"] = {
  1676. ["Left Leg"] = {
  1677.  
  1678. },
  1679. ["Right Arm"] = {
  1680.  
  1681. },
  1682. ["Head"] = {
  1683.  
  1684. },
  1685. ["Package"] = {
  1686.  
  1687. },
  1688. ["Torso"] = {
  1689.  
  1690. },
  1691. ["Right Leg"] = {
  1692.  
  1693. },
  1694. ["Left Arm"] = {
  1695.  
  1696. }
  1697. },
  1698. ["IsDefault"] = false
  1699. }
  1700. }
  1701.  
  1702. Remote:FireServer(unpack(Arguments))
  1703. end)
  1704. Doge.MouseButton1Click:connect(function()
  1705. local Remote = game.ReplicatedStorage.Modules.AvatarEditor2.RemoteObjects['ApplyAppearance']
  1706.  
  1707. local Arguments = {
  1708. [1] = {
  1709. ["BodyColors"] = {
  1710. ["RightArm"] = Color3.new(0.960784,0.803922,0.188235),
  1711. ["Head"] = Color3.new(0.960784,0.803922,0.188235),
  1712. ["LeftArm"] = Color3.new(0.960784,0.803922,0.188235),
  1713. ["Torso"] = Color3.new(0.960784,0.803922,0.188235),
  1714. ["RightLeg"] = Color3.new(0.960784,0.803922,0.188235),
  1715. ["LeftLeg"] = Color3.new(0.960784,0.803922,0.188235)
  1716. },
  1717. ["BodyScaling"] = {
  1718. ["lowerLegHeight"] = 0.5,
  1719. ["upperTorsoWidth"] = 0.5,
  1720. ["upperArmHeight"] = 0.5,
  1721. ["handHeight"] = 0.5,
  1722. ["footHeight"] = 0.5,
  1723. ["lowerArmWidth"] = 0.5,
  1724. ["head"] = 0.5,
  1725. ["footWidth"] = 0.5,
  1726. ["upperLegWidth"] = 0.5,
  1727. ["lowerArmHeight"] = 0.5,
  1728. ["width"] = 0.5,
  1729. ["handWidth"] = 0.5,
  1730. ["lowerTorsoWidth"] = 0.5,
  1731. ["upperArmWidth"] = 0.5,
  1732. ["height"] = 0.5,
  1733. ["upperLegHeight"] = 0.5,
  1734. ["upperTorsoHeight"] = 0.5,
  1735. ["lowerTorsoHeight"] = 0.5,
  1736. ["lowerLegWidth"] = 0.5
  1737. },
  1738. ["Accessories"] = {
  1739. ["Hair Accessory"] = {
  1740.  
  1741. },
  1742. ["Hat"] = {
  1743. [1] = {
  1744. ["asset"] = {
  1745. ["assetTypeId"] = 8,
  1746. ["description"] = "Very hat. Such doge. Wow.",
  1747. ["isNew"] = false,
  1748. ["assetId"] = 151784320,
  1749. ["name"] = "Doge",
  1750. ["isAvailable"] = true,
  1751. ["priceInCoins"] = 0,
  1752. ["baseHeat"] = 555310.8,
  1753. ["isPremium"] = false
  1754. },
  1755. ["tuning"] = {
  1756. ["yScale"] = 0.42857142857143,
  1757. ["xScale"] = 0.42857142857143,
  1758. ["xPos"] = 0.5,
  1759. ["zScale"] = 0.42857142857143,
  1760. ["xRot"] = 0.5,
  1761. ["yRot"] = 0.5,
  1762. ["zRot"] = 0.5,
  1763. ["zPos"] = 0.5,
  1764. ["yPos"] = 0.5,
  1765. ["allScale"] = 0.42857142857143
  1766. }
  1767. }
  1768. },
  1769. ["Front Accessory"] = {
  1770.  
  1771. },
  1772. ["Face Accessory"] = {
  1773.  
  1774. },
  1775. ["Back Accessory"] = {
  1776.  
  1777. },
  1778. ["Neck Accessory"] = {
  1779.  
  1780. },
  1781. ["Shoulder Accessory"] = {
  1782.  
  1783. },
  1784. ["Waist Accessory"] = {
  1785.  
  1786. }
  1787. },
  1788. ["Clothing"] = {
  1789. ["Shirt"] = {
  1790. ["assetTypeId"] = 11,
  1791. ["description"] = "",
  1792. ["isNew"] = false,
  1793. ["assetId"] = 1215023770,
  1794. ["name"] = "Doge Doge Doge Doge Doge Doge Doge Doge Doge Doge",
  1795. ["isAvailable"] = true,
  1796. ["priceInCoins"] = 0,
  1797. ["baseHeat"] = 0,
  1798. ["isPremium"] = false
  1799. },
  1800. ["Pants"] = {
  1801. ["assetTypeId"] = 12,
  1802. ["description"] = "",
  1803. ["isNew"] = false,
  1804. ["assetId"] = 1275664736,
  1805. ["name"] = "Doge Doge Doge Doge Doge Doge Doge Doge Doge Doge",
  1806. ["isAvailable"] = true,
  1807. ["priceInCoins"] = 0,
  1808. ["baseHeat"] = 0,
  1809. ["isPremium"] = false
  1810. }
  1811. },
  1812. ["Animations"] = {
  1813. ["Fall Animation"] = {
  1814.  
  1815. },
  1816. ["Walk Animation"] = {
  1817.  
  1818. },
  1819. ["Animation"] = {
  1820.  
  1821. },
  1822. ["Death Animation"] = {
  1823.  
  1824. },
  1825. ["Climb Animation"] = {
  1826.  
  1827. },
  1828. ["Jump Animation"] = {
  1829.  
  1830. },
  1831. ["Pose Animation"] = {
  1832.  
  1833. },
  1834. ["Idle Animation"] = {
  1835.  
  1836. },
  1837. ["Swim Animation"] = {
  1838.  
  1839. },
  1840. ["Animation Bundle"] = {
  1841.  
  1842. },
  1843. ["Run Animation"] = {
  1844.  
  1845. }
  1846. },
  1847. ["Face"] = {
  1848.  
  1849. },
  1850. ["BodyParts"] = {
  1851. ["Left Leg"] = {
  1852.  
  1853. },
  1854. ["Right Arm"] = {
  1855.  
  1856. },
  1857. ["Head"] = {
  1858.  
  1859. },
  1860. ["Package"] = {
  1861.  
  1862. },
  1863. ["Torso"] = {
  1864.  
  1865. },
  1866. ["Right Leg"] = {
  1867.  
  1868. },
  1869. ["Left Arm"] = {
  1870.  
  1871. }
  1872. },
  1873. ["IsDefault"] = false
  1874. }
  1875. }
  1876.  
  1877. Remote:FireServer(unpack(Arguments))
  1878. end)
  1879. Spongebob.MouseButton1Click:connect(function()
  1880. local Remote = game.ReplicatedStorage.Modules.AvatarEditor2.RemoteObjects['ApplyAppearance']
  1881.  
  1882. local Arguments = {
  1883. [1] = {
  1884. ["BodyColors"] = {
  1885. ["RightArm"] = Color3.new(0.960784,0.803922,0.188235),
  1886. ["Head"] = Color3.new(0.960784,0.803922,0.188235),
  1887. ["LeftArm"] = Color3.new(0.960784,0.803922,0.188235),
  1888. ["Torso"] = Color3.new(0.960784,0.803922,0.188235),
  1889. ["RightLeg"] = Color3.new(0.960784,0.803922,0.188235),
  1890. ["LeftLeg"] = Color3.new(0.960784,0.803922,0.188235)
  1891. },
  1892. ["BodyScaling"] = {
  1893. ["lowerLegHeight"] = 0.66479820627803,
  1894. ["upperTorsoWidth"] = 0.66816143497758,
  1895. ["upperArmHeight"] = 0.66479820627803,
  1896. ["handHeight"] = 0.66479820627803,
  1897. ["footHeight"] = 0.66479820627803,
  1898. ["lowerArmWidth"] = 0.66816143497758,
  1899. ["head"] = 0.5,
  1900. ["footWidth"] = 0.66816143497758,
  1901. ["upperLegWidth"] = 0.66816143497758,
  1902. ["lowerArmHeight"] = 0.66479820627803,
  1903. ["upperArmWidth"] = 0.66816143497758,
  1904. ["handWidth"] = 0.66816143497758,
  1905. ["lowerTorsoWidth"] = 0.66816143497758,
  1906. ["width"] = 0.66816143497758,
  1907. ["height"] = 0.66479820627803,
  1908. ["upperTorsoHeight"] = 0.66479820627803,
  1909. ["upperLegHeight"] = 0.66479820627803,
  1910. ["lowerTorsoHeight"] = 0.66479820627803,
  1911. ["lowerLegWidth"] = 0.66816143497758
  1912. },
  1913. ["Accessories"] = {
  1914. ["Hair Accessory"] = {
  1915.  
  1916. },
  1917. ["Hat"] = {
  1918.  
  1919. },
  1920. ["Front Accessory"] = {
  1921.  
  1922. },
  1923. ["Face Accessory"] = {
  1924.  
  1925. },
  1926. ["Back Accessory"] = {
  1927.  
  1928. },
  1929. ["Neck Accessory"] = {
  1930.  
  1931. },
  1932. ["Waist Accessory"] = {
  1933.  
  1934. },
  1935. ["Shoulder Accessory"] = {
  1936. [1] = {
  1937. ["asset"] = {
  1938. ["assetTypeId"] = 44,
  1939. ["description"] = "He's your loyal constant companion. Except he's stealing your energy. Is he a friend or an enemy? He is a frenemy.",
  1940. ["isNew"] = false,
  1941. ["assetId"] = 17173720,
  1942. ["name"] = "Frenemy",
  1943. ["isAvailable"] = true,
  1944. ["priceInCoins"] = 0,
  1945. ["baseHeat"] = 18299.4,
  1946. ["isPremium"] = false
  1947. },
  1948. ["tuning"] = {
  1949. ["yScale"] = 0.42857142857143,
  1950. ["xScale"] = 0.42857142857143,
  1951. ["xPos"] = 0.57578840284842,
  1952. ["zScale"] = 0.42857142857143,
  1953. ["xRot"] = 0.5,
  1954. ["yRot"] = 0.89928789420142,
  1955. ["zRot"] = 0.3204476093591,
  1956. ["zPos"] = 0.63580874872838,
  1957. ["yPos"] = 0,
  1958. ["allScale"] = 0.42857142857143
  1959. }
  1960. }
  1961. }
  1962. },
  1963. ["Clothing"] = {
  1964. ["Shirt"] = {
  1965. ["assetTypeId"] = 11,
  1966. ["description"] = "Shirt",
  1967. ["isNew"] = false,
  1968. ["assetId"] = 480886484,
  1969. ["name"] = "invisible shirt",
  1970. ["isAvailable"] = true,
  1971. ["priceInCoins"] = 0,
  1972. ["baseHeat"] = 0,
  1973. ["isPremium"] = false
  1974. },
  1975. ["Pants"] = {
  1976. ["assetTypeId"] = 12,
  1977. ["description"] = "JOIN this group for free clothes : http://www.roblox.com/My/Groups.aspx?gid=2881418 Unrelated tags : telamon light builderman shirt t-shirt lightning pwnage pwned epic cool jean clothes muscle basketball hoodie jacket spicy free cyan DC Camo Camouflague Camouflage camoflage American Eagle admin vip funny awesome fun cheap best selling hot paintball skate camo army general private pvt gun ninja 100 epic armour lol halloween summer omg girl man boy woman winter fall autumn dead killed own ownage owned 1337 leet SWAT black green yellow orange purple blue red white toon stealth assassin default #### #### #### #### #### #### #### tix tickets robux suit tux tuxedo top F.E.A.R. FEAR RAT R.A.T. UCR U.C.R. uniform fusion ######## ####### jesus christ batman spiderman superman hulk iron man indiana jones wii jersey soccer football basketball baseball pirate soldier future futuristic free cool tight dog dawg animals formal peace love chest hair ar",
  1978. ["isNew"] = false,
  1979. ["assetId"] = 616448621,
  1980. ["name"] = "Invisible Pants",
  1981. ["isAvailable"] = true,
  1982. ["priceInCoins"] = 0,
  1983. ["baseHeat"] = 0,
  1984. ["isPremium"] = false
  1985. }
  1986. },
  1987. ["Animations"] = {
  1988. ["Fall Animation"] = {
  1989. ["assetTypeId"] = 50,
  1990. ["description"] = "Fall Animation in the Zombie Animation Pack package",
  1991. ["isNew"] = false,
  1992. ["assetId"] = 619535616,
  1993. ["name"] = "Zombie Animation Pack Fall Animation",
  1994. ["isAvailable"] = true,
  1995. ["priceInCoins"] = 0,
  1996. ["baseHeat"] = 0,
  1997. ["isPremium"] = false
  1998. },
  1999. ["Walk Animation"] = {
  2000. ["assetTypeId"] = 55,
  2001. ["description"] = "Walk Animation in the Zombie Animation Pack package",
  2002. ["isNew"] = false,
  2003. ["assetId"] = 619537468,
  2004. ["name"] = "Zombie Animation Pack Walk Animation",
  2005. ["isAvailable"] = true,
  2006. ["priceInCoins"] = 0,
  2007. ["baseHeat"] = 0,
  2008. ["isPremium"] = false
  2009. },
  2010. ["Animation"] = {
  2011.  
  2012. },
  2013. ["Death Animation"] = {
  2014.  
  2015. },
  2016. ["Climb Animation"] = {
  2017. ["assetTypeId"] = 48,
  2018. ["description"] = "Climb Animation in the Zombie Animation Pack package",
  2019. ["isNew"] = false,
  2020. ["assetId"] = 619535091,
  2021. ["name"] = "Zombie Animation Pack Climb Animation",
  2022. ["isAvailable"] = true,
  2023. ["priceInCoins"] = 0,
  2024. ["baseHeat"] = 0,
  2025. ["isPremium"] = false
  2026. },
  2027. ["Jump Animation"] = {
  2028. ["assetTypeId"] = 52,
  2029. ["description"] = "Jump Animation in the Zombie Animation Pack package",
  2030. ["isNew"] = false,
  2031. ["assetId"] = 619536283,
  2032. ["name"] = "Zombie Animation Pack Jump Animation",
  2033. ["isAvailable"] = true,
  2034. ["priceInCoins"] = 0,
  2035. ["baseHeat"] = 0,
  2036. ["isPremium"] = false
  2037. },
  2038. ["Pose Animation"] = {
  2039.  
  2040. },
  2041. ["Idle Animation"] = {
  2042. ["assetTypeId"] = 51,
  2043. ["description"] = "Idle Animation in the Zombie Animation Pack package",
  2044. ["isNew"] = false,
  2045. ["assetId"] = 619535834,
  2046. ["name"] = "Zombie Animation Pack Idle Animation",
  2047. ["isAvailable"] = true,
  2048. ["priceInCoins"] = 0,
  2049. ["baseHeat"] = 0,
  2050. ["isPremium"] = false
  2051. },
  2052. ["Swim Animation"] = {
  2053. ["assetTypeId"] = 54,
  2054. ["description"] = "Swim Animation in the Zombie Animation Pack package",
  2055. ["isNew"] = false,
  2056. ["assetId"] = 619537096,
  2057. ["name"] = "Zombie Animation Pack Swim Animation",
  2058. ["isAvailable"] = true,
  2059. ["priceInCoins"] = 0,
  2060. ["baseHeat"] = 0,
  2061. ["isPremium"] = false
  2062. },
  2063. ["Animation Bundle"] = {
  2064. ["assetTypeId"] = -1,
  2065. ["description"] = "",
  2066. ["isNew"] = false,
  2067. ["includesParts"] = {
  2068. [6] = 619537096,
  2069. [2] = 619535616,
  2070. [3] = 619535834,
  2071. [1] = 619535091,
  2072. [4] = 619536283,
  2073. [5] = 619536621,
  2074. [7] = 619537468
  2075. },
  2076. ["assetId"] = 619540515,
  2077. ["name"] = "Zombie Animation Pack",
  2078. ["isAvailable"] = true,
  2079. ["priceInCoins"] = 0,
  2080. ["baseHeat"] = 236076.1,
  2081. ["isPremium"] = false
  2082. },
  2083. ["Run Animation"] = {
  2084. ["assetTypeId"] = 53,
  2085. ["description"] = "Run Animation in the Zombie Animation Pack package",
  2086. ["isNew"] = false,
  2087. ["assetId"] = 619536621,
  2088. ["name"] = "Zombie Animation Pack Run Animation",
  2089. ["isAvailable"] = true,
  2090. ["priceInCoins"] = 0,
  2091. ["baseHeat"] = 0,
  2092. ["isPremium"] = false
  2093. }
  2094. },
  2095. ["Face"] = {
  2096.  
  2097. },
  2098. ["BodyParts"] = {
  2099. ["Left Leg"] = {
  2100.  
  2101. },
  2102. ["Right Arm"] = {
  2103.  
  2104. },
  2105. ["Head"] = {
  2106.  
  2107. },
  2108. ["Package"] = {
  2109.  
  2110. },
  2111. ["Torso"] = {
  2112.  
  2113. },
  2114. ["Right Leg"] = {
  2115.  
  2116. },
  2117. ["Left Arm"] = {
  2118.  
  2119. }
  2120. },
  2121. ["IsDefault"] = false
  2122. }
  2123. }
  2124.  
  2125. Remote:FireServer(unpack(Arguments))
  2126. end)
  2127. Baghead.MouseButton1Click:connect(function()
  2128. argz = {
  2129. [1] = {
  2130. ["BodyColors"] = {
  2131. ["RightArm"] = Color3.new(0,0,0),
  2132. ["Head"] = Color3.new(0,0,0),
  2133. ["LeftArm"] = Color3.new(0,0,0),
  2134. ["Torso"] = Color3.new(0,0,0),
  2135. ["RightLeg"] = Color3.new(0,0,0),
  2136. ["LeftLeg"] = Color3.new(0,0,0)},
  2137. ["BodyScaling"] = {
  2138. ["lowerLegHeight"] = 5,
  2139. ["upperTorsoWidth"] = 5,
  2140. ["upperArmHeight"] = 5,
  2141. ["handHeight"] = 5,
  2142. ["footHeight"] = 5,
  2143. ["lowerArmWidth"] = 5,
  2144. ["head"] = 5,
  2145. ["footWidth"] = 5,
  2146. ["upperLegWidth"] = 5,
  2147. ["lowerArmHeight"] = 5,
  2148. ["upperArmWidth"] = 5,
  2149. ["handWidth"] = 5,
  2150. ["lowerTorsoWidth"] = 5,
  2151. ["width"] = 5,
  2152. ["height"] = 5,
  2153. ["upperTorsoHeight"] = 5,
  2154. ["upperLegHeight"] = 5,
  2155. ["lowerTorsoHeight"] = 5,
  2156. ["lowerLegWidth"] = 5},
  2157. ["Accessories"] = {
  2158. ["Hair Accessory"] = {},
  2159. ["Hat"] = {
  2160. [1] = {["asset"] = {
  2161. ["assetTypeId"] = 8,
  2162. ["description"] = '',
  2163. ["isNew"] = false,
  2164. ["assetId"] = 244159819,
  2165. ["name"] = "DIY BiggerHead ",
  2166. ["isAvailable"] = true,
  2167. ["priceInCoins"] = 0,
  2168. ["baseHeat"] = 78266.2,
  2169. ["isPremium"] = false
  2170. },["tuning"] = {
  2171. ["yScale"] = 0.42857142857143,["xScale"] = 0.42857142857143,
  2172. ["xPos"] = 0.5,["zScale"] = 0.42857142857143,
  2173. ["xRot"] = 0.5,["yRot"] = 0.5,["zRot"] = 0.5,
  2174. ["zPos"] = 0.5,["yPos"] = 0.5,["allScale"] = 0.42857142857143}}},
  2175. ["Front Accessory"] = {},
  2176. ["Face Accessory"] = {},
  2177. ["Back Accessory"] = {},
  2178. ["Neck Accessory"] = {},
  2179. ["Waist Accessory"] = {},
  2180. ["Shoulder Accessory"] = {}},
  2181. ["Clothing"] = {
  2182. ["Shirt"] = {
  2183. ["assetTypeId"] = 11,
  2184. ["description"] = "",
  2185. ["isNew"] = false,
  2186. ["assetId"] = 602599987,
  2187. ["name"] = "Evil Red Binary Code (Shirt)",
  2188. ["isAvailable"] = true,
  2189. ["priceInCoins"] = 0,
  2190. ["baseHeat"] = 0,
  2191. ["isPremium"] = false},
  2192. ["Pants"] = {
  2193. ["assetTypeId"] = 12,
  2194. ["description"] = "",
  2195. ["isNew"] = false,
  2196. ["assetId"] = 616980142,
  2197. ["name"] = "Evil Red Binary Code (Pants)",
  2198. ["isAvailable"] = true,
  2199. ["priceInCoins"] = 0,
  2200. ["baseHeat"] = 0,
  2201. ["isPremium"] = false}},
  2202. ["Animations"] = {
  2203. ["Fall Animation"] = {},
  2204. ["Walk Animation"] = {},
  2205. ["Animation"] = {},
  2206. ["Death Animation"] = {},
  2207. ["Climb Animation"] = {},
  2208. ["Jump Animation"] = {},
  2209. ["Pose Animation"] = {},
  2210. ["Idle Animation"] = {},
  2211. ["Swim Animation"] = {},
  2212. ["Animation Bundle"] = {},
  2213. ["Run Animation"] = {}
  2214. },["Face"] = {},
  2215. ["BodyParts"] = {
  2216. ["Left Leg"] = {},
  2217. ["Right Arm"] = {},
  2218. ["Head"] = {},
  2219. ["Package"] = {},
  2220. ["Torso"] = {},
  2221. ["Right Leg"] = {},
  2222. ["Left Arm"] = {}},["IsDefault"] = false}}
  2223. game.ReplicatedStorage.Modules.AvatarEditor2.RemoteObjects['ApplyAppearance']:FireServer(unpack(argz))
  2224. end)
  2225. function onKeyPress(inputObject, gameProcessedEvent)
  2226. if inputObject.KeyCode == Enum.KeyCode.LeftControl then
  2227. if Topframe.Visible == false then
  2228. Topframe.Visible = true
  2229. else
  2230. Topframe.Visible = false
  2231. end
  2232. end
  2233. end
  2234. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  2235. AllBodyChangeButton.MouseButton1Click:Connect(function()
  2236. local SIZE = tonumber(AllBodyInputBox.Text)
  2237. game:GetService("ReplicatedStorage").Modules.AvatarEditor2.RemoteObjects.ApplyAppearance:FireServer({["BodyColors"] = {["RightArm"] = Color3.new(0.87451, 0.87451, 0.870588), ["Head"] = Color3.new(0.87451, 0.87451, 0.870588), ["LeftArm"] = Color3.new(0.87451, 0.87451, 0.870588), ["Torso"] = Color3.new(0.87451, 0.87451, 0.870588), ["RightLeg"] = Color3.new(0.87451, 0.87451, 0.870588), ["LeftLeg"] = Color3.new(0.87451, 0.87451, 0.870588)}, ["BodyScaling"] = {["lowerLegHeight"] = SIZE/2, ["upperTorsoWidth"] = SIZE/2, ["upperArmHeight"] = SIZE/2, ["handHeight"] = SIZE/2, ["upperLegWidth"] = SIZE/2, ["lowerArmWidth"] = SIZE/2, ["head"] = SIZE/2, ["footWidth"] = SIZE/2, ["footHeight"] = SIZE/2, ["lowerArmHeight"] = SIZE/2, ["upperArmWidth"] = SIZE/2, ["handWidth"] = SIZE/2, ["lowerTorsoWidth"] = SIZE/2, ["upperTorsoHeight"] = SIZE/2, ["upperLegHeight"] = SIZE/2, ["height"] = SIZE/2, ["width"] = SIZE/2, ["lowerTorsoHeight"] = SIZE/2, ["lowerLegWidth"] = SIZE/2}, ["Accessories"] = {["Hair Accessory"] = {}, ["Hat"] = {}, ["Front Accessory"] = {}, ["Face Accessory"] = {}, ["Back Accessory"] = {}, ["Neck Accessory"] = {}, ["Waist Accessory"] = {}, ["Shoulder Accessory"] = {}}, ["Clothing"] = {["Shirt"] = {["assetTypeId"] = 11, ["description"] = "Shirt", ["isNew"] = false, ["assetId"] = 480886484, ["name"] = "invisible shirt", ["isAvailable"] = true, ["priceInCoins"] = 0, ["baseHeat"] = 0, ["isPremium"] = false}, ["Pants"] = {["assetTypeId"] = 12, ["description"] = "JOIN this group for free clothes : http://www.roblox.com/My/Groups.aspx?gid=2881418 Unrelated tags : telamon light builderman shirt t-shirt lightning pwnage pwned epic cool jean clothes muscle basketball hoodie jacket spicy free cyan DC Camo Camouflague Camouflage camoflage American Eagle admin vip funny awesome fun cheap best selling hot paintball skate camo army general private pvt gun ninja 100 epic armour lol halloween summer omg girl man boy woman winter fall autumn dead killed own ownage owned 1337 leet SWAT black green yellow orange purple blue red white toon stealth assassin default #### #### #### #### #### #### #### tix tickets robux suit tux tuxedo top F.E.A.R. FEAR RAT R.A.T. UCR U.C.R. uniform fusion ######## ####### jesus christ batman spiderman superman hulk iron man indiana jones wii jersey soccer football basketball baseball pirate soldier future futuristic free cool tight dog dawg animals formal peace love chest hair ar", ["isNew"] = false, ["assetId"] = 616448621, ["name"] = "Invisible Pants", ["isAvailable"] = true, ["priceInCoins"] = 0, ["baseHeat"] = 0, ["isPremium"] = false}}, ["Animations"] = {["Fall Animation"] = {}, ["Walk Animation"] = {}, ["Animation"] = {}, ["Death Animation"] = {}, ["Climb Animation"] = {}, ["Jump Animation"] = {}, ["Run Animation"] = {}, ["Animation Bundle"] = {}, ["Swim Animation"] = {}, ["Idle Animation"] = {}, ["Pose Animation"] = {}}, ["Face"] = {}, ["BodyParts"] = {["Left Leg"] = {}, ["Right Arm"] = {}, ["Head"] = {}, ["Package"] = {}, ["Torso"] = {}, ["Right Leg"] = {}, ["Left Arm"] = {}}, ["IsDefault"] = false})
  2238. end)
  2239. Rejoin.MouseButton1Click:connect(function()
  2240. game:GetService("TeleportService"):Teleport(game.PlaceId)
  2241. end)
  2242. DisableChairs.MouseButton1Click:connect(function()
  2243. for _,v in pairs(workspace:GetDescendants())do if v:IsA('Sit')then v:Destroy()end end
  2244. end)
  2245. DisableDoors.MouseButton1Click:connect(function()
  2246. for _,v in pairs(workspace.Interiors:GetDescendants())do
  2247. if v:IsA('Model')and v.Name=='EnterDoor'or v.Name=='ExitDoor'then v:Destroy()end
  2248. end
  2249. end)
  2250. Topframe.Active = true
  2251. Topframe.Draggable = true
  2252. destroy.MouseButton1Click:connect(function()v11:Destroy()end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement