Psykek

Robloxian Morpher v10

Mar 8th, 2019
704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 52.56 KB | None | 0 0
  1. -- Objects
  2.  
  3. local v10 = Instance.new("ScreenGui")
  4. local Topframe = Instance.new("Frame")
  5. local AllBodyConfigTab = Instance.new("TextButton")
  6. local BodyConfigTab = Instance.new("TextButton")
  7. local ExtraStuffTab = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local AllBodyConfigFrame = Instance.new("Frame")
  11. local AllBodyInputBox = Instance.new("TextBox")
  12. local AllBodyChangeButton = Instance.new("TextButton")
  13. local TextLabel_3 = Instance.new("TextLabel")
  14. local BodyConfigFrame = Instance.new("Frame")
  15. local TextLabel_4 = Instance.new("TextLabel")
  16. local TextLabel_5 = Instance.new("TextLabel")
  17. local TextLabel_6 = Instance.new("TextLabel")
  18. local TextLabel_7 = Instance.new("TextLabel")
  19. local TextLabel_8 = Instance.new("TextLabel")
  20. local TextLabel_9 = Instance.new("TextLabel")
  21. local TextLabel_10 = Instance.new("TextLabel")
  22. local TextLabel_11 = Instance.new("TextLabel")
  23. local UpperLegHeightBox = Instance.new("TextBox")
  24. local UpperTorsoHeightBox = Instance.new("TextBox")
  25. local UpperLegWidthBox = Instance.new("TextBox")
  26. local UpperTorsoWidthBox = Instance.new("TextBox")
  27. local LowerLegHeightBox = Instance.new("TextBox")
  28. local LowerTorsoHeightBox = Instance.new("TextBox")
  29. local LowerLegWidthBox = Instance.new("TextBox")
  30. local LowerTorsoWidthBox = Instance.new("TextBox")
  31. local TextLabel_12 = Instance.new("TextLabel")
  32. local TextLabel_13 = Instance.new("TextLabel")
  33. local TextLabel_14 = Instance.new("TextLabel")
  34. local TextLabel_15 = Instance.new("TextLabel")
  35. local TextLabel_16 = Instance.new("TextLabel")
  36. local TextLabel_17 = Instance.new("TextLabel")
  37. local TextLabel_18 = Instance.new("TextLabel")
  38. local TextLabel_19 = Instance.new("TextLabel")
  39. local HandWidthBox = Instance.new("TextBox")
  40. local HandHeightBox = Instance.new("TextBox")
  41. local UpperArmWidthBox = Instance.new("TextBox")
  42. local UpperArmHeightBox = Instance.new("TextBox")
  43. local TextLabel_20 = Instance.new("TextLabel")
  44. local TextLabel_21 = Instance.new("TextLabel")
  45. local TextLabel_22 = Instance.new("TextLabel")
  46. local TextLabel_23 = Instance.new("TextLabel")
  47. local FootHeightBox = Instance.new("TextBox")
  48. local LowerArmHeightBox = Instance.new("TextBox")
  49. local FootWidthBox = Instance.new("TextBox")
  50. local LowerArmWidthBox = Instance.new("TextBox")
  51. local TextLabel_24 = Instance.new("TextLabel")
  52. local HeadScaleBox = Instance.new("TextBox")
  53. local BodyChangeButton = Instance.new("TextButton")
  54. local TextLabel_25 = Instance.new("TextLabel")
  55. local ExtraStuffFrame = Instance.new("Frame")
  56. local DisableChairs = Instance.new("TextButton")
  57. local TextLabel_26 = Instance.new("TextLabel")
  58. local TextLabel_27 = Instance.new("TextLabel")
  59. local WalkSpeedBox = Instance.new("TextBox")
  60. local ChangeSpeed = Instance.new("TextButton")
  61. local CrashGame = Instance.new("TextButton")
  62. local ChatTroll = Instance.new("TextButton")
  63. local ChangeJumpPower = Instance.new("TextButton")
  64. local JumpPowerBox = Instance.new("TextBox")
  65. local TextLabel_28 = Instance.new("TextLabel")
  66. local Baghead = Instance.new("TextButton")
  67. local Rejoin = Instance.new("TextButton")
  68. local DisableDoors = Instance.new("TextButton")
  69. local TextLabel_29 = Instance.new("TextLabel")
  70. local TextLabel_30 = Instance.new("TextLabel")
  71.  
  72. -- Properties
  73.  
  74. v10.Name = "v10"
  75. v10.Parent = game.CoreGui
  76.  
  77. Topframe.Name = "Topframe"
  78. Topframe.Parent = v10
  79. Topframe.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  80. Topframe.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  81. Topframe.Position = UDim2.new(0.254460096, 0, 0.099609375, 0)
  82. Topframe.Size = UDim2.new(0, 522, 0, 28)
  83.  
  84. AllBodyConfigTab.Name = "AllBodyConfigTab"
  85. AllBodyConfigTab.Parent = Topframe
  86. AllBodyConfigTab.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  87. AllBodyConfigTab.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  88. AllBodyConfigTab.BorderSizePixel = 0
  89. AllBodyConfigTab.Size = UDim2.new(0, 86, 0, 28)
  90. AllBodyConfigTab.Font = Enum.Font.SourceSans
  91. AllBodyConfigTab.Text = "All Body Config"
  92. AllBodyConfigTab.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  93. AllBodyConfigTab.TextSize = 14
  94.  
  95. BodyConfigTab.Name = "BodyConfigTab"
  96. BodyConfigTab.Parent = Topframe
  97. BodyConfigTab.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  98. BodyConfigTab.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  99. BodyConfigTab.BorderSizePixel = 0
  100. BodyConfigTab.Position = UDim2.new(0.166666672, 0, 0, 0)
  101. BodyConfigTab.Size = UDim2.new(0, 86, 0, 28)
  102. BodyConfigTab.Font = Enum.Font.SourceSans
  103. BodyConfigTab.Text = "Body Config"
  104. BodyConfigTab.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  105. BodyConfigTab.TextSize = 14
  106.  
  107. ExtraStuffTab.Name = "ExtraStuffTab"
  108. ExtraStuffTab.Parent = Topframe
  109. ExtraStuffTab.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  110. ExtraStuffTab.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  111. ExtraStuffTab.BorderSizePixel = 0
  112. ExtraStuffTab.Position = UDim2.new(0.333333343, 0, 0, 0)
  113. ExtraStuffTab.Size = UDim2.new(0, 86, 0, 28)
  114. ExtraStuffTab.Font = Enum.Font.SourceSans
  115. ExtraStuffTab.Text = "Other"
  116. ExtraStuffTab.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  117. ExtraStuffTab.TextSize = 14
  118.  
  119. TextLabel.Parent = Topframe
  120. TextLabel.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  121. TextLabel.BorderSizePixel = 0
  122. TextLabel.Position = UDim2.new(0.938697338, 0, 0, 0)
  123. TextLabel.Size = UDim2.new(0, 29, 0, 24)
  124. TextLabel.Font = Enum.Font.Bodoni
  125. TextLabel.Text = "v10"
  126. TextLabel.TextColor3 = Color3.new(0.713726, 0, 0)
  127. TextLabel.TextScaled = true
  128. TextLabel.TextSize = 14
  129. TextLabel.TextWrapped = true
  130.  
  131. TextLabel_2.Parent = Topframe
  132. TextLabel_2.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  133. TextLabel_2.BorderSizePixel = 0
  134. TextLabel_2.Position = UDim2.new(0.613026798, 0, 0, 0)
  135. TextLabel_2.Size = UDim2.new(0, 148, 0, 24)
  136. TextLabel_2.Font = Enum.Font.Bodoni
  137. TextLabel_2.Text = "Psykek#3180"
  138. TextLabel_2.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  139. TextLabel_2.TextScaled = true
  140. TextLabel_2.TextSize = 14
  141. TextLabel_2.TextWrapped = true
  142.  
  143. AllBodyConfigFrame.Name = "AllBodyConfigFrame"
  144. AllBodyConfigFrame.Parent = Topframe
  145. AllBodyConfigFrame.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  146. AllBodyConfigFrame.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  147. AllBodyConfigFrame.Position = UDim2.new(0, 0, 1, 0)
  148. AllBodyConfigFrame.Size = UDim2.new(0, 522, 0, 306)
  149.  
  150. AllBodyInputBox.Name = "AllBodyInputBox"
  151. AllBodyInputBox.Parent = AllBodyConfigFrame
  152. AllBodyInputBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  153. AllBodyInputBox.BorderColor3 = Color3.new(0, 0, 0)
  154. AllBodyInputBox.Position = UDim2.new(0.0823754817, 0, 0.117647059, 0)
  155. AllBodyInputBox.Size = UDim2.new(0, 217, 0, 26)
  156. AllBodyInputBox.Font = Enum.Font.SourceSans
  157. AllBodyInputBox.Text = ""
  158. AllBodyInputBox.TextColor3 = Color3.new(0, 0, 0)
  159. AllBodyInputBox.TextSize = 14
  160.  
  161. AllBodyChangeButton.Name = "AllBodyChangeButton"
  162. AllBodyChangeButton.Parent = AllBodyConfigFrame
  163. AllBodyChangeButton.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  164. AllBodyChangeButton.BorderColor3 = Color3.new(0, 0, 0)
  165. AllBodyChangeButton.Position = UDim2.new(0.172413796, 0, 0.271241844, 0)
  166. AllBodyChangeButton.Size = UDim2.new(0, 123, 0, 21)
  167. AllBodyChangeButton.Font = Enum.Font.SourceSans
  168. AllBodyChangeButton.TextColor3 = Color3.new(0, 0, 0)
  169. AllBodyChangeButton.TextSize = 14
  170.  
  171. TextLabel_3.Parent = AllBodyConfigFrame
  172. TextLabel_3.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  173. TextLabel_3.BorderSizePixel = 0
  174. TextLabel_3.Position = UDim2.new(0.555555582, 0, 0.117647059, 0)
  175. TextLabel_3.Size = UDim2.new(0, 200, 0, 243)
  176. TextLabel_3.Font = Enum.Font.SourceSans
  177. 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."
  178. TextLabel_3.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  179. TextLabel_3.TextScaled = true
  180. TextLabel_3.TextSize = 14
  181. TextLabel_3.TextWrapped = true
  182. TextLabel_3.TextYAlignment = Enum.TextYAlignment.Top
  183.  
  184. BodyConfigFrame.Name = "BodyConfigFrame"
  185. BodyConfigFrame.Parent = Topframe
  186. BodyConfigFrame.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  187. BodyConfigFrame.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  188. BodyConfigFrame.Position = UDim2.new(0, 0, 1, 0)
  189. BodyConfigFrame.Size = UDim2.new(0, 522, 0, 318)
  190.  
  191. TextLabel_4.Parent = BodyConfigFrame
  192. TextLabel_4.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  193. TextLabel_4.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  194. TextLabel_4.Position = UDim2.new(0.0287356377, 0, 0.0392156839, 0)
  195. TextLabel_4.Size = UDim2.new(0, 118, 0, 24)
  196. TextLabel_4.Font = Enum.Font.SourceSans
  197. TextLabel_4.Text = "Height"
  198. TextLabel_4.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  199. TextLabel_4.TextSize = 14
  200.  
  201. TextLabel_5.Parent = BodyConfigFrame
  202. TextLabel_5.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  203. TextLabel_5.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  204. TextLabel_5.Position = UDim2.new(0.266283512, 0, 0.0392156839, 0)
  205. TextLabel_5.Size = UDim2.new(0, 118, 0, 24)
  206. TextLabel_5.Font = Enum.Font.SourceSans
  207. TextLabel_5.Text = "Height"
  208. TextLabel_5.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  209. TextLabel_5.TextSize = 14
  210.  
  211. TextLabel_6.Parent = BodyConfigFrame
  212. TextLabel_6.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  213. TextLabel_6.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  214. TextLabel_6.Position = UDim2.new(0.74137938, 0, 0.0392156839, 0)
  215. TextLabel_6.Size = UDim2.new(0, 118, 0, 24)
  216. TextLabel_6.Font = Enum.Font.SourceSans
  217. TextLabel_6.Text = "Width"
  218. TextLabel_6.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  219. TextLabel_6.TextSize = 14
  220.  
  221. TextLabel_7.Parent = BodyConfigFrame
  222. TextLabel_7.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  223. TextLabel_7.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  224. TextLabel_7.Position = UDim2.new(0.503831506, 0, 0.0392156839, 0)
  225. TextLabel_7.Size = UDim2.new(0, 118, 0, 24)
  226. TextLabel_7.Font = Enum.Font.SourceSans
  227. TextLabel_7.Text = "Width"
  228. TextLabel_7.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  229. TextLabel_7.TextSize = 14
  230.  
  231. TextLabel_8.Parent = BodyConfigFrame
  232. TextLabel_8.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  233. TextLabel_8.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  234. TextLabel_8.BorderSizePixel = 0
  235. TextLabel_8.Position = UDim2.new(0.0287356377, 0, 0.134356886, 0)
  236. TextLabel_8.Size = UDim2.new(0, 118, 0, 24)
  237. TextLabel_8.Font = Enum.Font.SourceSans
  238. TextLabel_8.Text = "Up Leg"
  239. TextLabel_8.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  240. TextLabel_8.TextSize = 14
  241.  
  242. TextLabel_9.Parent = BodyConfigFrame
  243. TextLabel_9.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  244. TextLabel_9.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  245. TextLabel_9.BorderSizePixel = 0
  246. TextLabel_9.Position = UDim2.new(0.266283512, 0, 0.134356886, 0)
  247. TextLabel_9.Size = UDim2.new(0, 118, 0, 24)
  248. TextLabel_9.Font = Enum.Font.SourceSans
  249. TextLabel_9.Text = "Up Torso"
  250. TextLabel_9.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  251. TextLabel_9.TextSize = 14
  252.  
  253. TextLabel_10.Parent = BodyConfigFrame
  254. TextLabel_10.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  255. TextLabel_10.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  256. TextLabel_10.BorderSizePixel = 0
  257. TextLabel_10.Position = UDim2.new(0.503831387, 0, 0.134356886, 0)
  258. TextLabel_10.Size = UDim2.new(0, 118, 0, 24)
  259. TextLabel_10.Font = Enum.Font.SourceSans
  260. TextLabel_10.Text = "Up Leg"
  261. TextLabel_10.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  262. TextLabel_10.TextSize = 14
  263.  
  264. TextLabel_11.Parent = BodyConfigFrame
  265. TextLabel_11.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  266. TextLabel_11.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  267. TextLabel_11.BorderSizePixel = 0
  268. TextLabel_11.Position = UDim2.new(0.741379261, 0, 0.134356886, 0)
  269. TextLabel_11.Size = UDim2.new(0, 118, 0, 24)
  270. TextLabel_11.Font = Enum.Font.SourceSans
  271. TextLabel_11.Text = "Up Torso"
  272. TextLabel_11.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  273. TextLabel_11.TextSize = 14
  274.  
  275. UpperLegHeightBox.Name = "UpperLegHeightBox"
  276. UpperLegHeightBox.Parent = BodyConfigFrame
  277. UpperLegHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  278. UpperLegHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  279. UpperLegHeightBox.Position = UDim2.new(0.0287355781, 0, 0.212788284, 0)
  280. UpperLegHeightBox.Size = UDim2.new(0, 118, 0, 24)
  281. UpperLegHeightBox.Font = Enum.Font.SourceSans
  282. UpperLegHeightBox.Text = ""
  283. UpperLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
  284. UpperLegHeightBox.TextSize = 14
  285.  
  286. UpperTorsoHeightBox.Name = "UpperTorsoHeightBox"
  287. UpperTorsoHeightBox.Parent = BodyConfigFrame
  288. UpperTorsoHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  289. UpperTorsoHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  290. UpperTorsoHeightBox.Position = UDim2.new(0.266283453, 0, 0.212788284, 0)
  291. UpperTorsoHeightBox.Size = UDim2.new(0, 118, 0, 24)
  292. UpperTorsoHeightBox.Font = Enum.Font.SourceSans
  293. UpperTorsoHeightBox.Text = ""
  294. UpperTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
  295. UpperTorsoHeightBox.TextSize = 14
  296.  
  297. UpperLegWidthBox.Name = "UpperLegWidthBox"
  298. UpperLegWidthBox.Parent = BodyConfigFrame
  299. UpperLegWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  300. UpperLegWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  301. UpperLegWidthBox.Position = UDim2.new(0.503831387, 0, 0.212788284, 0)
  302. UpperLegWidthBox.Size = UDim2.new(0, 118, 0, 24)
  303. UpperLegWidthBox.Font = Enum.Font.SourceSans
  304. UpperLegWidthBox.Text = ""
  305. UpperLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
  306. UpperLegWidthBox.TextSize = 14
  307.  
  308. UpperTorsoWidthBox.Name = "UpperTorsoWidthBox"
  309. UpperTorsoWidthBox.Parent = BodyConfigFrame
  310. UpperTorsoWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  311. UpperTorsoWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  312. UpperTorsoWidthBox.Position = UDim2.new(0.741379321, 0, 0.212788254, 0)
  313. UpperTorsoWidthBox.Size = UDim2.new(0, 118, 0, 24)
  314. UpperTorsoWidthBox.Font = Enum.Font.SourceSans
  315. UpperTorsoWidthBox.Text = ""
  316. UpperTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
  317. UpperTorsoWidthBox.TextSize = 14
  318.  
  319. LowerLegHeightBox.Name = "LowerLegHeightBox"
  320. LowerLegHeightBox.Parent = BodyConfigFrame
  321. LowerLegHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  322. LowerLegHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  323. LowerLegHeightBox.Position = UDim2.new(0.0287355781, 0, 0.385744274, 0)
  324. LowerLegHeightBox.Size = UDim2.new(0, 118, 0, 24)
  325. LowerLegHeightBox.Font = Enum.Font.SourceSans
  326. LowerLegHeightBox.Text = ""
  327. LowerLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
  328. LowerLegHeightBox.TextSize = 14
  329.  
  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 = ""
  338. LowerTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
  339. LowerTorsoHeightBox.TextSize = 14
  340.  
  341. LowerLegWidthBox.Name = "LowerLegWidthBox"
  342. LowerLegWidthBox.Parent = BodyConfigFrame
  343. LowerLegWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  344. LowerLegWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  345. LowerLegWidthBox.Position = UDim2.new(0.503831387, 0, 0.385744274, 0)
  346. LowerLegWidthBox.Size = UDim2.new(0, 118, 0, 24)
  347. LowerLegWidthBox.Font = Enum.Font.SourceSans
  348. LowerLegWidthBox.Text = ""
  349. LowerLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
  350. LowerLegWidthBox.TextSize = 14
  351.  
  352. LowerTorsoWidthBox.Name = "LowerTorsoWidthBox"
  353. LowerTorsoWidthBox.Parent = BodyConfigFrame
  354. LowerTorsoWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  355. LowerTorsoWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  356. LowerTorsoWidthBox.Position = UDim2.new(0.741379321, 0, 0.385744214, 0)
  357. LowerTorsoWidthBox.Size = UDim2.new(0, 118, 0, 24)
  358. LowerTorsoWidthBox.Font = Enum.Font.SourceSans
  359. LowerTorsoWidthBox.Text = ""
  360. LowerTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
  361. LowerTorsoWidthBox.TextSize = 14
  362.  
  363. TextLabel_12.Parent = BodyConfigFrame
  364. TextLabel_12.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  365. TextLabel_12.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  366. TextLabel_12.BorderSizePixel = 0
  367. TextLabel_12.Position = UDim2.new(0.741379261, 0, 0.307312846, 0)
  368. TextLabel_12.Size = UDim2.new(0, 118, 0, 24)
  369. TextLabel_12.Font = Enum.Font.SourceSans
  370. TextLabel_12.Text = "Low Torso"
  371. TextLabel_12.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  372. TextLabel_12.TextSize = 14
  373.  
  374. TextLabel_13.Parent = BodyConfigFrame
  375. TextLabel_13.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  376. TextLabel_13.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  377. TextLabel_13.BorderSizePixel = 0
  378. TextLabel_13.Position = UDim2.new(0.503831387, 0, 0.307312846, 0)
  379. TextLabel_13.Size = UDim2.new(0, 118, 0, 24)
  380. TextLabel_13.Font = Enum.Font.SourceSans
  381. TextLabel_13.Text = "Low Leg"
  382. TextLabel_13.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  383. TextLabel_13.TextSize = 14
  384.  
  385. TextLabel_14.Parent = BodyConfigFrame
  386. TextLabel_14.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  387. TextLabel_14.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  388. TextLabel_14.BorderSizePixel = 0
  389. TextLabel_14.Position = UDim2.new(0.0287356377, 0, 0.307312846, 0)
  390. TextLabel_14.Size = UDim2.new(0, 118, 0, 24)
  391. TextLabel_14.Font = Enum.Font.SourceSans
  392. TextLabel_14.Text = "Low Leg"
  393. TextLabel_14.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  394. TextLabel_14.TextSize = 14
  395.  
  396. TextLabel_15.Parent = BodyConfigFrame
  397. TextLabel_15.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  398. TextLabel_15.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  399. TextLabel_15.BorderSizePixel = 0
  400. TextLabel_15.Position = UDim2.new(0.266283512, 0, 0.307312846, 0)
  401. TextLabel_15.Size = UDim2.new(0, 118, 0, 24)
  402. TextLabel_15.Font = Enum.Font.SourceSans
  403. TextLabel_15.Text = "Low Torso"
  404. TextLabel_15.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  405. TextLabel_15.TextSize = 14
  406.  
  407. TextLabel_16.Parent = BodyConfigFrame
  408. TextLabel_16.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  409. TextLabel_16.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  410. TextLabel_16.BorderSizePixel = 0
  411. TextLabel_16.Position = UDim2.new(0.741379261, 0, 0.480268836, 0)
  412. TextLabel_16.Size = UDim2.new(0, 118, 0, 24)
  413. TextLabel_16.Font = Enum.Font.SourceSans
  414. TextLabel_16.Text = "Hand"
  415. TextLabel_16.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  416. TextLabel_16.TextSize = 14
  417.  
  418. TextLabel_17.Parent = BodyConfigFrame
  419. TextLabel_17.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  420. TextLabel_17.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  421. TextLabel_17.BorderSizePixel = 0
  422. TextLabel_17.Position = UDim2.new(0.503831387, 0, 0.480268836, 0)
  423. TextLabel_17.Size = UDim2.new(0, 118, 0, 24)
  424. TextLabel_17.Font = Enum.Font.SourceSans
  425. TextLabel_17.Text = "Up Arm"
  426. TextLabel_17.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  427. TextLabel_17.TextSize = 14
  428.  
  429. TextLabel_18.Parent = BodyConfigFrame
  430. TextLabel_18.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  431. TextLabel_18.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  432. TextLabel_18.BorderSizePixel = 0
  433. TextLabel_18.Position = UDim2.new(0.0287356377, 0, 0.480268836, 0)
  434. TextLabel_18.Size = UDim2.new(0, 118, 0, 24)
  435. TextLabel_18.Font = Enum.Font.SourceSans
  436. TextLabel_18.Text = "Up Arm"
  437. TextLabel_18.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  438. TextLabel_18.TextSize = 14
  439.  
  440. TextLabel_19.Parent = BodyConfigFrame
  441. TextLabel_19.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  442. TextLabel_19.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  443. TextLabel_19.BorderSizePixel = 0
  444. TextLabel_19.Position = UDim2.new(0.266283512, 0, 0.480268836, 0)
  445. TextLabel_19.Size = UDim2.new(0, 118, 0, 24)
  446. TextLabel_19.Font = Enum.Font.SourceSans
  447. TextLabel_19.Text = "Hand"
  448. TextLabel_19.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  449. TextLabel_19.TextSize = 14
  450.  
  451. HandWidthBox.Name = "HandWidthBox"
  452. HandWidthBox.Parent = BodyConfigFrame
  453. HandWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  454. HandWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  455. HandWidthBox.Position = UDim2.new(0.741379321, 0, 0.558700204, 0)
  456. HandWidthBox.Size = UDim2.new(0, 118, 0, 24)
  457. HandWidthBox.Font = Enum.Font.SourceSans
  458. HandWidthBox.Text = ""
  459. HandWidthBox.TextColor3 = Color3.new(0, 0, 0)
  460. HandWidthBox.TextSize = 14
  461.  
  462. HandHeightBox.Name = "HandHeightBox"
  463. HandHeightBox.Parent = BodyConfigFrame
  464. HandHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  465. HandHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  466. HandHeightBox.Position = UDim2.new(0.266283453, 0, 0.558700264, 0)
  467. HandHeightBox.Size = UDim2.new(0, 118, 0, 24)
  468. HandHeightBox.Font = Enum.Font.SourceSans
  469. HandHeightBox.Text = ""
  470. HandHeightBox.TextColor3 = Color3.new(0, 0, 0)
  471. HandHeightBox.TextSize = 14
  472.  
  473. UpperArmWidthBox.Name = "UpperArmWidthBox"
  474. UpperArmWidthBox.Parent = BodyConfigFrame
  475. UpperArmWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  476. UpperArmWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  477. UpperArmWidthBox.Position = UDim2.new(0.503831387, 0, 0.558700264, 0)
  478. UpperArmWidthBox.Size = UDim2.new(0, 118, 0, 24)
  479. UpperArmWidthBox.Font = Enum.Font.SourceSans
  480. UpperArmWidthBox.Text = ""
  481. UpperArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
  482. UpperArmWidthBox.TextSize = 14
  483.  
  484. UpperArmHeightBox.Name = "UpperArmHeightBox"
  485. UpperArmHeightBox.Parent = BodyConfigFrame
  486. UpperArmHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  487. UpperArmHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  488. UpperArmHeightBox.Position = UDim2.new(0.0287355781, 0, 0.558700264, 0)
  489. UpperArmHeightBox.Size = UDim2.new(0, 118, 0, 24)
  490. UpperArmHeightBox.Font = Enum.Font.SourceSans
  491. UpperArmHeightBox.Text = ""
  492. UpperArmHeightBox.TextColor3 = Color3.new(0, 0, 0)
  493. UpperArmHeightBox.TextSize = 14
  494.  
  495. TextLabel_20.Parent = BodyConfigFrame
  496. TextLabel_20.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  497. TextLabel_20.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  498. TextLabel_20.BorderSizePixel = 0
  499. TextLabel_20.Position = UDim2.new(0.741379261, 0, 0.653224826, 0)
  500. TextLabel_20.Size = UDim2.new(0, 118, 0, 24)
  501. TextLabel_20.Font = Enum.Font.SourceSans
  502. TextLabel_20.Text = "Foot"
  503. TextLabel_20.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  504. TextLabel_20.TextSize = 14
  505.  
  506. TextLabel_21.Parent = BodyConfigFrame
  507. TextLabel_21.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  508. TextLabel_21.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  509. TextLabel_21.BorderSizePixel = 0
  510. TextLabel_21.Position = UDim2.new(0.0287356377, 0, 0.653224826, 0)
  511. TextLabel_21.Size = UDim2.new(0, 118, 0, 24)
  512. TextLabel_21.Font = Enum.Font.SourceSans
  513. TextLabel_21.Text = "Low Arm"
  514. TextLabel_21.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  515. TextLabel_21.TextSize = 14
  516.  
  517. TextLabel_22.Parent = BodyConfigFrame
  518. TextLabel_22.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  519. TextLabel_22.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  520. TextLabel_22.BorderSizePixel = 0
  521. TextLabel_22.Position = UDim2.new(0.503831387, 0, 0.653224826, 0)
  522. TextLabel_22.Size = UDim2.new(0, 118, 0, 24)
  523. TextLabel_22.Font = Enum.Font.SourceSans
  524. TextLabel_22.Text = "Low Arm"
  525. TextLabel_22.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  526. TextLabel_22.TextSize = 14
  527.  
  528. TextLabel_23.Parent = BodyConfigFrame
  529. TextLabel_23.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  530. TextLabel_23.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  531. TextLabel_23.BorderSizePixel = 0
  532. TextLabel_23.Position = UDim2.new(0.266283512, 0, 0.653224826, 0)
  533. TextLabel_23.Size = UDim2.new(0, 118, 0, 24)
  534. TextLabel_23.Font = Enum.Font.SourceSans
  535. TextLabel_23.Text = "Foot"
  536. TextLabel_23.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  537. TextLabel_23.TextSize = 14
  538.  
  539. FootHeightBox.Name = "FootHeightBox"
  540. FootHeightBox.Parent = BodyConfigFrame
  541. FootHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  542. FootHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  543. FootHeightBox.Position = UDim2.new(0.266283453, 0, 0.731656253, 0)
  544. FootHeightBox.Size = UDim2.new(0, 118, 0, 24)
  545. FootHeightBox.Font = Enum.Font.SourceSans
  546. FootHeightBox.Text = ""
  547. FootHeightBox.TextColor3 = Color3.new(0, 0, 0)
  548. FootHeightBox.TextSize = 14
  549.  
  550. LowerArmHeightBox.Name = "LowerArmHeightBox"
  551. LowerArmHeightBox.Parent = BodyConfigFrame
  552. LowerArmHeightBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  553. LowerArmHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  554. LowerArmHeightBox.Position = UDim2.new(0.0287355781, 0, 0.731656253, 0)
  555. LowerArmHeightBox.Size = UDim2.new(0, 118, 0, 24)
  556. LowerArmHeightBox.Font = Enum.Font.SourceSans
  557. LowerArmHeightBox.Text = ""
  558. LowerArmHeightBox.TextColor3 = Color3.new(0, 0, 0)
  559. LowerArmHeightBox.TextSize = 14
  560.  
  561. FootWidthBox.Name = "FootWidthBox"
  562. FootWidthBox.Parent = BodyConfigFrame
  563. FootWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  564. FootWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  565. FootWidthBox.Position = UDim2.new(0.741379321, 0, 0.731656194, 0)
  566. FootWidthBox.Size = UDim2.new(0, 118, 0, 24)
  567. FootWidthBox.Font = Enum.Font.SourceSans
  568. FootWidthBox.Text = ""
  569. FootWidthBox.TextColor3 = Color3.new(0, 0, 0)
  570. FootWidthBox.TextSize = 14
  571.  
  572. LowerArmWidthBox.Name = "LowerArmWidthBox"
  573. LowerArmWidthBox.Parent = BodyConfigFrame
  574. LowerArmWidthBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  575. LowerArmWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  576. LowerArmWidthBox.Position = UDim2.new(0.503831387, 0, 0.731656253, 0)
  577. LowerArmWidthBox.Size = UDim2.new(0, 118, 0, 24)
  578. LowerArmWidthBox.Font = Enum.Font.SourceSans
  579. LowerArmWidthBox.Text = ""
  580. LowerArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
  581. LowerArmWidthBox.TextSize = 14
  582.  
  583. TextLabel_24.Parent = BodyConfigFrame
  584. TextLabel_24.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  585. TextLabel_24.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  586. TextLabel_24.BorderSizePixel = 0
  587. TextLabel_24.Position = UDim2.new(0.386973143, 0, 0.826180816, 0)
  588. TextLabel_24.Size = UDim2.new(0, 118, 0, 24)
  589. TextLabel_24.Font = Enum.Font.SourceSans
  590. TextLabel_24.Text = "Head Scale"
  591. TextLabel_24.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  592. TextLabel_24.TextSize = 14
  593.  
  594. HeadScaleBox.Name = "HeadScaleBox"
  595. HeadScaleBox.Parent = BodyConfigFrame
  596. HeadScaleBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  597. HeadScaleBox.BorderColor3 = Color3.new(0, 0, 0)
  598. HeadScaleBox.Position = UDim2.new(0.386973143, 0, 0.901467562, 0)
  599. HeadScaleBox.Size = UDim2.new(0, 118, 0, 24)
  600. HeadScaleBox.Font = Enum.Font.SourceSans
  601. HeadScaleBox.Text = ""
  602. HeadScaleBox.TextColor3 = Color3.new(0, 0, 0)
  603. HeadScaleBox.TextSize = 14
  604.  
  605. BodyChangeButton.Name = "BodyChangeButton"
  606. BodyChangeButton.Parent = BodyConfigFrame
  607. BodyChangeButton.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  608. BodyChangeButton.BorderColor3 = Color3.new(0, 0, 0)
  609. BodyChangeButton.Position = UDim2.new(0.741379321, 0, 0.877358496, 0)
  610. BodyChangeButton.Size = UDim2.new(0, 118, 0, 32)
  611. BodyChangeButton.Font = Enum.Font.SourceSans
  612. BodyChangeButton.Text = "Change"
  613. BodyChangeButton.TextColor3 = Color3.new(0, 0, 0)
  614. BodyChangeButton.TextSize = 14
  615.  
  616. TextLabel_25.Parent = BodyConfigFrame
  617. TextLabel_25.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  618. TextLabel_25.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  619. TextLabel_25.BorderSizePixel = 0
  620. TextLabel_25.Position = UDim2.new(0.0383141749, 0, 0.825379193, 0)
  621. TextLabel_25.Size = UDim2.new(0, 118, 0, 48)
  622. TextLabel_25.Font = Enum.Font.SourceSans
  623. TextLabel_25.Text = "Starting output is 1"
  624. TextLabel_25.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  625. TextLabel_25.TextScaled = true
  626. TextLabel_25.TextSize = 14
  627. TextLabel_25.TextWrapped = true
  628.  
  629. ExtraStuffFrame.Name = "ExtraStuffFrame"
  630. ExtraStuffFrame.Parent = Topframe
  631. ExtraStuffFrame.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  632. ExtraStuffFrame.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  633. ExtraStuffFrame.Position = UDim2.new(0, 0, 1, 0)
  634. ExtraStuffFrame.Size = UDim2.new(0, 522, 0, 318)
  635.  
  636. DisableChairs.Name = "DisableChairs"
  637. DisableChairs.Parent = ExtraStuffFrame
  638. DisableChairs.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  639. DisableChairs.BorderColor3 = Color3.new(0, 0, 0)
  640. DisableChairs.Position = UDim2.new(0.540229738, 0, 0.474842846, 0)
  641. DisableChairs.Size = UDim2.new(0, 223, 0, 21)
  642. DisableChairs.Font = Enum.Font.SourceSans
  643. DisableChairs.Text = "Disable Chair TouchInterest"
  644. DisableChairs.TextColor3 = Color3.new(0, 0, 0)
  645. DisableChairs.TextSize = 14
  646.  
  647. TextLabel_26.Parent = ExtraStuffFrame
  648. TextLabel_26.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  649. TextLabel_26.BorderSizePixel = 0
  650. TextLabel_26.Position = UDim2.new(0.124521077, 0, 0.423665047, 0)
  651. TextLabel_26.Size = UDim2.new(0, 127, 0, 48)
  652. TextLabel_26.Font = Enum.Font.SourceSans
  653. TextLabel_26.Text = "Left ctrl to toggle GUI"
  654. TextLabel_26.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  655. TextLabel_26.TextSize = 14
  656.  
  657. TextLabel_27.Parent = ExtraStuffFrame
  658. TextLabel_27.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  659. TextLabel_27.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  660. TextLabel_27.BorderSizePixel = 0
  661. TextLabel_27.Position = UDim2.new(0.00957860239, 0, 0.0534591191, 0)
  662. TextLabel_27.Size = UDim2.new(0, 84, 0, 25)
  663. TextLabel_27.Font = Enum.Font.SourceSans
  664. TextLabel_27.Text = "Walk Speed"
  665. TextLabel_27.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  666. TextLabel_27.TextSize = 14
  667.  
  668. WalkSpeedBox.Name = "WalkSpeedBox"
  669. WalkSpeedBox.Parent = ExtraStuffFrame
  670. WalkSpeedBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  671. WalkSpeedBox.BorderColor3 = Color3.new(0, 0, 0)
  672. WalkSpeedBox.Position = UDim2.new(0.176245153, 0, 0.0534591079, 0)
  673. WalkSpeedBox.Size = UDim2.new(0, 84, 0, 25)
  674. WalkSpeedBox.Font = Enum.Font.SourceSans
  675. WalkSpeedBox.Text = ""
  676. WalkSpeedBox.TextColor3 = Color3.new(0, 0, 0)
  677. WalkSpeedBox.TextSize = 14
  678.  
  679. ChangeSpeed.Name = "ChangeSpeed"
  680. ChangeSpeed.Parent = ExtraStuffFrame
  681. ChangeSpeed.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  682. ChangeSpeed.BorderColor3 = Color3.new(0, 0, 0)
  683. ChangeSpeed.Position = UDim2.new(0.371647507, 0, 0.0503144898, 0)
  684. ChangeSpeed.Size = UDim2.new(0, 55, 0, 25)
  685. ChangeSpeed.Font = Enum.Font.SourceSans
  686. ChangeSpeed.Text = "Change"
  687. ChangeSpeed.TextColor3 = Color3.new(0, 0, 0)
  688. ChangeSpeed.TextSize = 14
  689.  
  690. CrashGame.Name = "CrashGame"
  691. CrashGame.Parent = ExtraStuffFrame
  692. CrashGame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  693. CrashGame.BorderColor3 = Color3.new(0, 0, 0)
  694. CrashGame.Position = UDim2.new(0.540229857, 0, 0.050314486, 0)
  695. CrashGame.Size = UDim2.new(0, 223, 0, 21)
  696. CrashGame.Font = Enum.Font.SourceSans
  697. CrashGame.Text = "Crash The Game"
  698. CrashGame.TextColor3 = Color3.new(0, 0, 0)
  699. CrashGame.TextSize = 14
  700.  
  701. ChatTroll.Name = "ChatTroll"
  702. ChatTroll.Parent = ExtraStuffFrame
  703. ChatTroll.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  704. ChatTroll.BorderColor3 = Color3.new(0, 0, 0)
  705. ChatTroll.Position = UDim2.new(0.540229857, 0, 0.13522023, 0)
  706. ChatTroll.Size = UDim2.new(0, 223, 0, 21)
  707. ChatTroll.Font = Enum.Font.SourceSans
  708. ChatTroll.Text = "Chat Troll"
  709. ChatTroll.TextColor3 = Color3.new(0, 0, 0)
  710. ChatTroll.TextSize = 14
  711.  
  712. ChangeJumpPower.Name = "ChangeJumpPower"
  713. ChangeJumpPower.Parent = ExtraStuffFrame
  714. ChangeJumpPower.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  715. ChangeJumpPower.BorderColor3 = Color3.new(0, 0, 0)
  716. ChangeJumpPower.Position = UDim2.new(0.371647507, 0, 0.191823915, 0)
  717. ChangeJumpPower.Size = UDim2.new(0, 55, 0, 25)
  718. ChangeJumpPower.Font = Enum.Font.SourceSans
  719. ChangeJumpPower.Text = "Change"
  720. ChangeJumpPower.TextColor3 = Color3.new(0, 0, 0)
  721. ChangeJumpPower.TextSize = 14
  722.  
  723. JumpPowerBox.Name = "JumpPowerBox"
  724. JumpPowerBox.Parent = ExtraStuffFrame
  725. JumpPowerBox.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  726. JumpPowerBox.BorderColor3 = Color3.new(0, 0, 0)
  727. JumpPowerBox.Position = UDim2.new(0.176245153, 0, 0.191823885, 0)
  728. JumpPowerBox.Size = UDim2.new(0, 84, 0, 25)
  729. JumpPowerBox.Font = Enum.Font.SourceSans
  730. JumpPowerBox.Text = ""
  731. JumpPowerBox.TextColor3 = Color3.new(0, 0, 0)
  732. JumpPowerBox.TextSize = 14
  733.  
  734. TextLabel_28.Parent = ExtraStuffFrame
  735. TextLabel_28.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  736. TextLabel_28.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  737. TextLabel_28.BorderSizePixel = 0
  738. TextLabel_28.Position = UDim2.new(0.00957860239, 0, 0.1918239, 0)
  739. TextLabel_28.Size = UDim2.new(0, 84, 0, 25)
  740. TextLabel_28.Font = Enum.Font.SourceSans
  741. TextLabel_28.Text = "Jump Power"
  742. TextLabel_28.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  743. TextLabel_28.TextSize = 14
  744.  
  745. Baghead.Name = "Baghead"
  746. Baghead.Parent = ExtraStuffFrame
  747. Baghead.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  748. Baghead.BorderColor3 = Color3.new(0, 0, 0)
  749. Baghead.Position = UDim2.new(0.540229857, 0, 0.220125854, 0)
  750. Baghead.Size = UDim2.new(0, 223, 0, 21)
  751. Baghead.Font = Enum.Font.SourceSans
  752. Baghead.Text = "Baghead Titan"
  753. Baghead.TextColor3 = Color3.new(0, 0, 0)
  754. Baghead.TextSize = 14
  755.  
  756. Rejoin.Name = "Rejoin"
  757. Rejoin.Parent = ExtraStuffFrame
  758. Rejoin.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  759. Rejoin.BorderColor3 = Color3.new(0, 0, 0)
  760. Rejoin.Position = UDim2.new(0.540229857, 0, 0.305031478, 0)
  761. Rejoin.Size = UDim2.new(0, 223, 0, 21)
  762. Rejoin.Font = Enum.Font.SourceSans
  763. Rejoin.Text = "Rejoin"
  764. Rejoin.TextColor3 = Color3.new(0, 0, 0)
  765. Rejoin.TextSize = 14
  766.  
  767. DisableDoors.Name = "DisableDoors"
  768. DisableDoors.Parent = ExtraStuffFrame
  769. DisableDoors.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  770. DisableDoors.BorderColor3 = Color3.new(0, 0, 0)
  771. DisableDoors.Position = UDim2.new(0.540229857, 0, 0.389937103, 0)
  772. DisableDoors.Size = UDim2.new(0, 223, 0, 21)
  773. DisableDoors.Font = Enum.Font.SourceSans
  774. DisableDoors.Text = "Disable Door TouchInterest"
  775. DisableDoors.TextColor3 = Color3.new(0, 0, 0)
  776. DisableDoors.TextSize = 14
  777.  
  778. TextLabel_29.Parent = ExtraStuffFrame
  779. TextLabel_29.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  780. TextLabel_29.BorderSizePixel = 0
  781. TextLabel_29.Position = UDim2.new(0.022988623, 0, 0.731841207, 0)
  782. TextLabel_29.Size = UDim2.new(0, 234, 0, 74)
  783. TextLabel_29.Font = Enum.Font.SourceSans
  784. TextLabel_29.Text = "\"Disable Door TouchInterest\" makes it to where you wont go through doors automatically when you touch them."
  785. TextLabel_29.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  786. TextLabel_29.TextSize = 14
  787. TextLabel_29.TextWrapped = true
  788.  
  789. TextLabel_30.Parent = ExtraStuffFrame
  790. TextLabel_30.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  791. TextLabel_30.BorderSizePixel = 0
  792. TextLabel_30.Position = UDim2.new(0.517241478, 0, 0.728696525, 0)
  793. TextLabel_30.Size = UDim2.new(0, 234, 0, 75)
  794. TextLabel_30.Font = Enum.Font.SourceSans
  795. TextLabel_30.Text = "\"Disable Chair TouchInterest\" makes it to where you wont automatically sit on chairs when you touch them."
  796. TextLabel_30.TextColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  797. TextLabel_30.TextSize = 14
  798. TextLabel_30.TextWrapped = true
  799.  
  800. -- Toggle GUI (Left Control)
  801.  
  802. function onKeyPress(inputObject, gameProcessedEvent)
  803.     if inputObject.KeyCode == Enum.KeyCode.LeftControl then
  804.             if Topframe.Visible == false then
  805.         Topframe.Visible = true
  806.     else
  807.         Topframe.Visible = false
  808.     end
  809.     end
  810. end
  811.  
  812. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  813.  
  814. -- Make GUI draggable
  815.  
  816. Topframe.Active = true
  817. Topframe.Draggable = true
  818.  
  819. -- Tabs
  820.  
  821. AllBodyConfigTab.MouseButton1Click:Connect(function()
  822.     AllBodyConfigFrame.Visible = true
  823.     BodyConfigFrame.Visible = false
  824.     ExtraStuffFrame.Visible = false
  825. end)   
  826.  
  827. BodyConfigTab.MouseButton1Click:Connect(function()
  828.     BodyConfigFrame.Visible = true
  829.     AllBodyConfigFrame.Visible = false
  830.     ExtraStuffFrame.Visible = false
  831. end)
  832.  
  833. ExtraStuffTab.MouseButton1Click:Connect(function()
  834.     ExtraStuffFrame.Visible = true
  835.     BodyConfigFrame.Visible = false
  836.     AllBodyConfigFrame.Visible = false
  837. end)
  838.  
  839. -- Extra stuff
  840.  
  841. Baghead.MouseButton1Click:Connect(function()
  842.     argz = {
  843. [1] = {
  844. ["BodyColors"] = {
  845. ["RightArm"] = Color3.new(0,0,0),
  846. ["Head"] = Color3.new(0,0,0),
  847. ["LeftArm"] = Color3.new(0,0,0),
  848. ["Torso"] = Color3.new(0,0,0),
  849. ["RightLeg"] = Color3.new(0,0,0),
  850. ["LeftLeg"] = Color3.new(0,0,0)},
  851. ["BodyScaling"] = {
  852. ["lowerLegHeight"] = 5,
  853. ["upperTorsoWidth"] = 5,
  854. ["upperArmHeight"] = 5,
  855. ["handHeight"] = 5,
  856. ["footHeight"] = 5,
  857. ["lowerArmWidth"] = 5,
  858. ["head"] = 5,
  859. ["footWidth"] = 5,
  860. ["upperLegWidth"] = 5,
  861. ["lowerArmHeight"] = 5,
  862. ["upperArmWidth"] = 5,
  863. ["handWidth"] = 5,
  864. ["lowerTorsoWidth"] = 5,
  865. ["width"] = 5,
  866. ["height"] = 5,
  867. ["upperTorsoHeight"] = 5,
  868. ["upperLegHeight"] = 5,
  869. ["lowerTorsoHeight"] = 5,
  870. ["lowerLegWidth"] = 5},
  871. ["Accessories"] = {
  872. ["Hair Accessory"] = {},
  873. ["Hat"] = {
  874. [1] = {["asset"] = {
  875. ["assetTypeId"] = 8,
  876. ["description"] = '',
  877. ["isNew"] = false,
  878. ["assetId"] = 244159819,
  879. ["name"] = "DIY BiggerHead ",
  880. ["isAvailable"] = true,
  881. ["priceInCoins"] = 0,
  882. ["baseHeat"] = 78266.2,
  883. ["isPremium"] = false
  884. },["tuning"] = {
  885. ["yScale"] = 0.42857142857143,["xScale"] = 0.42857142857143,
  886. ["xPos"] = 0.5,["zScale"] = 0.42857142857143,
  887. ["xRot"] = 0.5,["yRot"] = 0.5,["zRot"] = 0.5,
  888. ["zPos"] = 0.5,["yPos"] = 0.5,["allScale"] = 0.42857142857143}}},
  889. ["Front Accessory"] = {},
  890. ["Face Accessory"] = {},
  891. ["Back Accessory"] = {},
  892. ["Neck Accessory"] = {},
  893. ["Waist Accessory"] = {},
  894. ["Shoulder Accessory"] = {}},
  895. ["Clothing"] = {
  896. ["Shirt"] = {
  897. ["assetTypeId"] = 11,
  898. ["description"] = "telamon builderman shirt t-shirt pwn pwnage pwned epic cool jean clothes muscle cloak armor hoodie jacket free DC Camo Camouflague Camouflage camoflage American Eagle admin vip funny awesome fun cheap best selling paintball skate camo army general private christmas elf elves presents pvt gun ninja armour halloween summer spring 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 god 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 arm hair back hair and happiness hate h8",
  899. ["isNew"] = false,
  900. ["assetId"] = 602599987,
  901. ["name"] = "Evil Red Binary Code (Shirt)",
  902. ["isAvailable"] = true,
  903. ["priceInCoins"] = 0,
  904. ["baseHeat"] = 0,
  905. ["isPremium"] = false},
  906. ["Pants"] = {
  907. ["assetTypeId"] = 12,
  908. ["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",
  909. ["isNew"] = false,
  910. ["assetId"] = 616980142,
  911. ["name"] = "Evil Red Binary Code (Pants)",
  912. ["isAvailable"] = true,
  913. ["priceInCoins"] = 0,
  914. ["baseHeat"] = 0,
  915. ["isPremium"] = false}},
  916. ["Animations"] = {
  917. ["Fall Animation"] = {},
  918. ["Walk Animation"] = {},
  919. ["Animation"] = {},
  920. ["Death Animation"] = {},
  921. ["Climb Animation"] = {},
  922. ["Jump Animation"] = {},
  923. ["Pose Animation"] = {},
  924. ["Idle Animation"] = {},
  925. ["Swim Animation"] = {},
  926. ["Animation Bundle"] = {},
  927. ["Run Animation"] = {}
  928. },["Face"] = {},
  929. ["BodyParts"] = {
  930. ["Left Leg"] = {},
  931. ["Right Arm"] = {},
  932. ["Head"] = {},
  933. ["Package"] = {},
  934. ["Torso"] = {},
  935. ["Right Leg"] = {},
  936. ["Left Arm"] = {}},["IsDefault"] = false}}
  937.  
  938. game.ReplicatedStorage.Modules.AvatarEditor2.RemoteObjects['ApplyAppearance']:FireServer(unpack(argz))
  939. end)
  940.  
  941. Rejoin.MouseButton1Click:Connect(function()
  942.     game:GetService("TeleportService"):Teleport(game.PlaceId)
  943. end)
  944.  
  945. DisableDoors.MouseButton1Click:Connect(function()
  946.     for _,v in pairs(workspace.Interiors:GetDescendants())do
  947. if v:IsA('Model')and v.Name=='EnterDoor'or v.Name=='ExitDoor'then v:Destroy()end
  948. end
  949. end)
  950.  
  951. DisableChairs.MouseButton1Click:Connect(function()
  952.     for _,v in pairs(workspace:GetDescendants())do if v:IsA('Sit')then v:Destroy()end end
  953. end)
  954.  
  955. ChangeSpeed.MouseButton1Click:Connect(function()
  956. game:GetService'Players'.LocalPlayer.Character.Humanoid.WalkSpeed = (WalkSpeedBox.Text)
  957. end)
  958.  -- Made by Psykek#3180  & xxCloudd#8527
  959. ChangeJumpPower.MouseButton1Click:Connect(function()
  960. game:GetService'Players'.LocalPlayer.Character.Humanoid.JumpPower = (JumpPowerBox.Text)
  961. end)
  962.  
  963. CrashGame.MouseButton1Click:Connect(function()
  964. local SIZE=100000
  965. 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})
  966. end)
  967.  
  968. ChatTroll.MouseButton1Click:Connect(function()
  969. local Action = game.Players:GetPlayers()
  970.  for i = 1,#Action do
  971. Action[i].Chatted:connect(function(Message)
  972.  game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
  973.  end)
  974. end
  975. end)
  976.  
  977. -- All Body Change
  978.  
  979. AllBodyChangeButton.MouseButton1Click:Connect(function()
  980. local SIZE = tonumber(AllBodyInputBox.Text)
  981. 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})
  982. end)
  983.  
  984. -- Custom Body Part Change
  985.  
  986. BodyChangeButton.MouseButton1Click:Connect(function()
  987. local a,b,c,d,e,f,g,h,i,j,q,l,m,n,o,p,q
  988. local def='Input'
  989. if HandWidthBox.Text==def then a=1 elseif HandWidthBox.Text~=def then a=HandWidthBox.Text  end
  990. if FootWidthBox.Text==def then b=1 elseif FootWidthBox.Text~=def then b=FootWidthBox.Text  end
  991. if LowerLegHeightBox.Text==def then c=1 elseif LowerLegHeightBox.Text~=def then c=LowerLegHeightBox.Text  end
  992. if UpperArmHeightBox.Text==def then d=1 elseif UpperArmHeightBox.Text~=def then d=UpperArmHeightBox.Text  end
  993. if LowerArmHeightBox.Text==def then e=1 elseif LowerArmHeightBox.Text~=def then e=LowerArmHeightBox.Text  end
  994. if UpperTorsoHeightBox.Text==def then f=1 elseif UpperTorsoHeightBox.Text~=def then f=UpperTorsoHeightBox.Text  end
  995. if UpperLegWidthBox.Text==def then g=1 elseif UpperLegWidthBox.Text~=def then g=UpperLegWidthBox.Text  end
  996. if UpperTorsoWidthBox.Text==def then h=1 elseif UpperTorsoWidthBox.Text~=def then h=UpperTorsoWidthBox.Text  end
  997. if LowerTorsoHeightBox.Text==def then i=1 elseif LowerTorsoHeightBox.Text~=def then i=LowerTorsoHeightBox.Text  end
  998. if HandHeightBox.Text==def then j=1 elseif HandHeightBox.Text~=def then j=HandHeightBox.Text  end
  999. if FootHeightBox.Text==def then k=1 elseif FootHeightBox.Text~=def then k=FootHeightBox.Text  end
  1000. if LowerLegWidthBox.Text==def then l=1 elseif LowerLegWidthBox.Text~=def then l=LowerLegWidthBox.Text  end
  1001. if UpperArmWidthBox.Text==def then m=1 elseif UpperArmWidthBox.Text~=def then m=UpperArmWidthBox.Text  end
  1002. if LowerArmWidthBox.Text==def then n=1 elseif LowerArmWidthBox.Text~=def then n=LowerArmWidthBox.Text  end
  1003. if LowerTorsoWidthBox.Text==def then o=1 elseif LowerTorsoWidthBox.Text~=def then o=LowerTorsoWidthBox.Text  end
  1004. if HeadScaleBox.Text==def then p=1 elseif HeadScaleBox.Text~=def then p=HeadScaleBox.Text  end
  1005. if UpperLegHeightBox.Text==def then q=1 elseif UpperLegHeightBox.Text~=def then q=UpperLegHeightBox.Text  end
  1006. 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"] = {
  1007. ["lowerLegHeight"] = c/2,
  1008. ["upperTorsoWidth"] = h/2,
  1009. ["upperArmHeight"] = d/2,
  1010. ["handHeight"] = j/2,
  1011. ["upperLegWidth"] = g/2,
  1012. ["lowerArmWidth"] = n/2,
  1013. ["head"] = p/2,
  1014. ["footWidth"] = b/2,
  1015. ["footHeight"] = k/2,
  1016. ["lowerArmHeight"] = e/2,
  1017. ["upperArmWidth"] = m/2,
  1018. ["handWidth"] = a/2,
  1019. ["lowerTorsoWidth"] = o/2,
  1020. ["upperTorsoHeight"] = f/2,
  1021. ["upperLegHeight"] = q/2,
  1022. ["height"] = 2/2,
  1023. ["width"] = 2/2,
  1024. ["lowerTorsoHeight"] = i/2,
  1025. ["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"] = "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})
  1026. end)
Add Comment
Please, Sign In to add comment