Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 100.40 KB | None | 0 0
  1. -- Objects
  2.  
  3. local RobloxianMorpherv8 = Instance.new("ScreenGui")
  4. local Topframe = Instance.new("Frame")
  5. local Mainframe = Instance.new("Frame")
  6. local BodyConfigFrame = Instance.new("Frame")
  7. local Heightlabel = Instance.new("TextLabel")
  8. local Heightlabel2 = Instance.new("TextLabel")
  9. local widthlabel2 = Instance.new("TextLabel")
  10. local widthlabel = Instance.new("TextLabel")
  11. local HandWidthBox = Instance.new("TextBox")
  12. local UpperLegHeightBox = Instance.new("TextBox")
  13. local TextLabel = Instance.new("TextLabel")
  14. local FootWidthBox = Instance.new("TextBox")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local LowerLegHeightBox = Instance.new("TextBox")
  17. local UpperArmHeightBox = Instance.new("TextBox")
  18. local TextLabel_3 = Instance.new("TextLabel")
  19. local LowerArmHeightBox = Instance.new("TextBox")
  20. local TextLabel_4 = Instance.new("TextLabel")
  21. local TextLabel_5 = Instance.new("TextLabel")
  22. local UpperTorsoHeightBox = Instance.new("TextBox")
  23. local TextLabel_6 = Instance.new("TextLabel")
  24. local UpperLegWidthBox = Instance.new("TextBox")
  25. local TextLabel_7 = Instance.new("TextLabel")
  26. local UpperTorsoWidthBox = Instance.new("TextBox")
  27. local TextLabel_8 = Instance.new("TextLabel")
  28. local TextLabel_9 = Instance.new("TextLabel")
  29. local TextLabel_10 = Instance.new("TextLabel")
  30. local LowerTorsoHeightBox = Instance.new("TextBox")
  31. local TextLabel_11 = Instance.new("TextLabel")
  32. local HandHeightBox = Instance.new("TextBox")
  33. local TextLabel_12 = Instance.new("TextLabel")
  34. local FootHeightBox = Instance.new("TextBox")
  35. local TextLabel_13 = Instance.new("TextLabel")
  36. local LowerLegWidthBox = Instance.new("TextBox")
  37. local TextLabel_14 = Instance.new("TextLabel")
  38. local UpperArmWidthBox = Instance.new("TextBox")
  39. local TextLabel_15 = Instance.new("TextLabel")
  40. local LowerArmWidthBox = Instance.new("TextBox")
  41. local TextLabel_16 = Instance.new("TextLabel")
  42. local LowerTorsoWidthBox = Instance.new("TextBox")
  43. local TextLabel_17 = Instance.new("TextLabel")
  44. local HeadScaleBox = Instance.new("TextBox")
  45. local Heightlabel_2 = Instance.new("TextLabel")
  46. local BodyChangeButton = Instance.new("TextButton")
  47. local AllBodyConfigFrame = Instance.new("Frame")
  48. local AllBodyChangeButton = Instance.new("TextButton")
  49. local AllBodyInputBox = Instance.new("TextBox")
  50. local TextLabel_18 = Instance.new("TextLabel")
  51. local ExtraStuffFrame = Instance.new("Frame")
  52. local TextLabel_19 = Instance.new("TextLabel")
  53. local TextLabel_20 = Instance.new("TextLabel")
  54. local TextLabel_21 = Instance.new("TextLabel")
  55. local RedChat = Instance.new("TextButton")
  56. local BlackChat = Instance.new("TextButton")
  57. local YellowChat = Instance.new("TextButton")
  58. local WhiteChat = Instance.new("TextButton")
  59. local GreenChat = Instance.new("TextButton")
  60. local BlueChat = Instance.new("TextButton")
  61. local RainbowChat = Instance.new("TextButton")
  62. local TextLabel_22 = Instance.new("TextLabel")
  63. local TextLabel_23 = Instance.new("TextLabel")
  64. local TextLabel_24 = Instance.new("TextLabel")
  65. local WalkSpeedBox = Instance.new("TextBox")
  66. local JumpPowerBox = Instance.new("TextBox")
  67. local ChangeSpeed = Instance.new("TextButton")
  68. local ChangeJumpPower = Instance.new("TextButton")
  69. local TextLabel_25 = Instance.new("TextLabel")
  70. local CrashGame = Instance.new("TextButton")
  71. local DisableSkydive = Instance.new("TextButton")
  72. local BagheadTitan = Instance.new("TextButton")
  73. local Spongebob = Instance.new("TextButton")
  74. local Slenderman = Instance.new("TextButton")
  75. local WeirdMemeCreature = Instance.new("TextButton")
  76. local DemonSlut = Instance.new("TextButton")
  77. local ZombieDoge = Instance.new("TextButton")
  78. local Doge = Instance.new("TextButton")
  79. local Haxor = Instance.new("TextButton")
  80. local Decorframe = Instance.new("Frame")
  81. local BodyConfigTab = Instance.new("TextButton")
  82. local AllBodyConfigTab = Instance.new("TextButton")
  83. local Title = Instance.new("TextLabel")
  84. local ExtraStuffTab = Instance.new("TextButton")
  85. local Close = Instance.new("TextButton")
  86. local minimize = Instance.new("TextButton")
  87. local openminimizeframe = Instance.new("Frame")
  88. local unminimize = Instance.new("TextButton")
  89.  
  90. -- Properties
  91.  
  92. RobloxianMorpherv8.Name = "RobloxianMorpherv8"
  93. RobloxianMorpherv8.Parent = game.CoreGui
  94.  
  95. Topframe.Name = "Topframe"
  96. Topframe.Parent = RobloxianMorpherv8
  97. Topframe.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  98. Topframe.BorderSizePixel = 0
  99. Topframe.Position = UDim2.new(0.268041223, 0, 0.12890625, 0)
  100. Topframe.Size = UDim2.new(0, 468, 0, 24)
  101.  
  102. Mainframe.Name = "Mainframe"
  103. Mainframe.Parent = Topframe
  104. Mainframe.BackgroundColor3 = Color3.new(0, 0, 0)
  105. Mainframe.BorderSizePixel = 0
  106. Mainframe.Position = UDim2.new(0, 0, 1, 0)
  107. Mainframe.Size = UDim2.new(0, 468, 0, 269)
  108.  
  109. BodyConfigFrame.Name = "BodyConfigFrame"
  110. BodyConfigFrame.Parent = Mainframe
  111. BodyConfigFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  112. BodyConfigFrame.BorderSizePixel = 0
  113. BodyConfigFrame.Position = UDim2.new(0, 0, 0.0334572457, 0)
  114. BodyConfigFrame.Size = UDim2.new(0, 468, 0, 283)
  115.  
  116. Heightlabel.Name = "Heightlabel"
  117. Heightlabel.Parent = BodyConfigFrame
  118. Heightlabel.BackgroundColor3 = Color3.new(0, 0, 0)
  119. Heightlabel.BorderColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  120. Heightlabel.Position = UDim2.new(0.021367522, 0, 0.0230768956, 0)
  121. Heightlabel.Size = UDim2.new(0, 106, 0, 18)
  122. Heightlabel.Font = Enum.Font.SourceSans
  123. Heightlabel.Text = "Height"
  124. Heightlabel.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  125. Heightlabel.TextSize = 14
  126.  
  127. Heightlabel2.Name = "Heightlabel2"
  128. Heightlabel2.Parent = BodyConfigFrame
  129. Heightlabel2.BackgroundColor3 = Color3.new(0, 0, 0)
  130. Heightlabel2.BorderColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  131. Heightlabel2.Position = UDim2.new(0.264151484, 0, 0.0230768956, 0)
  132. Heightlabel2.Size = UDim2.new(0, 106, 0, 18)
  133. Heightlabel2.Font = Enum.Font.SourceSans
  134. Heightlabel2.Text = "Height"
  135. Heightlabel2.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  136. Heightlabel2.TextSize = 14
  137.  
  138. widthlabel2.Name = "widthlabel2"
  139. widthlabel2.Parent = BodyConfigFrame
  140. widthlabel2.BackgroundColor3 = Color3.new(0, 0, 0)
  141. widthlabel2.BorderColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  142. widthlabel2.Position = UDim2.new(0.749719501, 0, 0.0230768956, 0)
  143. widthlabel2.Size = UDim2.new(0, 106, 0, 18)
  144. widthlabel2.Font = Enum.Font.SourceSans
  145. widthlabel2.Text = "Width"
  146. widthlabel2.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  147. widthlabel2.TextSize = 14
  148.  
  149. widthlabel.Name = "widthlabel"
  150. widthlabel.Parent = BodyConfigFrame
  151. widthlabel.BackgroundColor3 = Color3.new(0, 0, 0)
  152. widthlabel.BorderColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  153. widthlabel.Position = UDim2.new(0.506935477, 0, 0.0230768956, 0)
  154. widthlabel.Size = UDim2.new(0, 106, 0, 18)
  155. widthlabel.Font = Enum.Font.SourceSans
  156. widthlabel.Text = "Width"
  157. widthlabel.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  158. widthlabel.TextSize = 14
  159.  
  160. HandWidthBox.Name = "HandWidthBox"
  161. HandWidthBox.Parent = BodyConfigFrame
  162. HandWidthBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  163. HandWidthBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  164. HandWidthBox.Position = UDim2.new(0.749719501, 0, 0.543381333, 0)
  165. HandWidthBox.Size = UDim2.new(0, 106, 0, 18)
  166. HandWidthBox.Font = Enum.Font.SourceSans
  167. HandWidthBox.Text = "Input"
  168. HandWidthBox.TextColor3 = Color3.new(0, 0, 0)
  169. HandWidthBox.TextSize = 14
  170.  
  171. UpperLegHeightBox.Name = "UpperLegHeightBox"
  172. UpperLegHeightBox.Parent = BodyConfigFrame
  173. UpperLegHeightBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  174. UpperLegHeightBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  175. UpperLegHeightBox.Position = UDim2.new(0.021367522, 0, 0.197091579, 0)
  176. UpperLegHeightBox.Size = UDim2.new(0, 106, 0, 18)
  177. UpperLegHeightBox.Font = Enum.Font.SourceSans
  178. UpperLegHeightBox.Text = "Input"
  179. UpperLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
  180. UpperLegHeightBox.TextSize = 14
  181.  
  182. TextLabel.Parent = BodyConfigFrame
  183. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  184. TextLabel.BorderSizePixel = 0
  185. TextLabel.Position = UDim2.new(0.021367522, 0, 0.111851022, 0)
  186. TextLabel.Size = UDim2.new(0, 106, 0, 18)
  187. TextLabel.Font = Enum.Font.SourceSans
  188. TextLabel.Text = "Up Leg"
  189. TextLabel.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  190. TextLabel.TextSize = 14
  191.  
  192. FootWidthBox.Name = "FootWidthBox"
  193. FootWidthBox.Parent = BodyConfigFrame
  194. FootWidthBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  195. FootWidthBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  196. FootWidthBox.Position = UDim2.new(0.749719501, 0, 0.71652621, 0)
  197. FootWidthBox.Size = UDim2.new(0, 106, 0, 18)
  198. FootWidthBox.Font = Enum.Font.SourceSans
  199. FootWidthBox.Text = "Input"
  200. FootWidthBox.TextColor3 = Color3.new(0, 0, 0)
  201. FootWidthBox.TextSize = 14
  202.  
  203. TextLabel_2.Parent = BodyConfigFrame
  204. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  205. TextLabel_2.BorderSizePixel = 0
  206. TextLabel_2.Position = UDim2.new(0.021367522, 0, 0.284995884, 0)
  207. TextLabel_2.Size = UDim2.new(0, 106, 0, 18)
  208. TextLabel_2.Font = Enum.Font.SourceSans
  209. TextLabel_2.Text = "Low Leg"
  210. TextLabel_2.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  211. TextLabel_2.TextSize = 14
  212.  
  213. LowerLegHeightBox.Name = "LowerLegHeightBox"
  214. LowerLegHeightBox.Parent = BodyConfigFrame
  215. LowerLegHeightBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  216. LowerLegHeightBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  217. LowerLegHeightBox.Position = UDim2.new(0.021367522, 0, 0.370236456, 0)
  218. LowerLegHeightBox.Size = UDim2.new(0, 106, 0, 18)
  219. LowerLegHeightBox.Font = Enum.Font.SourceSans
  220. LowerLegHeightBox.Text = "Input"
  221. LowerLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
  222. LowerLegHeightBox.TextSize = 14
  223.  
  224. UpperArmHeightBox.Name = "UpperArmHeightBox"
  225. UpperArmHeightBox.Parent = BodyConfigFrame
  226. UpperArmHeightBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  227. UpperArmHeightBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  228. UpperArmHeightBox.Position = UDim2.new(0.021367522, 0, 0.543381333, 0)
  229. UpperArmHeightBox.Size = UDim2.new(0, 106, 0, 18)
  230. UpperArmHeightBox.Font = Enum.Font.SourceSans
  231. UpperArmHeightBox.Text = "Input"
  232. UpperArmHeightBox.TextColor3 = Color3.new(0, 0, 0)
  233. UpperArmHeightBox.TextSize = 14
  234.  
  235. TextLabel_3.Parent = BodyConfigFrame
  236. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  237. TextLabel_3.BorderSizePixel = 0
  238. TextLabel_3.Position = UDim2.new(0.021367522, 0, 0.458140761, 0)
  239. TextLabel_3.Size = UDim2.new(0, 106, 0, 18)
  240. TextLabel_3.Font = Enum.Font.SourceSans
  241. TextLabel_3.Text = "Up Arm"
  242. TextLabel_3.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  243. TextLabel_3.TextSize = 14
  244.  
  245. LowerArmHeightBox.Name = "LowerArmHeightBox"
  246. LowerArmHeightBox.Parent = BodyConfigFrame
  247. LowerArmHeightBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  248. LowerArmHeightBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  249. LowerArmHeightBox.Position = UDim2.new(0.021367522, 0, 0.71652621, 0)
  250. LowerArmHeightBox.Size = UDim2.new(0, 106, 0, 18)
  251. LowerArmHeightBox.Font = Enum.Font.SourceSans
  252. LowerArmHeightBox.Text = "Input"
  253. LowerArmHeightBox.TextColor3 = Color3.new(0, 0, 0)
  254. LowerArmHeightBox.TextSize = 14
  255.  
  256. TextLabel_4.Parent = BodyConfigFrame
  257. TextLabel_4.BackgroundColor3 = Color3.new(0, 0, 0)
  258. TextLabel_4.BorderSizePixel = 0
  259. TextLabel_4.Position = UDim2.new(0.021367522, 0, 0.631285667, 0)
  260. TextLabel_4.Size = UDim2.new(0, 106, 0, 18)
  261. TextLabel_4.Font = Enum.Font.SourceSans
  262. TextLabel_4.Text = "Low Arm"
  263. TextLabel_4.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  264. TextLabel_4.TextSize = 14
  265.  
  266. TextLabel_5.Parent = BodyConfigFrame
  267. TextLabel_5.BackgroundColor3 = Color3.new(0, 0, 0)
  268. TextLabel_5.BorderSizePixel = 0
  269. TextLabel_5.Position = UDim2.new(0.264151484, 0, 0.111851022, 0)
  270. TextLabel_5.Size = UDim2.new(0, 106, 0, 18)
  271. TextLabel_5.Font = Enum.Font.SourceSans
  272. TextLabel_5.Text = "Up Torso"
  273. TextLabel_5.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  274. TextLabel_5.TextSize = 14
  275.  
  276. UpperTorsoHeightBox.Name = "UpperTorsoHeightBox"
  277. UpperTorsoHeightBox.Parent = BodyConfigFrame
  278. UpperTorsoHeightBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  279. UpperTorsoHeightBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  280. UpperTorsoHeightBox.Position = UDim2.new(0.264151484, 0, 0.197091579, 0)
  281. UpperTorsoHeightBox.Size = UDim2.new(0, 106, 0, 18)
  282. UpperTorsoHeightBox.Font = Enum.Font.SourceSans
  283. UpperTorsoHeightBox.Text = "Input"
  284. UpperTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
  285. UpperTorsoHeightBox.TextSize = 14
  286.  
  287. TextLabel_6.Parent = BodyConfigFrame
  288. TextLabel_6.BackgroundColor3 = Color3.new(0, 0, 0)
  289. TextLabel_6.BorderSizePixel = 0
  290. TextLabel_6.Position = UDim2.new(0.506935477, 0, 0.111851022, 0)
  291. TextLabel_6.Size = UDim2.new(0, 106, 0, 18)
  292. TextLabel_6.Font = Enum.Font.SourceSans
  293. TextLabel_6.Text = "Up Leg"
  294. TextLabel_6.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  295. TextLabel_6.TextSize = 14
  296.  
  297. UpperLegWidthBox.Name = "UpperLegWidthBox"
  298. UpperLegWidthBox.Parent = BodyConfigFrame
  299. UpperLegWidthBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  300. UpperLegWidthBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  301. UpperLegWidthBox.Position = UDim2.new(0.506935477, 0, 0.197091579, 0)
  302. UpperLegWidthBox.Size = UDim2.new(0, 106, 0, 18)
  303. UpperLegWidthBox.Font = Enum.Font.SourceSans
  304. UpperLegWidthBox.Text = "Input"
  305. UpperLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
  306. UpperLegWidthBox.TextSize = 14
  307.  
  308. TextLabel_7.Parent = BodyConfigFrame
  309. TextLabel_7.BackgroundColor3 = Color3.new(0, 0, 0)
  310. TextLabel_7.BorderSizePixel = 0
  311. TextLabel_7.Position = UDim2.new(0.749719501, 0, 0.111851022, 0)
  312. TextLabel_7.Size = UDim2.new(0, 106, 0, 18)
  313. TextLabel_7.Font = Enum.Font.SourceSans
  314. TextLabel_7.Text = "Up Torso"
  315. TextLabel_7.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  316. TextLabel_7.TextSize = 14
  317.  
  318. UpperTorsoWidthBox.Name = "UpperTorsoWidthBox"
  319. UpperTorsoWidthBox.Parent = BodyConfigFrame
  320. UpperTorsoWidthBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  321. UpperTorsoWidthBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  322. UpperTorsoWidthBox.Position = UDim2.new(0.749719501, 0, 0.197091579, 0)
  323. UpperTorsoWidthBox.Size = UDim2.new(0, 106, 0, 18)
  324. UpperTorsoWidthBox.Font = Enum.Font.SourceSans
  325. UpperTorsoWidthBox.Text = "Input"
  326. UpperTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
  327. UpperTorsoWidthBox.TextSize = 14
  328.  
  329. TextLabel_8.Parent = BodyConfigFrame
  330. TextLabel_8.BackgroundColor3 = Color3.new(0, 0, 0)
  331. TextLabel_8.BorderSizePixel = 0
  332. TextLabel_8.Position = UDim2.new(0.749719501, 0, 0.631285667, 0)
  333. TextLabel_8.Size = UDim2.new(0, 106, 0, 18)
  334. TextLabel_8.Font = Enum.Font.SourceSans
  335. TextLabel_8.Text = "Foot"
  336. TextLabel_8.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  337. TextLabel_8.TextSize = 14
  338.  
  339. TextLabel_9.Parent = BodyConfigFrame
  340. TextLabel_9.BackgroundColor3 = Color3.new(0, 0, 0)
  341. TextLabel_9.BorderSizePixel = 0
  342. TextLabel_9.Position = UDim2.new(0.749719501, 0, 0.458140761, 0)
  343. TextLabel_9.Size = UDim2.new(0, 106, 0, 18)
  344. TextLabel_9.Font = Enum.Font.SourceSans
  345. TextLabel_9.Text = "Hand"
  346. TextLabel_9.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  347. TextLabel_9.TextSize = 14
  348.  
  349. TextLabel_10.Parent = BodyConfigFrame
  350. TextLabel_10.BackgroundColor3 = Color3.new(0, 0, 0)
  351. TextLabel_10.BorderSizePixel = 0
  352. TextLabel_10.Position = UDim2.new(0.264151484, 0, 0.284995884, 0)
  353. TextLabel_10.Size = UDim2.new(0, 106, 0, 18)
  354. TextLabel_10.Font = Enum.Font.SourceSans
  355. TextLabel_10.Text = "Low Torso"
  356. TextLabel_10.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  357. TextLabel_10.TextSize = 14
  358.  
  359. LowerTorsoHeightBox.Name = "LowerTorsoHeightBox"
  360. LowerTorsoHeightBox.Parent = BodyConfigFrame
  361. LowerTorsoHeightBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  362. LowerTorsoHeightBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  363. LowerTorsoHeightBox.Position = UDim2.new(0.264151484, 0, 0.370236456, 0)
  364. LowerTorsoHeightBox.Size = UDim2.new(0, 106, 0, 18)
  365. LowerTorsoHeightBox.Font = Enum.Font.SourceSans
  366. LowerTorsoHeightBox.Text = "Input"
  367. LowerTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
  368. LowerTorsoHeightBox.TextSize = 14
  369.  
  370. TextLabel_11.Parent = BodyConfigFrame
  371. TextLabel_11.BackgroundColor3 = Color3.new(0, 0, 0)
  372. TextLabel_11.BorderSizePixel = 0
  373. TextLabel_11.Position = UDim2.new(0.264151484, 0, 0.458140761, 0)
  374. TextLabel_11.Size = UDim2.new(0, 106, 0, 18)
  375. TextLabel_11.Font = Enum.Font.SourceSans
  376. TextLabel_11.Text = "Hand"
  377. TextLabel_11.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  378. TextLabel_11.TextSize = 14
  379.  
  380. HandHeightBox.Name = "HandHeightBox"
  381. HandHeightBox.Parent = BodyConfigFrame
  382. HandHeightBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  383. HandHeightBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  384. HandHeightBox.Position = UDim2.new(0.264151484, 0, 0.543381333, 0)
  385. HandHeightBox.Size = UDim2.new(0, 106, 0, 18)
  386. HandHeightBox.Font = Enum.Font.SourceSans
  387. HandHeightBox.Text = "Input"
  388. HandHeightBox.TextColor3 = Color3.new(0, 0, 0)
  389. HandHeightBox.TextSize = 14
  390.  
  391. TextLabel_12.Parent = BodyConfigFrame
  392. TextLabel_12.BackgroundColor3 = Color3.new(0, 0, 0)
  393. TextLabel_12.BorderSizePixel = 0
  394. TextLabel_12.Position = UDim2.new(0.385946363, 0, 0.804430544, 0)
  395. TextLabel_12.Size = UDim2.new(0, 106, 0, 18)
  396. TextLabel_12.Font = Enum.Font.SourceSans
  397. TextLabel_12.Text = "Head Scale"
  398. TextLabel_12.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  399. TextLabel_12.TextSize = 14
  400.  
  401. FootHeightBox.Name = "FootHeightBox"
  402. FootHeightBox.Parent = BodyConfigFrame
  403. FootHeightBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  404. FootHeightBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  405. FootHeightBox.Position = UDim2.new(0.264151484, 0, 0.71652621, 0)
  406. FootHeightBox.Size = UDim2.new(0, 106, 0, 18)
  407. FootHeightBox.Font = Enum.Font.SourceSans
  408. FootHeightBox.Text = "Input"
  409. FootHeightBox.TextColor3 = Color3.new(0, 0, 0)
  410. FootHeightBox.TextSize = 14
  411.  
  412. TextLabel_13.Parent = BodyConfigFrame
  413. TextLabel_13.BackgroundColor3 = Color3.new(0, 0, 0)
  414. TextLabel_13.BorderSizePixel = 0
  415. TextLabel_13.Position = UDim2.new(0.506935477, 0, 0.284995884, 0)
  416. TextLabel_13.Size = UDim2.new(0, 106, 0, 18)
  417. TextLabel_13.Font = Enum.Font.SourceSans
  418. TextLabel_13.Text = "Low Leg"
  419. TextLabel_13.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  420. TextLabel_13.TextSize = 14
  421.  
  422. LowerLegWidthBox.Name = "LowerLegWidthBox"
  423. LowerLegWidthBox.Parent = BodyConfigFrame
  424. LowerLegWidthBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  425. LowerLegWidthBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  426. LowerLegWidthBox.Position = UDim2.new(0.506935477, 0, 0.370236456, 0)
  427. LowerLegWidthBox.Size = UDim2.new(0, 106, 0, 18)
  428. LowerLegWidthBox.Font = Enum.Font.SourceSans
  429. LowerLegWidthBox.Text = "Input"
  430. LowerLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
  431. LowerLegWidthBox.TextSize = 14
  432.  
  433. TextLabel_14.Parent = BodyConfigFrame
  434. TextLabel_14.BackgroundColor3 = Color3.new(0, 0, 0)
  435. TextLabel_14.BorderSizePixel = 0
  436. TextLabel_14.Position = UDim2.new(0.506935477, 0, 0.458140761, 0)
  437. TextLabel_14.Size = UDim2.new(0, 106, 0, 18)
  438. TextLabel_14.Font = Enum.Font.SourceSans
  439. TextLabel_14.Text = "Up Arm"
  440. TextLabel_14.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  441. TextLabel_14.TextSize = 14
  442.  
  443. UpperArmWidthBox.Name = "UpperArmWidthBox"
  444. UpperArmWidthBox.Parent = BodyConfigFrame
  445. UpperArmWidthBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  446. UpperArmWidthBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  447. UpperArmWidthBox.Position = UDim2.new(0.506935477, 0, 0.543381333, 0)
  448. UpperArmWidthBox.Size = UDim2.new(0, 106, 0, 18)
  449. UpperArmWidthBox.Font = Enum.Font.SourceSans
  450. UpperArmWidthBox.Text = "Input"
  451. UpperArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
  452. UpperArmWidthBox.TextSize = 14
  453.  
  454. TextLabel_15.Parent = BodyConfigFrame
  455. TextLabel_15.BackgroundColor3 = Color3.new(0, 0, 0)
  456. TextLabel_15.BorderSizePixel = 0
  457. TextLabel_15.Position = UDim2.new(0.506935477, 0, 0.631285667, 0)
  458. TextLabel_15.Size = UDim2.new(0, 106, 0, 18)
  459. TextLabel_15.Font = Enum.Font.SourceSans
  460. TextLabel_15.Text = "Low Arm"
  461. TextLabel_15.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  462. TextLabel_15.TextSize = 14
  463.  
  464. LowerArmWidthBox.Name = "LowerArmWidthBox"
  465. LowerArmWidthBox.Parent = BodyConfigFrame
  466. LowerArmWidthBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  467. LowerArmWidthBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  468. LowerArmWidthBox.Position = UDim2.new(0.506935477, 0, 0.71652621, 0)
  469. LowerArmWidthBox.Size = UDim2.new(0, 106, 0, 18)
  470. LowerArmWidthBox.Font = Enum.Font.SourceSans
  471. LowerArmWidthBox.Text = "Input"
  472. LowerArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
  473. LowerArmWidthBox.TextSize = 14
  474.  
  475. TextLabel_16.Parent = BodyConfigFrame
  476. TextLabel_16.BackgroundColor3 = Color3.new(0, 0, 0)
  477. TextLabel_16.BorderSizePixel = 0
  478. TextLabel_16.Position = UDim2.new(0.749719501, 0, 0.284995884, 0)
  479. TextLabel_16.Size = UDim2.new(0, 106, 0, 18)
  480. TextLabel_16.Font = Enum.Font.SourceSans
  481. TextLabel_16.Text = "Low Torso"
  482. TextLabel_16.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  483. TextLabel_16.TextSize = 14
  484.  
  485. LowerTorsoWidthBox.Name = "LowerTorsoWidthBox"
  486. LowerTorsoWidthBox.Parent = BodyConfigFrame
  487. LowerTorsoWidthBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  488. LowerTorsoWidthBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  489. LowerTorsoWidthBox.Position = UDim2.new(0.749719501, 0, 0.370236456, 0)
  490. LowerTorsoWidthBox.Size = UDim2.new(0, 106, 0, 18)
  491. LowerTorsoWidthBox.Font = Enum.Font.SourceSans
  492. LowerTorsoWidthBox.Text = "Input"
  493. LowerTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
  494. LowerTorsoWidthBox.TextSize = 14
  495.  
  496. TextLabel_17.Parent = BodyConfigFrame
  497. TextLabel_17.BackgroundColor3 = Color3.new(0, 0, 0)
  498. TextLabel_17.BorderSizePixel = 0
  499. TextLabel_17.Position = UDim2.new(0.264151484, 0, 0.631285667, 0)
  500. TextLabel_17.Size = UDim2.new(0, 106, 0, 18)
  501. TextLabel_17.Font = Enum.Font.SourceSans
  502. TextLabel_17.Text = "Foot"
  503. TextLabel_17.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  504. TextLabel_17.TextSize = 14
  505.  
  506. HeadScaleBox.Name = "HeadScaleBox"
  507. HeadScaleBox.Parent = BodyConfigFrame
  508. HeadScaleBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  509. HeadScaleBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  510. HeadScaleBox.Position = UDim2.new(0.385140598, 0, 0.889671087, 0)
  511. HeadScaleBox.Size = UDim2.new(0, 106, 0, 18)
  512. HeadScaleBox.Font = Enum.Font.SourceSans
  513. HeadScaleBox.Text = "Input"
  514. HeadScaleBox.TextColor3 = Color3.new(0, 0, 0)
  515. HeadScaleBox.TextSize = 14
  516.  
  517. Heightlabel_2.Name = "Heightlabel"
  518. Heightlabel_2.Parent = BodyConfigFrame
  519. Heightlabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  520. Heightlabel_2.BorderColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  521. Heightlabel_2.BorderSizePixel = 0
  522. Heightlabel_2.Position = UDim2.new(0.021367522, 0, 0.803995609, 0)
  523. Heightlabel_2.Size = UDim2.new(0, 106, 0, 42)
  524. Heightlabel_2.Font = Enum.Font.SourceSans
  525. Heightlabel_2.Text = "Starting output is 1"
  526. Heightlabel_2.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  527. Heightlabel_2.TextScaled = true
  528. Heightlabel_2.TextSize = 14
  529. Heightlabel_2.TextWrapped = true
  530.  
  531. BodyChangeButton.Name = "BodyChangeButton"
  532. BodyChangeButton.Parent = BodyConfigFrame
  533. BodyChangeButton.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  534. BodyChangeButton.BorderColor3 = Color3.new(0, 0, 0)
  535. BodyChangeButton.Position = UDim2.new(0.749719501, 0, 0.86803478, 0)
  536. BodyChangeButton.Size = UDim2.new(0, 106, 0, 24)
  537. BodyChangeButton.Font = Enum.Font.SourceSans
  538. BodyChangeButton.Text = "Change"
  539. BodyChangeButton.TextColor3 = Color3.new(0, 0, 0)
  540. BodyChangeButton.TextSize = 14
  541.  
  542. AllBodyConfigFrame.Name = "AllBodyConfigFrame"
  543. AllBodyConfigFrame.Parent = Mainframe
  544. AllBodyConfigFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  545. AllBodyConfigFrame.BorderSizePixel = 0
  546. AllBodyConfigFrame.Position = UDim2.new(0, 0, 0.0334572792, 0)
  547. AllBodyConfigFrame.Size = UDim2.new(0, 468, 0, 283)
  548.  
  549. AllBodyChangeButton.Name = "AllBodyChangeButton"
  550. AllBodyChangeButton.Parent = AllBodyConfigFrame
  551. AllBodyChangeButton.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  552. AllBodyChangeButton.BorderColor3 = Color3.new(0, 0, 0)
  553. AllBodyChangeButton.Position = UDim2.new(0.138608396, 0, 0.274395227, 0)
  554. AllBodyChangeButton.Size = UDim2.new(0, 106, 0, 24)
  555. AllBodyChangeButton.Font = Enum.Font.SourceSans
  556. AllBodyChangeButton.Text = "Change"
  557. AllBodyChangeButton.TextColor3 = Color3.new(0, 0, 0)
  558. AllBodyChangeButton.TextSize = 14
  559.  
  560. AllBodyInputBox.Name = "AllBodyInputBox"
  561. AllBodyInputBox.Parent = AllBodyConfigFrame
  562. AllBodyInputBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  563. AllBodyInputBox.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  564. AllBodyInputBox.Position = UDim2.new(0.053418804, 0, 0.133487344, 0)
  565. AllBodyInputBox.Size = UDim2.new(0, 185, 0, 25)
  566. AllBodyInputBox.Font = Enum.Font.SourceSans
  567. AllBodyInputBox.Text = "Input"
  568. AllBodyInputBox.TextColor3 = Color3.new(0, 0, 0)
  569. AllBodyInputBox.TextSize = 14
  570.  
  571. TextLabel_18.Parent = AllBodyConfigFrame
  572. TextLabel_18.BackgroundColor3 = Color3.new(0, 0, 0)
  573. TextLabel_18.BorderColor3 = Color3.new(0, 0, 0)
  574. TextLabel_18.Position = UDim2.new(0.532051265, 0, 0.0654797256, 0)
  575. TextLabel_18.Size = UDim2.new(0, 200, 0, 245)
  576. TextLabel_18.Font = Enum.Font.SourceSans
  577. TextLabel_18.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."
  578. TextLabel_18.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  579. TextLabel_18.TextScaled = true
  580. TextLabel_18.TextSize = 14
  581. TextLabel_18.TextWrapped = true
  582.  
  583. ExtraStuffFrame.Name = "ExtraStuffFrame"
  584. ExtraStuffFrame.Parent = Mainframe
  585. ExtraStuffFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  586. ExtraStuffFrame.BorderSizePixel = 0
  587. ExtraStuffFrame.Position = UDim2.new(-1.46683306e-08, 0, 0.0334572792, 0)
  588. ExtraStuffFrame.Size = UDim2.new(0, 468, 0, 282)
  589.  
  590. TextLabel_19.Parent = ExtraStuffFrame
  591. TextLabel_19.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  592. TextLabel_19.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  593. TextLabel_19.Position = UDim2.new(0.014957265, 0, 0.0390070938, 0)
  594. TextLabel_19.Size = UDim2.new(0, 187, 0, 13)
  595. TextLabel_19.Font = Enum.Font.SourceSans
  596. TextLabel_19.Text = "Chat Colors"
  597. TextLabel_19.TextColor3 = Color3.new(0, 0, 0)
  598. TextLabel_19.TextSize = 14
  599.  
  600. TextLabel_20.Parent = ExtraStuffFrame
  601. TextLabel_20.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  602. TextLabel_20.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  603. TextLabel_20.Position = UDim2.new(0.41452992, 0, 0.0851063803, 0)
  604. TextLabel_20.Size = UDim2.new(0, 0, 0, 235)
  605. TextLabel_20.Font = Enum.Font.SourceSans
  606. TextLabel_20.Text = ""
  607. TextLabel_20.TextColor3 = Color3.new(0, 0, 0)
  608. TextLabel_20.TextSize = 14
  609.  
  610. TextLabel_21.Parent = ExtraStuffFrame
  611. TextLabel_21.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  612. TextLabel_21.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  613. TextLabel_21.Position = UDim2.new(0.014957279, 0, 0.0851063803, 0)
  614. TextLabel_21.Size = UDim2.new(0, 0, 0, 235)
  615. TextLabel_21.Font = Enum.Font.SourceSans
  616. TextLabel_21.Text = ""
  617. TextLabel_21.TextColor3 = Color3.new(0, 0, 0)
  618. TextLabel_21.TextSize = 14
  619.  
  620. RedChat.Name = "RedChat"
  621. RedChat.Parent = ExtraStuffFrame
  622. RedChat.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  623. RedChat.BorderColor3 = Color3.new(0.0235294, 0.0352941, 0.0470588)
  624. RedChat.Position = UDim2.new(0.0448716879, 0, 0.113475204, 0)
  625. RedChat.Size = UDim2.new(0, 49, 0, 20)
  626. RedChat.Font = Enum.Font.SourceSans
  627. RedChat.Text = "Red"
  628. RedChat.TextColor3 = Color3.new(0, 0, 0)
  629. RedChat.TextSize = 14
  630.  
  631. BlackChat.Name = "BlackChat"
  632. BlackChat.Parent = ExtraStuffFrame
  633. BlackChat.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  634. BlackChat.BorderColor3 = Color3.new(0.0235294, 0.0352941, 0.0470588)
  635. BlackChat.Position = UDim2.new(0.0448716879, 0, 0.202127695, 0)
  636. BlackChat.Size = UDim2.new(0, 49, 0, 20)
  637. BlackChat.Font = Enum.Font.SourceSans
  638. BlackChat.Text = "Black"
  639. BlackChat.TextColor3 = Color3.new(0, 0, 0)
  640. BlackChat.TextSize = 14
  641.  
  642. YellowChat.Name = "YellowChat"
  643. YellowChat.Parent = ExtraStuffFrame
  644. YellowChat.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  645. YellowChat.BorderColor3 = Color3.new(0.0235294, 0.0352941, 0.0470588)
  646. YellowChat.Position = UDim2.new(0.162392974, 0, 0.202127695, 0)
  647. YellowChat.Size = UDim2.new(0, 49, 0, 20)
  648. YellowChat.Font = Enum.Font.SourceSans
  649. YellowChat.Text = "Yellow"
  650. YellowChat.TextColor3 = Color3.new(0, 0, 0)
  651. YellowChat.TextSize = 14
  652.  
  653. WhiteChat.Name = "WhiteChat"
  654. WhiteChat.Parent = ExtraStuffFrame
  655. WhiteChat.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  656. WhiteChat.BorderColor3 = Color3.new(0.0235294, 0.0352941, 0.0470588)
  657. WhiteChat.Position = UDim2.new(0.162392974, 0, 0.113475204, 0)
  658. WhiteChat.Size = UDim2.new(0, 49, 0, 20)
  659. WhiteChat.Font = Enum.Font.SourceSans
  660. WhiteChat.Text = "White"
  661. WhiteChat.TextColor3 = Color3.new(0, 0, 0)
  662. WhiteChat.TextSize = 14
  663.  
  664. GreenChat.Name = "GreenChat"
  665. GreenChat.Parent = ExtraStuffFrame
  666. GreenChat.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  667. GreenChat.BorderColor3 = Color3.new(0.0235294, 0.0352941, 0.0470588)
  668. GreenChat.Position = UDim2.new(0.279914379, 0, 0.202127695, 0)
  669. GreenChat.Size = UDim2.new(0, 49, 0, 20)
  670. GreenChat.Font = Enum.Font.SourceSans
  671. GreenChat.Text = "Green"
  672. GreenChat.TextColor3 = Color3.new(0, 0, 0)
  673. GreenChat.TextSize = 14
  674.  
  675. BlueChat.Name = "BlueChat"
  676. BlueChat.Parent = ExtraStuffFrame
  677. BlueChat.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  678. BlueChat.BorderColor3 = Color3.new(0.0235294, 0.0352941, 0.0470588)
  679. BlueChat.Position = UDim2.new(0.279914379, 0, 0.113475204, 0)
  680. BlueChat.Size = UDim2.new(0, 49, 0, 20)
  681. BlueChat.Font = Enum.Font.SourceSans
  682. BlueChat.Text = "Blue"
  683. BlueChat.TextColor3 = Color3.new(0, 0, 0)
  684. BlueChat.TextSize = 14
  685.  
  686. RainbowChat.Name = "RainbowChat"
  687. RainbowChat.Parent = ExtraStuffFrame
  688. RainbowChat.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  689. RainbowChat.BorderColor3 = Color3.new(0.0235294, 0.0352941, 0.0470588)
  690. RainbowChat.Position = UDim2.new(0.162392974, 0, 0.294326305, 0)
  691. RainbowChat.Size = UDim2.new(0, 49, 0, 20)
  692. RainbowChat.Font = Enum.Font.SourceSans
  693. RainbowChat.Text = "Rainbow"
  694. RainbowChat.TextColor3 = Color3.new(0, 0, 0)
  695. RainbowChat.TextSize = 14
  696.  
  697. TextLabel_22.Parent = ExtraStuffFrame
  698. TextLabel_22.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  699. TextLabel_22.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  700. TextLabel_22.Position = UDim2.new(0.014957265, 0, 0.407801419, 0)
  701. TextLabel_22.Size = UDim2.new(0, 187, 0, 13)
  702. TextLabel_22.Font = Enum.Font.SourceSans
  703. TextLabel_22.Text = ""
  704. TextLabel_22.TextColor3 = Color3.new(0, 0, 0)
  705. TextLabel_22.TextSize = 14
  706.  
  707. TextLabel_23.Parent = ExtraStuffFrame
  708. TextLabel_23.BackgroundColor3 = Color3.new(0, 0, 0)
  709. TextLabel_23.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  710. TextLabel_23.Position = UDim2.new(0.235042736, 0, 0.456219286, 0)
  711. TextLabel_23.Size = UDim2.new(0, 69, 0, 18)
  712. TextLabel_23.Font = Enum.Font.SourceSans
  713. TextLabel_23.Text = "Jump Power"
  714. TextLabel_23.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  715. TextLabel_23.TextSize = 14
  716.  
  717. TextLabel_24.Parent = ExtraStuffFrame
  718. TextLabel_24.BackgroundColor3 = Color3.new(0, 0, 0)
  719. TextLabel_24.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  720. TextLabel_24.Position = UDim2.new(0.0427350402, 0, 0.456219286, 0)
  721. TextLabel_24.Size = UDim2.new(0, 69, 0, 18)
  722. TextLabel_24.Font = Enum.Font.SourceSans
  723. TextLabel_24.Text = "Walk Speed"
  724. TextLabel_24.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  725. TextLabel_24.TextSize = 14
  726.  
  727. WalkSpeedBox.Name = "WalkSpeedBox"
  728. WalkSpeedBox.Parent = ExtraStuffFrame
  729. WalkSpeedBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  730. WalkSpeedBox.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  731. WalkSpeedBox.Position = UDim2.new(0.0427350439, 0, 0.535461009, 0)
  732. WalkSpeedBox.Size = UDim2.new(0, 69, 0, 20)
  733. WalkSpeedBox.Font = Enum.Font.SourceSans
  734. WalkSpeedBox.Text = "Input"
  735. WalkSpeedBox.TextColor3 = Color3.new(0, 0, 0)
  736. WalkSpeedBox.TextSize = 14
  737.  
  738. JumpPowerBox.Name = "JumpPowerBox"
  739. JumpPowerBox.Parent = ExtraStuffFrame
  740. JumpPowerBox.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  741. JumpPowerBox.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  742. JumpPowerBox.Position = UDim2.new(0.235042736, 0, 0.535461009, 0)
  743. JumpPowerBox.Size = UDim2.new(0, 69, 0, 20)
  744. JumpPowerBox.Font = Enum.Font.SourceSans
  745. JumpPowerBox.Text = "Input"
  746. JumpPowerBox.TextColor3 = Color3.new(0, 0, 0)
  747. JumpPowerBox.TextSize = 14
  748.  
  749. ChangeSpeed.Name = "ChangeSpeed"
  750. ChangeSpeed.Parent = ExtraStuffFrame
  751. ChangeSpeed.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  752. ChangeSpeed.BorderColor3 = Color3.new(0.0235294, 0.0352941, 0.0470588)
  753. ChangeSpeed.Position = UDim2.new(0.0427348465, 0, 0.620567381, 0)
  754. ChangeSpeed.Size = UDim2.new(0, 69, 0, 20)
  755. ChangeSpeed.Font = Enum.Font.SourceSans
  756. ChangeSpeed.Text = "Change"
  757. ChangeSpeed.TextColor3 = Color3.new(0, 0, 0)
  758. ChangeSpeed.TextSize = 14
  759.  
  760. ChangeJumpPower.Name = "ChangeJumpPower"
  761. ChangeJumpPower.Parent = ExtraStuffFrame
  762. ChangeJumpPower.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  763. ChangeJumpPower.BorderColor3 = Color3.new(0.0235294, 0.0352941, 0.0470588)
  764. ChangeJumpPower.Position = UDim2.new(0.235042542, 0, 0.6241135, 0)
  765. ChangeJumpPower.Size = UDim2.new(0, 69, 0, 20)
  766. ChangeJumpPower.Font = Enum.Font.SourceSans
  767. ChangeJumpPower.Text = "Change"
  768. ChangeJumpPower.TextColor3 = Color3.new(0, 0, 0)
  769. ChangeJumpPower.TextSize = 14
  770.  
  771. TextLabel_25.Parent = ExtraStuffFrame
  772. TextLabel_25.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  773. TextLabel_25.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  774. TextLabel_25.Position = UDim2.new(0.014957265, 0, 0.726950347, 0)
  775. TextLabel_25.Size = UDim2.new(0, 187, 0, 13)
  776. TextLabel_25.Font = Enum.Font.SourceSans
  777. TextLabel_25.Text = ""
  778. TextLabel_25.TextColor3 = Color3.new(0, 0, 0)
  779. TextLabel_25.TextSize = 14
  780.  
  781. CrashGame.Name = "CrashGame"
  782. CrashGame.Parent = ExtraStuffFrame
  783. CrashGame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  784. CrashGame.BorderColor3 = Color3.new(0.0235294, 0.0352941, 0.0470588)
  785. CrashGame.Position = UDim2.new(0.0427348465, 0, 0.797872424, 0)
  786. CrashGame.Size = UDim2.new(0, 159, 0, 13)
  787. CrashGame.Font = Enum.Font.SourceSans
  788. CrashGame.Text = "Crash The Game"
  789. CrashGame.TextColor3 = Color3.new(0, 0, 0)
  790. CrashGame.TextSize = 14
  791.  
  792. DisableSkydive.Name = "DisableSkydive"
  793. DisableSkydive.Parent = ExtraStuffFrame
  794. DisableSkydive.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  795. DisableSkydive.BorderColor3 = Color3.new(0.0235294, 0.0352941, 0.0470588)
  796. DisableSkydive.Position = UDim2.new(0.0427348465, 0, 0.858156085, 0)
  797. DisableSkydive.Size = UDim2.new(0, 159, 0, 13)
  798. DisableSkydive.Font = Enum.Font.SourceSans
  799. DisableSkydive.Text = "Disable Skydive/Fall Damage"
  800. DisableSkydive.TextColor3 = Color3.new(0, 0, 0)
  801. DisableSkydive.TextSize = 14
  802.  
  803. BagheadTitan.Name = "BagheadTitan"
  804. BagheadTitan.Parent = ExtraStuffFrame
  805. BagheadTitan.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  806. BagheadTitan.BorderSizePixel = 0
  807. BagheadTitan.Position = UDim2.new(0.489316225, 0, 0.0390070938, 0)
  808. BagheadTitan.Size = UDim2.new(0, 200, 0, 21)
  809. BagheadTitan.Font = Enum.Font.SourceSans
  810. BagheadTitan.Text = "Baghead Titan"
  811. BagheadTitan.TextColor3 = Color3.new(0, 0, 0)
  812. BagheadTitan.TextSize = 14
  813.  
  814. Spongebob.Name = "Spongebob"
  815. Spongebob.Parent = ExtraStuffFrame
  816. Spongebob.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  817. Spongebob.BorderSizePixel = 0
  818. Spongebob.Position = UDim2.new(0.489316225, 0, 0.120567381, 0)
  819. Spongebob.Size = UDim2.new(0, 200, 0, 21)
  820. Spongebob.Font = Enum.Font.SourceSans
  821. Spongebob.Text = "Spongebob"
  822. Spongebob.TextColor3 = Color3.new(0, 0, 0)
  823. Spongebob.TextSize = 14
  824.  
  825. Slenderman.Name = "Slenderman"
  826. Slenderman.Parent = ExtraStuffFrame
  827. Slenderman.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  828. Slenderman.BorderSizePixel = 0
  829. Slenderman.Position = UDim2.new(0.489316225, 0, 0.283687949, 0)
  830. Slenderman.Size = UDim2.new(0, 200, 0, 21)
  831. Slenderman.Font = Enum.Font.SourceSans
  832. Slenderman.Text = "Slenderman"
  833. Slenderman.TextColor3 = Color3.new(0, 0, 0)
  834. Slenderman.TextSize = 14
  835.  
  836. WeirdMemeCreature.Name = "WeirdMemeCreature"
  837. WeirdMemeCreature.Parent = ExtraStuffFrame
  838. WeirdMemeCreature.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  839. WeirdMemeCreature.BorderSizePixel = 0
  840. WeirdMemeCreature.Position = UDim2.new(0.489316225, 0, 0.202127665, 0)
  841. WeirdMemeCreature.Size = UDim2.new(0, 200, 0, 21)
  842. WeirdMemeCreature.Font = Enum.Font.SourceSans
  843. WeirdMemeCreature.Text = "Weird Meme Creature"
  844. WeirdMemeCreature.TextColor3 = Color3.new(0, 0, 0)
  845. WeirdMemeCreature.TextSize = 14
  846.  
  847. DemonSlut.Name = "DemonSlut"
  848. DemonSlut.Parent = ExtraStuffFrame
  849. DemonSlut.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  850. DemonSlut.BorderSizePixel = 0
  851. DemonSlut.Position = UDim2.new(0.489316225, 0, 0.609929085, 0)
  852. DemonSlut.Size = UDim2.new(0, 200, 0, 21)
  853. DemonSlut.Font = Enum.Font.SourceSans
  854. DemonSlut.Text = "Demon Slut"
  855. DemonSlut.TextColor3 = Color3.new(0, 0, 0)
  856. DemonSlut.TextSize = 14
  857.  
  858. ZombieDoge.Name = "ZombieDoge"
  859. ZombieDoge.Parent = ExtraStuffFrame
  860. ZombieDoge.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  861. ZombieDoge.BorderSizePixel = 0
  862. ZombieDoge.Position = UDim2.new(0.489316225, 0, 0.528368831, 0)
  863. ZombieDoge.Size = UDim2.new(0, 200, 0, 21)
  864. ZombieDoge.Font = Enum.Font.SourceSans
  865. ZombieDoge.Text = "Zombie Doge"
  866. ZombieDoge.TextColor3 = Color3.new(0, 0, 0)
  867. ZombieDoge.TextSize = 14
  868.  
  869. Doge.Name = "Doge"
  870. Doge.Parent = ExtraStuffFrame
  871. Doge.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  872. Doge.BorderSizePixel = 0
  873. Doge.Position = UDim2.new(0.489316225, 0, 0.446808517, 0)
  874. Doge.Size = UDim2.new(0, 200, 0, 21)
  875. Doge.Font = Enum.Font.SourceSans
  876. Doge.Text = "Doge"
  877. Doge.TextColor3 = Color3.new(0, 0, 0)
  878. Doge.TextSize = 14
  879.  
  880. Haxor.Name = "Haxor"
  881. Haxor.Parent = ExtraStuffFrame
  882. Haxor.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  883. Haxor.BorderSizePixel = 0
  884. Haxor.Position = UDim2.new(0.489316225, 0, 0.365248233, 0)
  885. Haxor.Size = UDim2.new(0, 200, 0, 21)
  886. Haxor.Font = Enum.Font.SourceSans
  887. Haxor.Text = "Hax0r"
  888. Haxor.TextColor3 = Color3.new(0, 0, 0)
  889. Haxor.TextSize = 14
  890.  
  891. Decorframe.Name = "Decorframe"
  892. Decorframe.Parent = Topframe
  893. Decorframe.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  894. Decorframe.BorderSizePixel = 0
  895. Decorframe.Position = UDim2.new(0, 0, 1, 0)
  896. Decorframe.Size = UDim2.new(0, 468, 0, 9)
  897.  
  898. BodyConfigTab.Name = "BodyConfigTab"
  899. BodyConfigTab.Parent = Topframe
  900. BodyConfigTab.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  901. BodyConfigTab.BorderSizePixel = 0
  902. BodyConfigTab.Position = UDim2.new(0.0149572659, 0, 0.0833333358, 0)
  903. BodyConfigTab.Size = UDim2.new(0, 19, 0, 19)
  904. BodyConfigTab.Font = Enum.Font.SourceSans
  905. BodyConfigTab.Text = "1"
  906. BodyConfigTab.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  907. BodyConfigTab.TextSize = 14
  908.  
  909. AllBodyConfigTab.Name = "AllBodyConfigTab"
  910. AllBodyConfigTab.Parent = Topframe
  911. AllBodyConfigTab.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  912. AllBodyConfigTab.BorderSizePixel = 0
  913. AllBodyConfigTab.Position = UDim2.new(0.0555555597, 0, 0.0833333358, 0)
  914. AllBodyConfigTab.Size = UDim2.new(0, 19, 0, 19)
  915. AllBodyConfigTab.Font = Enum.Font.SourceSans
  916. AllBodyConfigTab.Text = "2"
  917. AllBodyConfigTab.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  918. AllBodyConfigTab.TextSize = 14
  919.  
  920. Title.Name = "Title"
  921. Title.Parent = Topframe
  922. Title.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  923. Title.BorderSizePixel = 0
  924. Title.Position = UDim2.new(0.286324799, 0, 0, 0)
  925. Title.Size = UDim2.new(0, 200, 0, 24)
  926. Title.Font = Enum.Font.SourceSans
  927. Title.Text = "Robloxian Morpher | Psykek#3180"
  928. Title.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  929. Title.TextSize = 14
  930.  
  931. ExtraStuffTab.Name = "ExtraStuffTab"
  932. ExtraStuffTab.Parent = Topframe
  933. ExtraStuffTab.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  934. ExtraStuffTab.BorderSizePixel = 0
  935. ExtraStuffTab.Position = UDim2.new(0.0961538553, 0, 0.0833333358, 0)
  936. ExtraStuffTab.Size = UDim2.new(0, 19, 0, 19)
  937. ExtraStuffTab.Font = Enum.Font.SourceSans
  938. ExtraStuffTab.Text = "3"
  939. ExtraStuffTab.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  940. ExtraStuffTab.TextSize = 14
  941.  
  942. Close.Name = "Close"
  943. Close.Parent = Topframe
  944. Close.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  945. Close.BorderSizePixel = 0
  946. Close.Position = UDim2.new(0.959401727, 0, 0.0833333358, 0)
  947. Close.Size = UDim2.new(0, 19, 0, 19)
  948. Close.Font = Enum.Font.SourceSans
  949. Close.Text = "X"
  950. Close.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  951. Close.TextSize = 14
  952.  
  953. minimize.Name = "minimize"
  954. minimize.Parent = Topframe
  955. minimize.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  956. minimize.BorderSizePixel = 0
  957. minimize.Position = UDim2.new(0.940170944, 0, 0.0833333358, 0)
  958. minimize.Size = UDim2.new(0, 9, 0, 19)
  959. minimize.Font = Enum.Font.SourceSans
  960. minimize.Text = "-"
  961. minimize.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  962. minimize.TextSize = 14
  963.  
  964. openminimizeframe.Name = "openminimizeframe"
  965. openminimizeframe.Parent = RobloxianMorpherv8
  966. openminimizeframe.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  967. openminimizeframe.BorderColor3 = Color3.new(0, 0, 0)
  968. openminimizeframe.Position = UDim2.new(0, 0, 0.373046875, 0)
  969. openminimizeframe.Size = UDim2.new(0, 22, 0, 130)
  970.  
  971. unminimize.Name = "unminimize"
  972. unminimize.Parent = openminimizeframe
  973. unminimize.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  974. unminimize.BorderColor3 = Color3.new(0, 0, 0)
  975. unminimize.Position = UDim2.new(0, 0, 0.0384615399, 0)
  976. unminimize.Size = UDim2.new(0, 22, 0, 120)
  977. unminimize.Font = Enum.Font.SourceSans
  978. unminimize.Text = ">>"
  979. unminimize.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  980. unminimize.TextSize = 14
  981.  
  982. Topframe.Active = true
  983. Topframe.Draggable = true
  984.  
  985. ExtraStuffFrame.visible=false
  986.  
  987. Close.MouseButton1Click:Connect(function()
  988. RobloxianMorpherv8:Remove()
  989. end)
  990.  
  991.  
  992. minimize.MouseButton1Click:Connect(function()
  993. Topframe.Visible = false
  994. openminimizeframe.Visible = true
  995. end)
  996.  
  997. openminimizeframe.Visible=false
  998.  
  999. unminimize.MouseButton1Click:Connect(function()
  1000. Topframe.Visible = true
  1001. openminimizeframe.Visible = false
  1002. end)
  1003.  
  1004.  
  1005.  
  1006. AllBodyChangeButton.MouseButton1Click:Connect(function()
  1007. local OOF =
  1008. {
  1009. ["assets"] =
  1010. {
  1011. [1] =
  1012. {
  1013. ["drotation"] =
  1014. {
  1015. ["y"] = 0,
  1016. ["x"] = 0,
  1017. ["z"] = 0
  1018. },
  1019. ["dposition"] =
  1020. {
  1021. ["y"] = 0,
  1022. ["x"] = 0,
  1023. ["z"] = 0
  1024. },
  1025. ["scale"] =
  1026. {
  1027. ["y"] = 0,
  1028. ["x"] = 0,
  1029. ["z"] = 0
  1030. },
  1031. ["dscale"] =
  1032. {
  1033. ["y"] = 0,
  1034. ["x"] = 0,
  1035. ["z"] = 0
  1036. },
  1037. ["vscale"] =
  1038. {
  1039. ["y"] = 0,
  1040. ["x"] = 0,
  1041. ["z"] = 0
  1042. },
  1043. ["rotation"] =
  1044. {
  1045. ["y"] = 0,
  1046. ["x"] = 0,
  1047. ["z"] = 0
  1048. },
  1049. ["position"] =
  1050. {
  1051. ["y"] = 0,
  1052. ["x"] = 0,
  1053. ["z"] = 0
  1054. },
  1055. ["vrotation"] =
  1056. {
  1057. ["y"] = 0,
  1058. ["x"] = 0,
  1059. ["z"] = 0
  1060. },
  1061. ["vposition"] =
  1062. {
  1063. ["y"] = 0,
  1064. ["x"] = 0,
  1065. ["z"] = 0
  1066. }
  1067. },
  1068. [2] =
  1069. {
  1070. ["drotation"] =
  1071. {
  1072. ["y"] = 0,
  1073. ["x"] = 0,
  1074. ["z"] = 0
  1075. },
  1076. ["dposition"] =
  1077. {
  1078. ["y"] = 0,
  1079. ["x"] = 0,
  1080. ["z"] = 0
  1081. },
  1082. ["scale"] =
  1083. {
  1084. ["y"] = 0,
  1085. ["x"] = 0,
  1086. ["z"] = 0
  1087. },
  1088. ["dscale"] =
  1089. {
  1090. ["y"] = 0,
  1091. ["x"] = 0,
  1092. ["z"] = 0
  1093. },
  1094. ["vscale"] =
  1095. {
  1096. ["y"] = 0,
  1097. ["x"] = 0,
  1098. ["z"] = 0
  1099. },
  1100. ["rotation"] =
  1101. {
  1102. ["y"] = 0,
  1103. ["x"] = 0,
  1104. ["z"] = 0
  1105. },
  1106. ["position"] =
  1107. {
  1108. ["y"] = 0,
  1109. ["x"] = 0,
  1110. ["z"] = 0
  1111. },
  1112. ["vrotation"] = --GUI made by Psykek#3180
  1113. {
  1114. ["y"] = 0,
  1115. ["x"] = 0,
  1116. ["z"] = 0
  1117. },
  1118. ["vposition"] =
  1119. {
  1120. ["y"] = 0,
  1121. ["x"] = 0,
  1122. ["z"] = 0
  1123. }
  1124. },
  1125. [3] =
  1126. {
  1127. ["drotation"] =
  1128. {
  1129. ["y"] = 0,
  1130. ["x"] = 0,
  1131. ["z"] = 0
  1132. },
  1133. ["dposition"] =
  1134. {
  1135. ["y"] = 0,
  1136. ["x"] = 0,
  1137. ["z"] = 0
  1138. },
  1139. ["scale"] =
  1140. {
  1141. ["y"] = 0,
  1142. ["x"] = 0,
  1143. ["z"] = 0
  1144. },
  1145. ["dscale"] =
  1146. {
  1147. ["y"] = 0,
  1148. ["x"] = 0,
  1149. ["z"] = 0
  1150. },
  1151. ["vscale"] =
  1152. {
  1153. ["y"] = 0,
  1154. ["x"] = 0,
  1155. ["z"] = 0
  1156. },
  1157. ["rotation"] =
  1158. {
  1159. ["y"] = 0,
  1160. ["x"] = 0,
  1161. ["z"] = 0
  1162. },
  1163. ["position"] =
  1164. {
  1165. ["y"] = 0,
  1166. ["x"] = 0,
  1167. ["z"] = 0
  1168. },
  1169. ["vrotation"] =
  1170. {
  1171. ["y"] = 0,
  1172. ["x"] = 0,
  1173. ["z"] = 0
  1174. },
  1175. ["vposition"] =
  1176. {
  1177. ["y"] = 0,
  1178. ["x"] = 0,
  1179. ["z"] = 0
  1180. }
  1181. },
  1182. [4] =
  1183. {
  1184. ["drotation"] =
  1185. {
  1186. ["y"] = 0,
  1187. ["x"] = 0,
  1188. ["z"] = 0
  1189. },
  1190. ["dposition"] =
  1191. {
  1192. ["y"] = 0,
  1193. ["x"] = 0,
  1194. ["z"] = 0
  1195. },
  1196. ["scale"] =
  1197. {
  1198. ["y"] = 0,
  1199. ["x"] = 0,
  1200. ["z"] = 0
  1201. },
  1202. ["dscale"] =
  1203. {
  1204. ["y"] = 0,
  1205. ["x"] = 0,
  1206. ["z"] = 0
  1207. },
  1208. ["vscale"] =
  1209. {
  1210. ["y"] = 0,
  1211. ["x"] = 0,
  1212. ["z"] = 0
  1213. },
  1214. ["rotation"] =
  1215. {
  1216. ["y"] = 0,
  1217. ["x"] = 0,
  1218. ["z"] = 0
  1219. },
  1220. ["position"] =
  1221. {
  1222. ["y"] = 0,
  1223. ["x"] = 0,
  1224. ["z"] = 0
  1225. },
  1226. ["vrotation"] =
  1227. {
  1228. ["y"] = 0,
  1229. ["x"] = 0,
  1230. ["z"] = 0
  1231. },
  1232. ["vposition"] =
  1233. {
  1234. ["y"] = 0,
  1235. ["x"] = 0,
  1236. ["z"] = 0
  1237. }
  1238. },
  1239. [5] =
  1240. {
  1241. ["drotation"] =
  1242. {
  1243. ["y"] = 0,
  1244. ["x"] = 0,
  1245. ["z"] = 0
  1246. },
  1247. ["dposition"] =
  1248. {
  1249. ["y"] = 0,
  1250. ["x"] = 0,
  1251. ["z"] = 0
  1252. },
  1253. ["scale"] =
  1254. {
  1255. ["y"] = 0,
  1256. ["x"] = 0,
  1257. ["z"] = 0
  1258. },
  1259. ["dscale"] =
  1260. {
  1261. ["y"] = 0,
  1262. ["x"] = 0,
  1263. ["z"] = 0
  1264. },
  1265. ["vscale"] =
  1266. {
  1267. ["y"] = 0,
  1268. ["x"] = 0,
  1269. ["z"] = 0
  1270. },
  1271. ["rotation"] =
  1272. {
  1273. ["y"] = 0,
  1274. ["x"] = 0,
  1275. ["z"] = 0
  1276. },
  1277. ["position"] =
  1278. {
  1279. ["y"] = 0,
  1280. ["x"] = 0,
  1281. ["z"] = 0
  1282. },
  1283. ["vrotation"] =
  1284. {
  1285. ["y"] = 0,
  1286. ["x"] = 0,
  1287. ["z"] = 0
  1288. },
  1289. ["vposition"] =
  1290. {
  1291. ["y"] = 0,
  1292. ["x"] = 0,
  1293. ["z"] = 0
  1294. }
  1295. }
  1296. },
  1297. ["description"] = "",
  1298. ["createdDate"] = 1000,
  1299. ["lowerDesc"] = "",
  1300. ["scales"] =
  1301. {
  1302. ["LowerLegHeight"] = (AllBodyInputBox.Text),
  1303. ["UpperTorsoWidth"] = (AllBodyInputBox.Text),
  1304. ["UpperArmHeight"] = (AllBodyInputBox.Text),
  1305. ["HandHeight"] = (AllBodyInputBox.Text),
  1306. ["UpperLegWidth"] = (AllBodyInputBox.Text),
  1307. ["LowerArmWidth"] = (AllBodyInputBox.Text),
  1308. ["FootWidth"] = (AllBodyInputBox.Text),
  1309. ["LowerArmHeight"] = (AllBodyInputBox.Text),
  1310. ["UpperArmWidth"] = (AllBodyInputBox.Text),
  1311. ["FootHeight"] = (AllBodyInputBox.Text),
  1312. ["LowerTorsoWidth"] = (AllBodyInputBox.Text),
  1313. ["UpperTorsoHeight"] = (AllBodyInputBox.Text),
  1314. ["HandWidth"] = (AllBodyInputBox.Text),
  1315. ["HeadScale"] = (AllBodyInputBox.Text),
  1316. ["UpperLegHeight"] = (AllBodyInputBox.Text),
  1317. ["LowerTorsoHeight"] = (AllBodyInputBox.Text),
  1318. ["LowerLegWidth"] = (AllBodyInputBox.Text)
  1319. },
  1320. ["name"] = "",
  1321. ["outfitId"] = 1,
  1322. ["isOutfit"] = true,
  1323. ["collageSeed"] = 0,
  1324. ["lowerName"] = ""
  1325. }
  1326. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  1327. Event:FireServer(OOF)
  1328. end)
  1329.  
  1330. BodyChangeButton.MouseButton1Click:Connect(function()
  1331. local OOF =
  1332. {
  1333. ["assets"] =
  1334. {
  1335. [1] =
  1336. {
  1337. ["drotation"] =
  1338. {
  1339. ["y"] = 0,
  1340. ["x"] = 0,
  1341. ["z"] = 0
  1342. },
  1343. ["dposition"] =
  1344. {
  1345. ["y"] = 0,
  1346. ["x"] = 0,
  1347. ["z"] = 0
  1348. },
  1349. ["scale"] =
  1350. { --GUI made by Psykek#3180
  1351. ["y"] = 0,
  1352. ["x"] = 0,
  1353. ["z"] = 0
  1354. },
  1355. ["dscale"] =
  1356. {
  1357. ["y"] = 0,
  1358. ["x"] = 0,
  1359. ["z"] = 0
  1360. },
  1361. ["vscale"] =
  1362. {
  1363. ["y"] = 0,
  1364. ["x"] = 0,
  1365. ["z"] = 0
  1366. },
  1367. ["rotation"] =
  1368. {
  1369. ["y"] = 0,
  1370. ["x"] = 0,
  1371. ["z"] = 0
  1372. },
  1373. ["position"] =
  1374. {
  1375. ["y"] = 0,
  1376. ["x"] = 0,
  1377. ["z"] = 0
  1378. },
  1379. ["vrotation"] =
  1380. {
  1381. ["y"] = 0,
  1382. ["x"] = 0,
  1383. ["z"] = 0
  1384. },
  1385. ["vposition"] =
  1386. {
  1387. ["y"] = 0,
  1388. ["x"] = 0,
  1389. ["z"] = 0
  1390. }
  1391. },
  1392. [2] =
  1393. {
  1394. ["drotation"] =
  1395. {
  1396. ["y"] = 0,
  1397. ["x"] = 0,
  1398. ["z"] = 0
  1399. },
  1400. ["dposition"] =
  1401. {
  1402. ["y"] = 0,
  1403. ["x"] = 0,
  1404. ["z"] = 0
  1405. },
  1406. ["scale"] =
  1407. {
  1408. ["y"] = 0,
  1409. ["x"] = 0,
  1410. ["z"] = 0
  1411. },
  1412. ["dscale"] =
  1413. {
  1414. ["y"] = 0,
  1415. ["x"] = 0,
  1416. ["z"] = 0
  1417. },
  1418. ["vscale"] =
  1419. {
  1420. ["y"] = 0,
  1421. ["x"] = 0,
  1422. ["z"] = 0
  1423. },
  1424. ["rotation"] =
  1425. {
  1426. ["y"] = 0,
  1427. ["x"] = 0,
  1428. ["z"] = 0
  1429. },
  1430. ["position"] =
  1431. {
  1432. ["y"] = 0,
  1433. ["x"] = 0,
  1434. ["z"] = 0
  1435. },
  1436. ["vrotation"] =
  1437. {
  1438. ["y"] = 0,
  1439. ["x"] = 0,
  1440. ["z"] = 0
  1441. },
  1442. ["vposition"] =
  1443. {
  1444. ["y"] = 0,
  1445. ["x"] = 0,
  1446. ["z"] = 0
  1447. }
  1448. },
  1449. [3] =
  1450. {
  1451. ["drotation"] =
  1452. {
  1453. ["y"] = 0,
  1454. ["x"] = 0,
  1455. ["z"] = 0
  1456. },
  1457. ["dposition"] =
  1458. {
  1459. ["y"] = 0,
  1460. ["x"] = 0,
  1461. ["z"] = 0
  1462. },
  1463. ["scale"] =
  1464. {
  1465. ["y"] = 0,
  1466. ["x"] = 0,
  1467. ["z"] = 0
  1468. },
  1469. ["dscale"] =
  1470. {
  1471. ["y"] = 0,
  1472. ["x"] = 0,
  1473. ["z"] = 0
  1474. },
  1475. ["vscale"] =
  1476. {
  1477. ["y"] = 0,
  1478. ["x"] = 0,
  1479. ["z"] = 0
  1480. },
  1481. ["rotation"] =
  1482. {
  1483. ["y"] = 0,
  1484. ["x"] = 0,
  1485. ["z"] = 0
  1486. },
  1487. ["position"] =
  1488. {
  1489. ["y"] = 0,
  1490. ["x"] = 0,
  1491. ["z"] = 0
  1492. },
  1493. ["vrotation"] =
  1494. {
  1495. ["y"] = 0,
  1496. ["x"] = 0,
  1497. ["z"] = 0
  1498. },
  1499. ["vposition"] =
  1500. {
  1501. ["y"] = 0,
  1502. ["x"] = 0,
  1503. ["z"] = 0
  1504. }
  1505. },
  1506. [4] =
  1507. {
  1508. ["drotation"] =
  1509. {
  1510. ["y"] = 0,
  1511. ["x"] = 0,
  1512. ["z"] = 0
  1513. },
  1514. ["dposition"] =
  1515. {
  1516. ["y"] = 0,
  1517. ["x"] = 0,
  1518. ["z"] = 0
  1519. },
  1520. ["scale"] =
  1521. {
  1522. ["y"] = 0, --GUI made by Psykek#3180
  1523. ["x"] = 0,
  1524. ["z"] = 0
  1525. },
  1526. ["dscale"] =
  1527. {
  1528. ["y"] = 0,
  1529. ["x"] = 0,
  1530. ["z"] = 0
  1531. },
  1532. ["vscale"] =
  1533. {
  1534. ["y"] = 0,
  1535. ["x"] = 0,
  1536. ["z"] = 0
  1537. },
  1538. ["rotation"] =
  1539. {
  1540. ["y"] = 0,
  1541. ["x"] = 0,
  1542. ["z"] = 0
  1543. },
  1544. ["position"] =
  1545. {
  1546. ["y"] = 0,
  1547. ["x"] = 0,
  1548. ["z"] = 0
  1549. },
  1550. ["vrotation"] =
  1551. {
  1552. ["y"] = 0,
  1553. ["x"] = 0,
  1554. ["z"] = 0
  1555. },
  1556. ["vposition"] =
  1557. {
  1558. ["y"] = 0,
  1559. ["x"] = 0,
  1560. ["z"] = 0
  1561. }
  1562. },
  1563. [5] =
  1564. {
  1565. ["drotation"] =
  1566. {
  1567. ["y"] = 0,
  1568. ["x"] = 0,
  1569. ["z"] = 0
  1570. },
  1571. ["dposition"] =
  1572. {
  1573. ["y"] = 0,
  1574. ["x"] = 0,
  1575. ["z"] = 0
  1576. },
  1577. ["scale"] =
  1578. {
  1579. ["y"] = 0,
  1580. ["x"] = 0,
  1581. ["z"] = 0
  1582. },
  1583. ["dscale"] =
  1584. {
  1585. ["y"] = 0,
  1586. ["x"] = 0,
  1587. ["z"] = 0
  1588. },
  1589. ["vscale"] =
  1590. {
  1591. ["y"] = 0,
  1592. ["x"] = 0,
  1593. ["z"] = 0
  1594. },
  1595. ["rotation"] =
  1596. {
  1597. ["y"] = 0,
  1598. ["x"] = 0,
  1599. ["z"] = 0
  1600. },
  1601. ["position"] =
  1602. {
  1603. ["y"] = 0,
  1604. ["x"] = 0,
  1605. ["z"] = 0
  1606. },
  1607. ["vrotation"] =
  1608. {
  1609. ["y"] = 0,
  1610. ["x"] = 0,
  1611. ["z"] = 0
  1612. },
  1613. ["vposition"] =
  1614. {
  1615. ["y"] = 0,
  1616. ["x"] = 0,
  1617. ["z"] = 0
  1618. }
  1619. }
  1620. },
  1621. ["description"] = "",
  1622. ["createdDate"] = 1000,
  1623. ["lowerDesc"] = "",
  1624. ["scales"] =
  1625. {
  1626. ["LowerLegHeight"] = (LowerLegHeightBox.Text),
  1627. ["UpperTorsoWidth"] = (UpperTorsoHeightBox.Text),
  1628. ["UpperArmHeight"] = (UpperArmHeightBox.Text),
  1629. ["HandHeight"] = (HandHeightBox.Text),
  1630. ["UpperLegWidth"] = (UpperLegWidthBox.Text),
  1631. ["LowerArmWidth"] = (LowerArmWidthBox.Text),
  1632. ["FootWidth"] = (FootWidthBox.Text),
  1633. ["LowerArmHeight"] = (LowerArmHeightBox.Text),
  1634. ["UpperArmWidth"] = (UpperArmWidthBox.Text),
  1635. ["FootHeight"] = (FootHeightBox.Text),
  1636. ["LowerTorsoWidth"] = (LowerTorsoWidthBox.Text),
  1637. ["UpperTorsoHeight"] = (UpperTorsoHeightBox.Text),
  1638. ["HandWidth"] = (HandWidthBox.Text), --GUI made by Psykek#3180
  1639. ["HeadScale"] = (HeadScaleBox.Text),
  1640. ["UpperLegHeight"] = (UpperLegHeightBox.Text),
  1641. ["LowerTorsoHeight"] = (LowerTorsoHeightBox.Text),
  1642. ["LowerLegWidth"] = (LowerLegWidthBox.Text)
  1643. },
  1644. ["name"] = "",
  1645. ["outfitId"] = 1,
  1646. ["isOutfit"] = true,
  1647. ["collageSeed"] = 0,
  1648. ["lowerName"] = ""
  1649. }
  1650. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  1651. Event:FireServer(OOF)
  1652. end)
  1653.  
  1654. BlackChat.MouseButton1Click:Connect(function()
  1655. local color = Color3.new(0,0,0) --Color you want here!
  1656. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1657. Event:FireServer(color)
  1658. end)
  1659.  
  1660. WhiteChat.MouseButton1Click:Connect(function()
  1661. local color = Color3.new(255,255,255) --Color you want here!
  1662. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1663. Event:FireServer(color)
  1664. end)
  1665.  
  1666. BlueChat.MouseButton1Click:Connect(function()
  1667. local color = Color3.new(0,0,255) --Color you want here!
  1668. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1669. Event:FireServer(color)
  1670. end)
  1671.  
  1672. YellowChat.MouseButton1Click:Connect(function()
  1673. local color = Color3.new(255,255,0) --Color you want here!
  1674. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1675. Event:FireServer(color)
  1676. end)
  1677.  
  1678. RedChat.MouseButton1Click:Connect(function()
  1679. local color = Color3.new(255,0,0) --Color you want here!
  1680. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1681. Event:FireServer(color)
  1682. end)
  1683.  
  1684. GreenChat.MouseButton1Click:Connect(function()
  1685. local color = Color3.new(0,255,0) --Color you want here!
  1686. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1687. Event:FireServer(color)
  1688. end)
  1689.  
  1690. RainbowChat.MouseButton1Click:Connect(function()
  1691. while true do
  1692. wait()
  1693. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  1694. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  1695. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  1696. local color = Color3.new(r, g, b)
  1697. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1698. Event:FireServer(color)
  1699. end
  1700. end)
  1701.  
  1702. WeirdMemeCreature.MouseButton1Click:Connect(function()
  1703. local weird =
  1704. {
  1705. ["assets"] =
  1706. {
  1707. [1] =
  1708. {
  1709. ["drotation"] =
  1710. {
  1711. ["y"] = 90,
  1712. ["x"] = 90,
  1713. ["z"] = 90
  1714. },
  1715. ["dposition"] =
  1716. {
  1717. ["y"] = 200,
  1718. ["x"] = 200,
  1719. ["z"] = 200
  1720. },
  1721. ["scale"] =
  1722. {
  1723. ["y"] = 100,
  1724. ["x"] = 100,
  1725. ["z"] = 100
  1726. },
  1727. ["dscale"] =
  1728. {
  1729. ["y"] = 500,
  1730. ["x"] = 500,
  1731. ["z"] = 500
  1732. },
  1733. ["vscale"] =
  1734. {
  1735. ["y"] = 1,
  1736. ["x"] = 1,
  1737. ["z"] = 1
  1738. },
  1739. ["rotation"] =
  1740. {
  1741. ["y"] = 0,
  1742. ["x"] = 0,
  1743. ["z"] = 0
  1744. },
  1745. ["assetId"] = 616980142,
  1746. ["changedFX"] = false,
  1747. ["position"] =
  1748. {
  1749. ["y"] = 0,
  1750. ["x"] = 0,
  1751. ["z"] = 0
  1752. },
  1753. ["fx"] =
  1754. {
  1755. [1] = true,
  1756. [2] = true,
  1757. [3] = true,
  1758. [4] = true,
  1759. [5] = true
  1760. },
  1761. ["vrotation"] =
  1762. {
  1763. ["y"] = 0,
  1764. ["x"] = 0,
  1765. ["z"] = 0
  1766. },
  1767. ["vposition"] =
  1768. {
  1769. ["y"] = 0,
  1770. ["x"] = -0,
  1771. ["z"] = -0
  1772. }
  1773. },
  1774. [2] =
  1775. {
  1776. ["drotation"] =
  1777. {
  1778. ["y"] = 90,
  1779. ["x"] = 90,
  1780. ["z"] = 90
  1781. },
  1782. ["dposition"] =
  1783. {
  1784. ["y"] = 200,
  1785. ["x"] = 200,
  1786. ["z"] = 200
  1787. },
  1788. ["scale"] =
  1789. {
  1790. ["y"] = 100,
  1791. ["x"] = 100,
  1792. ["z"] = 100
  1793. },
  1794. ["dscale"] =
  1795. {
  1796. ["y"] = 500,
  1797. ["x"] = 500,
  1798. ["z"] = 500
  1799. },
  1800. ["vscale"] =
  1801. {
  1802. ["y"] = 1,
  1803. ["x"] = 1,
  1804. ["z"] = 1
  1805. },
  1806. ["rotation"] =
  1807. {
  1808. ["y"] = 0,
  1809. ["x"] = 0,
  1810. ["z"] = 0
  1811. },
  1812. ["assetId"] = 602599987,
  1813. ["changedFX"] = false,
  1814. ["position"] =
  1815. {
  1816. ["y"] = 0,
  1817. ["x"] = 0,
  1818. ["z"] = 0
  1819. },
  1820. ["fx"] =
  1821. {
  1822. [1] = true,
  1823. [2] = true,
  1824. [3] = true,
  1825. [4] = true,
  1826. [5] = true
  1827. },
  1828. ["vrotation"] = --GUI made by Psykek#3180
  1829. {
  1830. ["y"] = 0,
  1831. ["x"] = 0,
  1832. ["z"] = 0
  1833. },
  1834. ["vposition"] =
  1835. {
  1836. ["y"] = 0,
  1837. ["x"] = -0,
  1838. ["z"] = -0
  1839. }
  1840. },
  1841. [3] =
  1842. {
  1843. ["drotation"] =
  1844. {
  1845. ["y"] = 180,
  1846. ["x"] = 90,
  1847. ["z"] = 90
  1848. },
  1849. ["dposition"] =
  1850. {
  1851. ["y"] = 100,
  1852. ["x"] = 200,
  1853. ["z"] = 200
  1854. },
  1855. ["scale"] =
  1856. {
  1857. ["y"] = 100,
  1858. ["x"] = 100,
  1859. ["z"] = 100
  1860. },
  1861. ["dscale"] =
  1862. {
  1863. ["y"] = 500,
  1864. ["x"] = 500,
  1865. ["z"] = 500
  1866. },
  1867. ["vscale"] =
  1868. {
  1869. ["y"] = 1,
  1870. ["x"] = 1,
  1871. ["z"] = 1
  1872. },
  1873. ["rotation"] =
  1874. {
  1875. ["y"] = 0,
  1876. ["x"] = 0,
  1877. ["z"] = 0
  1878. },
  1879. ["assetId"] = 244159819,
  1880. ["changedFX"] = false,
  1881. ["position"] =
  1882. {
  1883. ["y"] = 0,
  1884. ["x"] = 0,
  1885. ["z"] = 0
  1886. },
  1887. ["fx"] =
  1888. {
  1889. [1] = true,
  1890. [2] = true,
  1891. [3] = true,
  1892. [4] = true,
  1893. [5] = true
  1894. },
  1895. ["vrotation"] =
  1896. {
  1897. ["y"] = 0,
  1898. ["x"] = 0,
  1899. ["z"] = 0
  1900. },
  1901. ["vposition"] =
  1902. {
  1903. ["y"] = 0,
  1904. ["x"] = -0,
  1905. ["z"] = -0
  1906. }
  1907. },
  1908. [4] =
  1909. {
  1910. ["drotation"] =
  1911. {
  1912. ["y"] = 90,
  1913. ["x"] = 90,
  1914. ["z"] = 90
  1915. },
  1916. ["dposition"] =
  1917. {
  1918. ["y"] = 200,
  1919. ["x"] = 200,
  1920. ["z"] = 200
  1921. },
  1922. ["scale"] =
  1923. {
  1924. ["y"] = 100,
  1925. ["x"] = 100,
  1926. ["z"] = 100
  1927. },
  1928. ["dscale"] =
  1929. {
  1930. ["y"] = 500,
  1931. ["x"] = 500,
  1932. ["z"] = 500
  1933. },
  1934. ["vscale"] =
  1935. {
  1936. ["y"] = 1,
  1937. ["x"] = 1,
  1938. ["z"] = 1
  1939. },
  1940. ["rotation"] =
  1941. {
  1942. ["y"] = 0,
  1943. ["x"] = 0,
  1944. ["z"] = 0
  1945. },
  1946. ["assetId"] = 7075502,
  1947. ["changedFX"] = false,
  1948. ["position"] =
  1949. {
  1950. ["y"] = 0,
  1951. ["x"] = 0,
  1952. ["z"] = 0
  1953. },
  1954. ["fx"] =
  1955. {
  1956. [1] = true,
  1957. [2] = true,
  1958. [3] = true,
  1959. [4] = true,
  1960. [5] = true
  1961. },
  1962. ["vrotation"] =
  1963. {
  1964. ["y"] = 0,
  1965. ["x"] = 0,
  1966. ["z"] = 0
  1967. },
  1968. ["vposition"] =
  1969. {
  1970. ["y"] = 0, --GUI made by Psykek#3180
  1971. ["x"] = -0,
  1972. ["z"] = -0
  1973. }
  1974. },
  1975. [5] =
  1976. {
  1977. ["drotation"] =
  1978. {
  1979. ["y"] = 90,
  1980. ["x"] = 90,
  1981. ["z"] = 90
  1982. },
  1983. ["dposition"] =
  1984. {
  1985. ["y"] = 200,
  1986. ["x"] = 200,
  1987. ["z"] = 200
  1988. },
  1989. ["scale"] =
  1990. {
  1991. ["y"] = 100,
  1992. ["x"] = 100,
  1993. ["z"] = 100
  1994. },
  1995. ["dscale"] =
  1996. {
  1997. ["y"] = 500,
  1998. ["x"] = 500,
  1999. ["z"] = 500
  2000. },
  2001. ["vscale"] =
  2002. {
  2003. ["y"] = 1,
  2004. ["x"] = 1,
  2005. ["z"] = 1
  2006. },
  2007. ["rotation"] =
  2008. {
  2009. ["y"] = 0,
  2010. ["x"] = 0,
  2011. ["z"] = 0
  2012. },
  2013. ["assetId"] = 916733101,
  2014. ["changedFX"] = false,
  2015. ["position"] =
  2016. {
  2017. ["y"] = 0,
  2018. ["x"] = 0,
  2019. ["z"] = 0
  2020. },
  2021. ["fx"] =
  2022. {
  2023. [1] = true,
  2024. [2] = true,
  2025. [3] = true,
  2026. [4] = true,
  2027. [5] = true
  2028. },
  2029. ["vrotation"] =
  2030. {
  2031. ["y"] = 0,
  2032. ["x"] = 0,
  2033. ["z"] = 0
  2034. },
  2035. ["vposition"] =
  2036. {
  2037. ["y"] = 0,
  2038. ["x"] = -0,
  2039. ["z"] = -0
  2040. }
  2041. } --GUI made by Psykek#3180
  2042. },
  2043. ["description"] = "",
  2044. ["createdDate"] = 1000,
  2045. ["lowerDesc"] = "",
  2046. ["bodyColors"] =
  2047. {
  2048. ["HeadColor"] = Color3.new(1, 0, 0),
  2049. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2050. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2051. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2052. ["RightArmColor"] = Color3.new(1, 0, 0),
  2053. ["LeftLegColor"] = Color3.new(1, 0, 0)
  2054. },
  2055. ["scales"] =
  2056. {
  2057. ["LowerLegHeight"] = 5,
  2058. ["UpperTorsoWidth"] = 5,
  2059. ["UpperArmHeight"] = 5,
  2060. ["HandHeight"] = 5,
  2061. ["UpperLegWidth"] = -1,
  2062. ["LowerArmWidth"] = -1,
  2063. ["FootWidth"] = 5,
  2064. ["LowerArmHeight"] = -1,
  2065. ["UpperArmWidth"] = -1,
  2066. ["FootHeight"] = 5,
  2067. ["LowerTorsoWidth"] = -1,
  2068. ["UpperTorsoHeight"] = -1,
  2069. ["HandWidth"] = -1,
  2070. ["HeadScale"] = -1,
  2071. ["UpperLegHeight"] = -1,
  2072. ["LowerTorsoHeight"] = -1,
  2073. ["LowerLegWidth"] = -1
  2074. },
  2075. ["name"] = "",
  2076. ["outfitId"] = 1,
  2077. ["isOutfit"] = true,
  2078. ["collageSeed"] = 0,
  2079. ["lowerName"] = ""
  2080. }
  2081. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  2082. Event:FireServer(weird)
  2083. end)
  2084.  
  2085. BagheadTitan.MouseButton1Click:Connect(function()
  2086. local titan =
  2087. {
  2088. ["assets"] =
  2089. {
  2090. [1] =
  2091. {
  2092. ["drotation"] =
  2093. {
  2094. ["y"] = 90,
  2095. ["x"] = 90,
  2096. ["z"] = 90
  2097. },
  2098. ["dposition"] =
  2099. {
  2100. ["y"] = 200,
  2101. ["x"] = 200,
  2102. ["z"] = 200
  2103. },
  2104. ["scale"] =
  2105. {
  2106. ["y"] = 100,
  2107. ["x"] = 100,
  2108. ["z"] = 100
  2109. },
  2110. ["dscale"] =
  2111. {
  2112. ["y"] = 500,
  2113. ["x"] = 500,
  2114. ["z"] = 500
  2115. },
  2116. ["vscale"] =
  2117. {
  2118. ["y"] = 1,
  2119. ["x"] = 1,
  2120. ["z"] = 1
  2121. },
  2122. ["rotation"] =
  2123. {
  2124. ["y"] = 0,
  2125. ["x"] = 0,
  2126. ["z"] = 0
  2127. },
  2128. ["assetId"] = 616980142,
  2129. ["changedFX"] = false,
  2130. ["position"] =
  2131. {
  2132. ["y"] = 0,
  2133. ["x"] = 0,
  2134. ["z"] = 0
  2135. },
  2136. ["fx"] =
  2137. {
  2138. [1] = true,
  2139. [2] = true,
  2140. [3] = true,
  2141. [4] = true,
  2142. [5] = true
  2143. },
  2144. ["vrotation"] =
  2145. {
  2146. ["y"] = 0,
  2147. ["x"] = 0,
  2148. ["z"] = 0
  2149. },
  2150. ["vposition"] =
  2151. {
  2152. ["y"] = 0,
  2153. ["x"] = -0,
  2154. ["z"] = -0
  2155. }
  2156. },
  2157. [2] =
  2158. {
  2159. ["drotation"] =
  2160. {
  2161. ["y"] = 90,
  2162. ["x"] = 90,
  2163. ["z"] = 90
  2164. },
  2165. ["dposition"] =
  2166. {
  2167. ["y"] = 200,
  2168. ["x"] = 200,
  2169. ["z"] = 200
  2170. },
  2171. ["scale"] =
  2172. {
  2173. ["y"] = 100,
  2174. ["x"] = 100,
  2175. ["z"] = 100
  2176. },
  2177. ["dscale"] =
  2178. {
  2179. ["y"] = 500,
  2180. ["x"] = 500,
  2181. ["z"] = 500
  2182. },
  2183. ["vscale"] =
  2184. {
  2185. ["y"] = 1,
  2186. ["x"] = 1,
  2187. ["z"] = 1
  2188. },
  2189. ["rotation"] =
  2190. {
  2191. ["y"] = 0,
  2192. ["x"] = 0,
  2193. ["z"] = 0
  2194. },
  2195. ["assetId"] = 602599987,
  2196. ["changedFX"] = false,
  2197. ["position"] =
  2198. {
  2199. ["y"] = 0,
  2200. ["x"] = 0,
  2201. ["z"] = 0
  2202. },
  2203. ["fx"] =
  2204. {
  2205. [1] = true,
  2206. [2] = true,
  2207. [3] = true,
  2208. [4] = true,
  2209. [5] = true
  2210. },
  2211. ["vrotation"] =
  2212. {
  2213. ["y"] = 0,
  2214. ["x"] = 0,
  2215. ["z"] = 0
  2216. },
  2217. ["vposition"] =
  2218. {
  2219. ["y"] = 0,
  2220. ["x"] = -0,
  2221. ["z"] = -0
  2222. }
  2223. },
  2224. [3] =
  2225. {
  2226. ["drotation"] =
  2227. {
  2228. ["y"] = 180,
  2229. ["x"] = 90,
  2230. ["z"] = 90
  2231. },
  2232. ["dposition"] =
  2233. {
  2234. ["y"] = 100,
  2235. ["x"] = 200,
  2236. ["z"] = 200
  2237. },
  2238. ["scale"] =
  2239. {
  2240. ["y"] = 100,
  2241. ["x"] = 100,
  2242. ["z"] = 100
  2243. },
  2244. ["dscale"] =
  2245. {
  2246. ["y"] = 500,
  2247. ["x"] = 500,
  2248. ["z"] = 500
  2249. },
  2250. ["vscale"] = --GUI made by Psykek#3180
  2251. {
  2252. ["y"] = 1,
  2253. ["x"] = 1,
  2254. ["z"] = 1
  2255. },
  2256. ["rotation"] =
  2257. {
  2258. ["y"] = 0,
  2259. ["x"] = 0,
  2260. ["z"] = 0
  2261. },
  2262. ["assetId"] = 244159819,
  2263. ["changedFX"] = false,
  2264. ["position"] =
  2265. {
  2266. ["y"] = 0,
  2267. ["x"] = 0,
  2268. ["z"] = 0
  2269. },
  2270. ["fx"] =
  2271. {
  2272. [1] = true,
  2273. [2] = true,
  2274. [3] = true,
  2275. [4] = true,
  2276. [5] = true
  2277. },
  2278. ["vrotation"] =
  2279. {
  2280. ["y"] = 0,
  2281. ["x"] = 0,
  2282. ["z"] = 0
  2283. },
  2284. ["vposition"] =
  2285. {
  2286. ["y"] = 0,
  2287. ["x"] = -0,
  2288. ["z"] = -0
  2289. }
  2290. },
  2291. [4] =
  2292. {
  2293. ["drotation"] =
  2294. {
  2295. ["y"] = 90,
  2296. ["x"] = 90,
  2297. ["z"] = 90
  2298. },
  2299. ["dposition"] =
  2300. {
  2301. ["y"] = 200,
  2302. ["x"] = 200,
  2303. ["z"] = 200 --GUI made by Psykek#3180
  2304. },
  2305. ["scale"] =
  2306. {
  2307. ["y"] = 100,
  2308. ["x"] = 100,
  2309. ["z"] = 100
  2310. },
  2311. ["dscale"] =
  2312. {
  2313. ["y"] = 500,
  2314. ["x"] = 500,
  2315. ["z"] = 500
  2316. },
  2317. ["vscale"] =
  2318. {
  2319. ["y"] = 1,
  2320. ["x"] = 1,
  2321. ["z"] = 1
  2322. },
  2323. ["rotation"] =
  2324. {
  2325. ["y"] = 0,
  2326. ["x"] = 0,
  2327. ["z"] = 0
  2328. },
  2329. ["assetId"] = 7075502,
  2330. ["changedFX"] = false,
  2331. ["position"] =
  2332. {
  2333. ["y"] = 0,
  2334. ["x"] = 0,
  2335. ["z"] = 0
  2336. },
  2337. ["fx"] =
  2338. {
  2339. [1] = true,
  2340. [2] = true,
  2341. [3] = true,
  2342. [4] = true,
  2343. [5] = true
  2344. },
  2345. ["vrotation"] =
  2346. {
  2347. ["y"] = 0,
  2348. ["x"] = 0,
  2349. ["z"] = 0
  2350. },
  2351. ["vposition"] =
  2352. {
  2353. ["y"] = 0,
  2354. ["x"] = -0,
  2355. ["z"] = -0
  2356. }
  2357. },
  2358. [5] =
  2359. {
  2360. ["drotation"] =
  2361. {
  2362. ["y"] = 90,
  2363. ["x"] = 90,
  2364. ["z"] = 90
  2365. },
  2366. ["dposition"] =
  2367. {
  2368. ["y"] = 200,
  2369. ["x"] = 200,
  2370. ["z"] = 200
  2371. },
  2372. ["scale"] =
  2373. {
  2374. ["y"] = 100,
  2375. ["x"] = 100,
  2376. ["z"] = 100 --GUI made by Psykek#3180
  2377. },
  2378. ["dscale"] =
  2379. {
  2380. ["y"] = 500,
  2381. ["x"] = 500,
  2382. ["z"] = 500
  2383. },
  2384. ["vscale"] =
  2385. {
  2386. ["y"] = 1,
  2387. ["x"] = 1,
  2388. ["z"] = 1
  2389. },
  2390. ["rotation"] =
  2391. {
  2392. ["y"] = 0,
  2393. ["x"] = 0,
  2394. ["z"] = 0
  2395. },
  2396. ["assetId"] = 916733101,
  2397. ["changedFX"] = false,
  2398. ["position"] =
  2399. {
  2400. ["y"] = 0,
  2401. ["x"] = 0,
  2402. ["z"] = 0
  2403. },
  2404. ["fx"] =
  2405. {
  2406. [1] = true,
  2407. [2] = true,
  2408. [3] = true,
  2409. [4] = true,
  2410. [5] = true
  2411. },
  2412. ["vrotation"] =
  2413. {
  2414. ["y"] = 0,
  2415. ["x"] = 0,
  2416. ["z"] = 0
  2417. },
  2418. ["vposition"] =
  2419. {
  2420. ["y"] = 0,
  2421. ["x"] = -0,
  2422. ["z"] = -0
  2423. }
  2424. }
  2425. },
  2426. ["description"] = "",
  2427. ["createdDate"] = 1000,
  2428. ["lowerDesc"] = "",
  2429. ["bodyColors"] =
  2430. {
  2431. ["HeadColor"] = Color3.new(1, 0, 0),
  2432. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2433. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2434. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2435. ["RightArmColor"] = Color3.new(1, 0, 0),
  2436. ["LeftLegColor"] = Color3.new(1, 0, 0)
  2437. },
  2438. ["scales"] =
  2439. {
  2440. ["LowerLegHeight"] = 5,
  2441. ["UpperTorsoWidth"] = 5,
  2442. ["UpperArmHeight"] = 5,
  2443. ["HandHeight"] = 5,
  2444. ["UpperLegWidth"] = 5,
  2445. ["LowerArmWidth"] = 5, --GUI made by Psykek#3180
  2446. ["FootWidth"] = 5,
  2447. ["LowerArmHeight"] = 5,
  2448. ["UpperArmWidth"] = 5,
  2449. ["FootHeight"] = 5,
  2450. ["LowerTorsoWidth"] = 5,
  2451. ["UpperTorsoHeight"] = 5,
  2452. ["HandWidth"] = 5,
  2453. ["HeadScale"] = 5,
  2454. ["UpperLegHeight"] = 5,
  2455. ["LowerTorsoHeight"] = 5,
  2456. ["LowerLegWidth"] = 5
  2457. },
  2458. ["name"] = "",
  2459. ["outfitId"] = 1,
  2460. ["isOutfit"] = true,
  2461. ["collageSeed"] = 0,
  2462. ["lowerName"] = ""
  2463. }
  2464. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  2465. Event:FireServer(titan)
  2466. end)
  2467.  
  2468. Slenderman.MouseButton1Click:Connect(function()
  2469. local titan =
  2470. {
  2471. ["assets"] =
  2472. {
  2473. [1] =
  2474. {
  2475. ["drotation"] =
  2476. {
  2477. ["y"] = 90,
  2478. ["x"] = 90, --GUI made by Psykek#3180
  2479. ["z"] = 90
  2480. },
  2481. ["dposition"] =
  2482. {
  2483. ["y"] = 200,
  2484. ["x"] = 200,
  2485. ["z"] = 200
  2486. },
  2487. ["scale"] =
  2488. {
  2489. ["y"] = 100,
  2490. ["x"] = 100,
  2491. ["z"] = 100
  2492. },
  2493. ["dscale"] =
  2494. {
  2495. ["y"] = 500,
  2496. ["x"] = 500,
  2497. ["z"] = 500
  2498. },
  2499. ["vscale"] =
  2500. {
  2501. ["y"] = 1,
  2502. ["x"] = 1,
  2503. ["z"] = 1
  2504. },
  2505. ["rotation"] =
  2506. {
  2507. ["y"] = 0,
  2508. ["x"] = 0, --GUI made by Psykek#3180
  2509. ["z"] = 0
  2510. },
  2511. ["assetId"] = 616980142,
  2512. ["changedFX"] = false,
  2513. ["position"] =
  2514. {
  2515. ["y"] = 0,
  2516. ["x"] = 0,
  2517. ["z"] = 0
  2518. },
  2519. ["fx"] =
  2520. {
  2521. [1] = true,
  2522. [2] = true,
  2523. [3] = true,
  2524. [4] = true,
  2525. [5] = true
  2526. },
  2527. ["vrotation"] =
  2528. {
  2529. ["y"] = 0,
  2530. ["x"] = 0,
  2531. ["z"] = 0
  2532. },
  2533. ["vposition"] =
  2534. {
  2535. ["y"] = 0,
  2536. ["x"] = -0,
  2537. ["z"] = -0
  2538. }
  2539. },
  2540. [2] =
  2541. {
  2542. ["drotation"] =
  2543. {
  2544. ["y"] = 90,
  2545. ["x"] = 90,
  2546. ["z"] = 90
  2547. },
  2548. ["dposition"] =
  2549. {
  2550. ["y"] = 200, --GUI made by Psykek#3180
  2551. ["x"] = 200,
  2552. ["z"] = 200
  2553. },
  2554. ["scale"] =
  2555. {
  2556. ["y"] = 100,
  2557. ["x"] = 100,
  2558. ["z"] = 100
  2559. },
  2560. ["dscale"] =
  2561. {
  2562. ["y"] = 500,
  2563. ["x"] = 500,
  2564. ["z"] = 500
  2565. },
  2566. ["vscale"] =
  2567. { --GUI made by Psykek#3180
  2568. ["y"] = 1,
  2569. ["x"] = 1,
  2570. ["z"] = 1
  2571. },
  2572. ["rotation"] =
  2573. {
  2574. ["y"] = 0,
  2575. ["x"] = 0,
  2576. ["z"] = 0
  2577. },
  2578. ["assetId"] = 602599987,
  2579. ["changedFX"] = false,
  2580. ["position"] =
  2581. {
  2582. ["y"] = 0,
  2583. ["x"] = 0,
  2584. ["z"] = 0
  2585. },
  2586. ["fx"] =
  2587. {
  2588. [1] = true,
  2589. [2] = true,
  2590. [3] = true,
  2591. [4] = true,
  2592. [5] = true
  2593. },
  2594. ["vrotation"] =
  2595. {
  2596. ["y"] = 0,
  2597. ["x"] = 0,
  2598. ["z"] = 0 --GUI made by Psykek#3180
  2599. },
  2600. ["vposition"] =
  2601. {
  2602. ["y"] = 0,
  2603. ["x"] = -0,
  2604. ["z"] = -0
  2605. }
  2606. },
  2607. [3] =
  2608. {
  2609. ["drotation"] =
  2610. {
  2611. ["y"] = 180,
  2612. ["x"] = 90,
  2613. ["z"] = 90
  2614. },
  2615. ["dposition"] =
  2616. {
  2617. ["y"] = 100,
  2618. ["x"] = 200,
  2619. ["z"] = 200
  2620. },
  2621. ["scale"] =
  2622. {
  2623. ["y"] = 100,
  2624. ["x"] = 100,
  2625. ["z"] = 100
  2626. },
  2627. ["dscale"] = --GUI made by Psykek#3180
  2628. {
  2629. ["y"] = 500,
  2630. ["x"] = 500,
  2631. ["z"] = 500
  2632. },
  2633. ["vscale"] =
  2634. {
  2635. ["y"] = 1,
  2636. ["x"] = 1,
  2637. ["z"] = 1
  2638. },
  2639. ["rotation"] =
  2640. {
  2641. ["y"] = 0,
  2642. ["x"] = 0,
  2643. ["z"] = 0
  2644. },
  2645. ["assetId"] = 244159819,
  2646. ["changedFX"] = false,
  2647. ["position"] =
  2648. {
  2649. ["y"] = 0,
  2650. ["x"] = 0,
  2651. ["z"] = 0
  2652. },
  2653. ["fx"] =
  2654. {
  2655. [1] = true,
  2656. [2] = true,
  2657. [3] = true,
  2658. [4] = true, --GUI made by Psykek#3180
  2659. [5] = true
  2660. },
  2661. ["vrotation"] =
  2662. {
  2663. ["y"] = 0,
  2664. ["x"] = 0,
  2665. ["z"] = 0
  2666. },
  2667. ["vposition"] =
  2668. {
  2669. ["y"] = 0,
  2670. ["x"] = -0,
  2671. ["z"] = -0
  2672. }
  2673. },
  2674. [4] =
  2675. {
  2676. ["drotation"] =
  2677. {
  2678. ["y"] = 90,
  2679. ["x"] = 90,
  2680. ["z"] = 90
  2681. },
  2682. ["dposition"] =
  2683. {
  2684. ["y"] = 200,
  2685. ["x"] = 200,
  2686. ["z"] = 200
  2687. },
  2688. ["scale"] =
  2689. { --GUI made by Psykek#3180
  2690. ["y"] = 100,
  2691. ["x"] = 100,
  2692. ["z"] = 100
  2693. },
  2694. ["dscale"] =
  2695. {
  2696. ["y"] = 500,
  2697. ["x"] = 500,
  2698. ["z"] = 500
  2699. },
  2700. ["vscale"] =
  2701. {
  2702. ["y"] = 1,
  2703. ["x"] = 1,
  2704. ["z"] = 1
  2705. },
  2706. ["rotation"] =
  2707. {
  2708. ["y"] = 0,
  2709. ["x"] = 0,
  2710. ["z"] = 0
  2711. },
  2712. ["assetId"] = 7075502,
  2713. ["changedFX"] = false,
  2714. ["position"] =
  2715. {
  2716. ["y"] = 0,
  2717. ["x"] = 0,
  2718. ["z"] = 0
  2719. }, --GUI made by Psykek#3180
  2720. ["fx"] =
  2721. {
  2722. [1] = true,
  2723. [2] = true,
  2724. [3] = true,
  2725. [4] = true,
  2726. [5] = true
  2727. },
  2728. ["vrotation"] =
  2729. {
  2730. ["y"] = 0,
  2731. ["x"] = 0,
  2732. ["z"] = 0
  2733. },
  2734. ["vposition"] =
  2735. {
  2736. ["y"] = 0,
  2737. ["x"] = -0,
  2738. ["z"] = -0
  2739. }
  2740. },
  2741. [5] =
  2742. {
  2743. ["drotation"] =
  2744. {
  2745. ["y"] = 90,
  2746. ["x"] = 90,
  2747. ["z"] = 90
  2748. },
  2749. ["dposition"] =
  2750. {
  2751. ["y"] = 200,
  2752. ["x"] = 200,
  2753. ["z"] = 200
  2754. },
  2755. ["scale"] =
  2756. {
  2757. ["y"] = 100,
  2758. ["x"] = 100,
  2759. ["z"] = 100
  2760. },
  2761. ["dscale"] =
  2762. {
  2763. ["y"] = 500,
  2764. ["x"] = 500,
  2765. ["z"] = 500
  2766. },
  2767. ["vscale"] =
  2768. {
  2769. ["y"] = 1,
  2770. ["x"] = 1,
  2771. ["z"] = 1
  2772. },
  2773. ["rotation"] =
  2774. {
  2775. ["y"] = 0,
  2776. ["x"] = 0,
  2777. ["z"] = 0
  2778. },
  2779. ["assetId"] = 916733101,
  2780. ["changedFX"] = false, --GUI made by Psykek#3180
  2781. ["position"] =
  2782. {
  2783. ["y"] = 0,
  2784. ["x"] = 0,
  2785. ["z"] = 0
  2786. },
  2787. ["fx"] =
  2788. {
  2789. [1] = true,
  2790. [2] = true,
  2791. [3] = true,
  2792. [4] = true,
  2793. [5] = true
  2794. },
  2795. ["vrotation"] =
  2796. {
  2797. ["y"] = 0,
  2798. ["x"] = 0,
  2799. ["z"] = 0
  2800. },
  2801. ["vposition"] =
  2802. {
  2803. ["y"] = 0,
  2804. ["x"] = -0,
  2805. ["z"] = -0
  2806. }
  2807. }
  2808. },
  2809. ["description"] = "",
  2810. ["createdDate"] = 1000,
  2811. ["lowerDesc"] = "",
  2812. ["bodyColors"] =
  2813. {
  2814. ["HeadColor"] = Color3.new(1, 0, 0),
  2815. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2816. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2817. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2818. ["RightArmColor"] = Color3.new(1, 0, 0),
  2819. ["LeftLegColor"] = Color3.new(1, 0, 0)
  2820. },
  2821. ["scales"] =
  2822. {
  2823. ["LowerLegHeight"] = 5,
  2824. ["UpperTorsoWidth"] = 5,
  2825. ["UpperArmHeight"] = 5,
  2826. ["HandHeight"] = 5,
  2827. ["UpperLegWidth"] = 5,
  2828. ["LowerArmWidth"] = 5,
  2829. ["FootWidth"] = 5,
  2830. ["LowerArmHeight"] = 5,
  2831. ["UpperArmWidth"] = 5,
  2832. ["FootHeight"] = 5,
  2833. ["LowerTorsoWidth"] = 5,
  2834. ["UpperTorsoHeight"] = 5,
  2835. ["HandWidth"] = 5,
  2836. ["HeadScale"] = 5,
  2837. ["UpperLegHeight"] = 5,
  2838. ["LowerTorsoHeight"] = 5,
  2839. ["LowerLegWidth"] = 5
  2840. },
  2841. ["name"] = "",
  2842. ["outfitId"] = 1,
  2843. ["isOutfit"] = true,
  2844. ["collageSeed"] = 0,
  2845. ["lowerName"] = ""
  2846. }
  2847. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  2848. Event:FireServer(titan)
  2849. end)
  2850.  
  2851. Spongebob.MouseButton1Click:Connect(function()
  2852. game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance:FireServer({ ["assets"]= { { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 1446031584, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 172, ["x"]= 137, ["z"]= 21 }, ["dposition"]= { ["y"]= 0, ["x"]= 246, ["z"]= 198 }, ["scale"]= { ["y"]= 125, ["x"]= 125, ["z"]= 125 }, ["dscale"]= { ["y"]= 750, ["x"]= 750, ["z"]= 750 }, ["vscale"]= { ["y"]= 1.25, ["x"]= 1.25, ["z"]= 1.25 }, ["rotation"]= { ["y"]= 82, ["x"]= 47, ["z"]= -69 }, ["assetId"]= 17173720, ["changedFX"]= false, ["position"]= { ["y"]= -2, ["x"]= 0.46, ["z"]= -0.02 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 1.4311699866354, ["x"]= 0.82030474843733, ["z"]= -1.2042771838761 }, ["vposition"]= { ["y"]= -2, ["x"]= -0.46, ["z"]= 0.02 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619535834, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619540515, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619535091, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619535616, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619536283, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619536621, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619537096, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619537468, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } } }, ["description"]= "", ["createdDate"]= 1000, ["lowerDesc"]= "", ["bodyColors"]= { ["HeadColor"]= Color3.new(0.960784,0.803922,0.188235), ["TorsoColor"]= Color3.new(0.960784,0.803922,0.188235), ["LeftArmColor"]= Color3.new(0.960784,0.803922,0.188235), ["RightLegColor"]= Color3.new(0.960784,0.803922,0.188235), ["RightArmColor"]= Color3.new(0.960784,0.803922,0.188235), ["LeftLegColor"]= Color3.new(0.960784,0.803922,0.188235) }, ["scales"]= { ["LowerLegHeight"]= 1.5, ["UpperTorsoWidth"]= 1.5, ["UpperArmHeight"]= 1.5, ["HandHeight"]= 1.5, ["UpperLegWidth"]= 1.5, ["LowerArmWidth"]= 1.5, ["FootWidth"]= 1.5, ["LowerArmHeight"]= 1.5, ["UpperArmWidth"]= 1.5, ["FootHeight"]= 1.5, ["LowerTorsoWidth"]= 1.5, ["UpperTorsoHeight"]= 1.5, ["HandWidth"]= 1.5, ["HeadScale"]= 1.126, ["UpperLegHeight"]= 1.5, ["LowerTorsoHeight"]= 1.5, ["LowerLegWidth"]= 1.5 }, ["name"]= "", ["outfitId"]= 1, ["isOutfit"]= true, ["collageSeed"]= 0, ["lowerName"]= "" })
  2853. game:GetService("ReplicatedStorage").AvatarEditor.Remote.AutosaveOutfit:FireServer({ ["assets"]= { { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 1446031584, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 172, ["x"]= 137, ["z"]= 21 }, ["dposition"]= { ["y"]= 0, ["x"]= 246, ["z"]= 198 }, ["scale"]= { ["y"]= 125, ["x"]= 125, ["z"]= 125 }, ["dscale"]= { ["y"]= 750, ["x"]= 750, ["z"]= 750 }, ["vscale"]= { ["y"]= 1.25, ["x"]= 1.25, ["z"]= 1.25 }, ["rotation"]= { ["y"]= 82, ["x"]= 47, ["z"]= -69 }, ["assetId"]= 17173720, ["changedFX"]= false, ["position"]= { ["y"]= -2, ["x"]= 0.46, ["z"]= -0.02 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 1.4311699866354, ["x"]= 0.82030474843733, ["z"]= -1.2042771838761 }, ["vposition"]= { ["y"]= -2, ["x"]= -0.46, ["z"]= 0.02 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619535834, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619540515, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619535091, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619535616, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619536283, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619536621, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619537096, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } }, { ["drotation"]= { ["y"]= 90, ["x"]= 90, ["z"]= 90 }, ["dposition"]= { ["y"]= 200, ["x"]= 200, ["z"]= 200 }, ["scale"]= { ["y"]= 100, ["x"]= 100, ["z"]= 100 }, ["dscale"]= { ["y"]= 500, ["x"]= 500, ["z"]= 500 }, ["vscale"]= { ["y"]= 1, ["x"]= 1, ["z"]= 1 }, ["rotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["assetId"]= 619537468, ["changedFX"]= false, ["position"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["fx"]= { true, true, true, true, true }, ["vrotation"]= { ["y"]= 0, ["x"]= 0, ["z"]= 0 }, ["vposition"]= { ["y"]= 0, ["x"]= -0, ["z"]= -0 } } }, ["description"]= "", ["createdDate"]= 1000, ["lowerDesc"]= "", ["bodyColors"]= { ["HeadColor"]= Color3.new(0.960784,0.803922,0.188235), ["TorsoColor"]= Color3.new(0.960784,0.803922,0.188235), ["LeftArmColor"]= Color3.new(0.960784,0.803922,0.188235), ["RightLegColor"]= Color3.new(0.960784,0.803922,0.188235), ["RightArmColor"]= Color3.new(0.960784,0.803922,0.188235), ["LeftLegColor"]= Color3.new(0.960784,0.803922,0.188235) }, ["scales"]= { ["LowerLegHeight"]= 1.5, ["UpperTorsoWidth"]= 1.5, ["UpperArmHeight"]= 1.5, ["HandHeight"]= 1.5, ["UpperLegWidth"]= 1.5, ["LowerArmWidth"]= 1.5, ["FootWidth"]= 1.5, ["LowerArmHeight"]= 1.5, ["UpperArmWidth"]= 1.5, ["FootHeight"]= 1.5, ["LowerTorsoWidth"]= 1.5, ["UpperTorsoHeight"]= 1.5, ["HandWidth"]= 1.5, ["HeadScale"]= 1.126, ["UpperLegHeight"]= 1.5, ["LowerTorsoHeight"]= 1.5, ["LowerLegWidth"]= 1.5 }, ["name"]= "", ["outfitId"]= 1, ["isOutfit"]= true, ["collageSeed"]= 0, ["lowerName"]= "" })
  2854. end)
  2855.  
  2856. CrashGame.MouseButton1Click:Connect(function()
  2857. local weird =
  2858. {
  2859. ["assets"] =
  2860. {
  2861. [1] =
  2862. {
  2863. ["drotation"] =
  2864. {
  2865. ["y"] = 90,
  2866. ["x"] = 90,
  2867. ["z"] = 90
  2868. },
  2869. ["dposition"] =
  2870. {
  2871. ["y"] = 200,
  2872. ["x"] = 200,
  2873. ["z"] = 200
  2874. },
  2875. ["scale"] =
  2876. {
  2877. ["y"] = 100,
  2878. ["x"] = 100,
  2879. ["z"] = 100
  2880. },
  2881. ["dscale"] =
  2882. {
  2883. ["y"] = 500,
  2884. ["x"] = 500,
  2885. ["z"] = 500
  2886. },
  2887. ["vscale"] =
  2888. {
  2889. ["y"] = 1,
  2890. ["x"] = 1,
  2891. ["z"] = 1
  2892. },
  2893. ["rotation"] =
  2894. {
  2895. ["y"] = 0,
  2896. ["x"] = 0,
  2897. ["z"] = 0
  2898. },
  2899. ["assetId"] = 616980142,
  2900. ["changedFX"] = false,
  2901. ["position"] =
  2902. {
  2903. ["y"] = 0,
  2904. ["x"] = 0,
  2905. ["z"] = 0
  2906. },
  2907. ["fx"] =
  2908. {
  2909. [1] = true,
  2910. [2] = true,
  2911. [3] = true,
  2912. [4] = true,
  2913. [5] = true
  2914. },
  2915. ["vrotation"] =
  2916. {
  2917. ["y"] = 0,
  2918. ["x"] = 0,
  2919. ["z"] = 0
  2920. },
  2921. ["vposition"] =
  2922. {
  2923. ["y"] = 0,
  2924. ["x"] = -0,
  2925. ["z"] = -0
  2926. }
  2927. },
  2928. [2] =
  2929. {
  2930. ["drotation"] =
  2931. {
  2932. ["y"] = 90,
  2933. ["x"] = 90,
  2934. ["z"] = 90
  2935. },
  2936. ["dposition"] =
  2937. {
  2938. ["y"] = 200,
  2939. ["x"] = 200,
  2940. ["z"] = 200
  2941. },
  2942. ["scale"] =
  2943. {
  2944. ["y"] = 100,
  2945. ["x"] = 100,
  2946. ["z"] = 100
  2947. },
  2948. ["dscale"] =
  2949. {
  2950. ["y"] = 500,
  2951. ["x"] = 500,
  2952. ["z"] = 500
  2953. },
  2954. ["vscale"] =
  2955. {
  2956. ["y"] = 1,
  2957. ["x"] = 1,
  2958. ["z"] = 1
  2959. },
  2960. ["rotation"] =
  2961. {
  2962. ["y"] = 0,
  2963. ["x"] = 0,
  2964. ["z"] = 0
  2965. },
  2966. ["assetId"] = 602599987,
  2967. ["changedFX"] = false,
  2968. ["position"] =
  2969. {
  2970. ["y"] = 0,
  2971. ["x"] = 0,
  2972. ["z"] = 0
  2973. },
  2974. ["fx"] =
  2975. {
  2976. [1] = true,
  2977. [2] = true,
  2978. [3] = true,
  2979. [4] = true,
  2980. [5] = true
  2981. },
  2982. ["vrotation"] =
  2983. {
  2984. ["y"] = 0,
  2985. ["x"] = 0,
  2986. ["z"] = 0
  2987. },
  2988. ["vposition"] = --GUI made by Psykek#3180
  2989. {
  2990. ["y"] = 0,
  2991. ["x"] = -0,
  2992. ["z"] = -0
  2993. }
  2994. },
  2995. [3] =
  2996. {
  2997. ["drotation"] =
  2998. {
  2999. ["y"] = 180,
  3000. ["x"] = 90,
  3001. ["z"] = 90
  3002. },
  3003. ["dposition"] =
  3004. {
  3005. ["y"] = 100,
  3006. ["x"] = 200,
  3007. ["z"] = 200
  3008. },
  3009. ["scale"] =
  3010. {
  3011. ["y"] = 100,
  3012. ["x"] = 100,
  3013. ["z"] = 100
  3014. },
  3015. ["dscale"] =
  3016. {
  3017. ["y"] = 500,
  3018. ["x"] = 500,
  3019. ["z"] = 500
  3020. },
  3021. ["vscale"] =
  3022. {
  3023. ["y"] = 1,
  3024. ["x"] = 1,
  3025. ["z"] = 1
  3026. },
  3027. ["rotation"] =
  3028. {
  3029. ["y"] = 0,
  3030. ["x"] = 0,
  3031. ["z"] = 0
  3032. },
  3033. ["assetId"] = 244159819,
  3034. ["changedFX"] = false,
  3035. ["position"] =
  3036. {
  3037. ["y"] = 0,
  3038. ["x"] = 0,
  3039. ["z"] = 0
  3040. },
  3041. ["fx"] =
  3042. {
  3043. [1] = true,
  3044. [2] = true,
  3045. [3] = true,
  3046. [4] = true,
  3047. [5] = true
  3048. },
  3049. ["vrotation"] =
  3050. {
  3051. ["y"] = 0,
  3052. ["x"] = 0,
  3053. ["z"] = 0
  3054. },
  3055. ["vposition"] =
  3056. {
  3057. ["y"] = 0,
  3058. ["x"] = -0,
  3059. ["z"] = -0
  3060. }
  3061. },
  3062. [4] =
  3063. {
  3064. ["drotation"] =
  3065. {
  3066. ["y"] = 90,
  3067. ["x"] = 90,
  3068. ["z"] = 90
  3069. },
  3070. ["dposition"] =
  3071. {
  3072. ["y"] = 200,
  3073. ["x"] = 200,
  3074. ["z"] = 200
  3075. },
  3076. ["scale"] =
  3077. {
  3078. ["y"] = 100,
  3079. ["x"] = 100,
  3080. ["z"] = 100
  3081. },
  3082. ["dscale"] =
  3083. {
  3084. ["y"] = 500,
  3085. ["x"] = 500,
  3086. ["z"] = 500
  3087. },
  3088. ["vscale"] =
  3089. {
  3090. ["y"] = 1,
  3091. ["x"] = 1,
  3092. ["z"] = 1
  3093. },
  3094. ["rotation"] =
  3095. {
  3096. ["y"] = 0,
  3097. ["x"] = 0,
  3098. ["z"] = 0
  3099. },
  3100. ["assetId"] = 7075502,
  3101. ["changedFX"] = false,
  3102. ["position"] =
  3103. {
  3104. ["y"] = 0,
  3105. ["x"] = 0,
  3106. ["z"] = 0
  3107. },
  3108. ["fx"] =
  3109. {
  3110. [1] = true,
  3111. [2] = true,
  3112. [3] = true,
  3113. [4] = true,
  3114. [5] = true
  3115. },
  3116. ["vrotation"] =
  3117. {
  3118. ["y"] = 0,
  3119. ["x"] = 0,
  3120. ["z"] = 0
  3121. },
  3122. ["vposition"] =
  3123. {
  3124. ["y"] = 0,
  3125. ["x"] = -0,
  3126. ["z"] = -0
  3127. }
  3128. },
  3129. [5] =
  3130. {
  3131. ["drotation"] =
  3132. {
  3133. ["y"] = 90,
  3134. ["x"] = 90,
  3135. ["z"] = 90
  3136. },
  3137. ["dposition"] =
  3138. {
  3139. ["y"] = 200,
  3140. ["x"] = 200,
  3141. ["z"] = 200
  3142. },
  3143. ["scale"] =
  3144. {
  3145. ["y"] = 100,
  3146. ["x"] = 100,
  3147. ["z"] = 100
  3148. },
  3149. ["dscale"] =
  3150. {
  3151. ["y"] = 500,
  3152. ["x"] = 500,
  3153. ["z"] = 500
  3154. },
  3155. ["vscale"] =
  3156. {
  3157. ["y"] = 1,
  3158. ["x"] = 1, --GUI made by Psykek#3180
  3159. ["z"] = 1
  3160. },
  3161. ["rotation"] =
  3162. {
  3163. ["y"] = 0,
  3164. ["x"] = 0,
  3165. ["z"] = 0
  3166. },
  3167. ["assetId"] = 916733101,
  3168. ["changedFX"] = false,
  3169. ["position"] =
  3170. {
  3171. ["y"] = 0,
  3172. ["x"] = 0,
  3173. ["z"] = 0
  3174. },
  3175. ["fx"] =
  3176. {
  3177. [1] = true,
  3178. [2] = true,
  3179. [3] = true,
  3180. [4] = true,
  3181. [5] = true
  3182. },
  3183. ["vrotation"] =
  3184. {
  3185. ["y"] = 0,
  3186. ["x"] = 0,
  3187. ["z"] = 0
  3188. },
  3189. ["vposition"] =
  3190. {
  3191. ["y"] = 0,
  3192. ["x"] = -0,
  3193. ["z"] = -0
  3194. }
  3195. }
  3196. },
  3197. ["description"] = "",
  3198. ["createdDate"] = 1000,
  3199. ["lowerDesc"] = "",
  3200. ["bodyColors"] =
  3201. {
  3202. ["HeadColor"] = Color3.new(1, 0, 0),
  3203. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3204. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3205. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3206. ["RightArmColor"] = Color3.new(1, 0, 0),
  3207. ["LeftLegColor"] = Color3.new(1, 0, 0)
  3208. },
  3209. ["scales"] =
  3210. {
  3211. ["LowerLegHeight"] = 99999,
  3212. ["UpperTorsoWidth"] = 99999,
  3213. ["UpperArmHeight"] = 99999,
  3214. ["HandHeight"] = 99999,
  3215. ["UpperLegWidth"] = 99999,
  3216. ["LowerArmWidth"] = 99999,
  3217. ["FootWidth"] = 99999,
  3218. ["LowerArmHeight"] = 99999,
  3219. ["UpperArmWidth"] = 99999,
  3220. ["FootHeight"] = 99999,
  3221. ["LowerTorsoWidth"] = 99999,
  3222. ["UpperTorsoHeight"] = 99999,
  3223. ["HandWidth"] = 99999,
  3224. ["HeadScale"] = 99999, --GUI made by Psykek#3180
  3225. ["UpperLegHeight"] = 99999,
  3226. ["LowerTorsoHeight"] = 99999,
  3227. ["LowerLegWidth"] = 99999
  3228. },
  3229. ["name"] = "",
  3230. ["outfitId"] = 1,
  3231. ["isOutfit"] = true,
  3232. ["collageSeed"] = 0,
  3233. ["lowerName"] = ""
  3234. }
  3235. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  3236. Event:FireServer(weird)
  3237. end)
  3238.  
  3239.  
  3240.  
  3241. ChangeSpeed.MouseButton1Click:Connect(function()
  3242. game:GetService'Players'.LocalPlayer.Character.Humanoid.WalkSpeed = (WalkSpeedBox.Text)
  3243. end)
  3244.  
  3245. ChangeJumpPower.MouseButton1Click:Connect(function()
  3246. game:GetService'Players'.LocalPlayer.Character.Humanoid.JumpPower = (JumpPowerBox.Text)
  3247. end)
  3248.  
  3249. AllBodyConfigTab.MouseButton1Click:Connect(function()
  3250. AllBodyConfigFrame.Visible = true
  3251. BodyConfigFrame.Visible = false
  3252. ExtraStuffFrame.Visible = false
  3253. end)
  3254.  
  3255. BodyConfigTab.MouseButton1Click:Connect(function()
  3256. BodyConfigFrame.Visible = true
  3257. AllBodyConfigFrame.Visible = false
  3258. ExtraStuffFrame.Visible = false
  3259. end) --GUI made by Psykek#3180
  3260.  
  3261. ExtraStuffTab.MouseButton1Click:Connect(function()
  3262. ExtraStuffFrame.Visible = true
  3263. BodyConfigFrame.Visible = false
  3264. AllBodyConfigFrame.Visible = false
  3265. end)
  3266.  
  3267. Haxor.MouseButton1Click:Connect(function()
  3268. local titan =
  3269. {
  3270. ["assets"] =
  3271. {
  3272. [1] =
  3273. {
  3274. ["drotation"] =
  3275. {
  3276. ["y"] = 90,
  3277. ["x"] = 90,
  3278. ["z"] = 90
  3279. },
  3280. ["dposition"] =
  3281. {
  3282. ["y"] = 200,
  3283. ["x"] = 200,
  3284. ["z"] = 200
  3285. },
  3286. ["scale"] =
  3287. {
  3288. ["y"] = 100,
  3289. ["x"] = 100,
  3290. ["z"] = 100
  3291. },
  3292. ["dscale"] =
  3293. {
  3294. ["y"] = 500,
  3295. ["x"] = 500,
  3296. ["z"] = 500
  3297. },
  3298. ["vscale"] =
  3299. {
  3300. ["y"] = 1,
  3301. ["x"] = 1,
  3302. ["z"] = 1
  3303. },
  3304. ["rotation"] =
  3305. {
  3306. ["y"] = 0,
  3307. ["x"] = 0,
  3308. ["z"] = 0
  3309. },
  3310. ["assetId"] = 616980142, --pants
  3311. ["changedFX"] = false,
  3312. ["position"] =
  3313. {
  3314. ["y"] = 0,
  3315. ["x"] = 0,
  3316. ["z"] = 0
  3317. },
  3318. ["fx"] =
  3319. {
  3320. [1] = true,
  3321. [2] = true,
  3322. [3] = true,
  3323. [4] = true,
  3324. [5] = true
  3325. },
  3326. ["vrotation"] =
  3327. {
  3328. ["y"] = 0,
  3329. ["x"] = 0,
  3330. ["z"] = 0
  3331. },
  3332. ["vposition"] =
  3333. {
  3334. ["y"] = 0,
  3335. ["x"] = -0,
  3336. ["z"] = -0
  3337. }
  3338. },
  3339. [2] =
  3340. {
  3341. ["drotation"] =
  3342. {
  3343. ["y"] = 90,
  3344. ["x"] = 90,
  3345. ["z"] = 90
  3346. },
  3347. ["dposition"] =
  3348. {
  3349. ["y"] = 200,
  3350. ["x"] = 200,
  3351. ["z"] = 200
  3352. },
  3353. ["scale"] =
  3354. {
  3355. ["y"] = 100,
  3356. ["x"] = 100,
  3357. ["z"] = 100
  3358. },
  3359. ["dscale"] =
  3360. {
  3361. ["y"] = 500,
  3362. ["x"] = 500,
  3363. ["z"] = 500
  3364. },
  3365. ["vscale"] =
  3366. {
  3367. ["y"] = 1,
  3368. ["x"] = 1,
  3369. ["z"] = 1
  3370. },
  3371. ["rotation"] =
  3372. {
  3373. ["y"] = 0,
  3374. ["x"] = 0,
  3375. ["z"] = 0
  3376. },
  3377. ["assetId"] = 602599987, --shirt
  3378. ["changedFX"] = false,
  3379. ["position"] =
  3380. {
  3381. ["y"] = 0,
  3382. ["x"] = 0,
  3383. ["z"] = 0
  3384. },
  3385. ["fx"] =
  3386. {
  3387. [1] = true,
  3388. [2] = true,
  3389. [3] = true,
  3390. [4] = true,
  3391. [5] = true
  3392. },
  3393. ["vrotation"] =
  3394. {
  3395. ["y"] = 0,
  3396. ["x"] = 0,
  3397. ["z"] = 0
  3398. },
  3399. ["vposition"] =
  3400. {
  3401. ["y"] = 0,
  3402. ["x"] = -0,
  3403. ["z"] = -0
  3404. }
  3405. },
  3406. [3] =
  3407. {
  3408. ["drotation"] =
  3409. {
  3410. ["y"] = 180,
  3411. ["x"] = 90,
  3412. ["z"] = 90
  3413. },
  3414. ["dposition"] =
  3415. {
  3416. ["y"] = 100,
  3417. ["x"] = 200,
  3418. ["z"] = 200
  3419. },
  3420. ["scale"] =
  3421. {
  3422. ["y"] = 100,
  3423. ["x"] = 100,
  3424. ["z"] = 100
  3425. },
  3426. ["dscale"] =
  3427. {
  3428. ["y"] = 500,
  3429. ["x"] = 500,
  3430. ["z"] = 500
  3431. },
  3432. ["vscale"] =
  3433. {
  3434. ["y"] = 1,
  3435. ["x"] = 1,
  3436. ["z"] = 1
  3437. },
  3438. ["rotation"] =
  3439. {
  3440. ["y"] = 0,
  3441. ["x"] = 0,
  3442. ["z"] = 0
  3443. },
  3444. ["assetId"] = 244159819, --hat
  3445. ["changedFX"] = false,
  3446. ["position"] =
  3447. {
  3448. ["y"] = 0,
  3449. ["x"] = 0,
  3450. ["z"] = 0
  3451. },
  3452. ["fx"] =
  3453. {
  3454. [1] = true,
  3455. [2] = true,
  3456. [3] = true,
  3457. [4] = true,
  3458. [5] = true
  3459. },
  3460. ["vrotation"] =
  3461. {
  3462. ["y"] = 0,
  3463. ["x"] = 0,
  3464. ["z"] = 0
  3465. },
  3466. ["vposition"] =
  3467. {
  3468. ["y"] = 0,
  3469. ["x"] = -0,
  3470. ["z"] = -0
  3471. }
  3472. },
  3473. [4] =
  3474. {
  3475. ["drotation"] =
  3476. {
  3477. ["y"] = 90,
  3478. ["x"] = 90,
  3479. ["z"] = 90
  3480. },
  3481. ["dposition"] =
  3482. {
  3483. ["y"] = 200,
  3484. ["x"] = 200,
  3485. ["z"] = 200
  3486. },
  3487. ["scale"] =
  3488. {
  3489. ["y"] = 100,
  3490. ["x"] = 100,
  3491. ["z"] = 100
  3492. },
  3493. ["dscale"] =
  3494. {
  3495. ["y"] = 500,
  3496. ["x"] = 500,
  3497. ["z"] = 500
  3498. },
  3499. ["vscale"] =
  3500. {
  3501. ["y"] = 1,
  3502. ["x"] = 1,
  3503. ["z"] = 1
  3504. },
  3505. ["rotation"] =
  3506. {
  3507. ["y"] = 0,
  3508. ["x"] = 0,
  3509. ["z"] = 0
  3510. },
  3511. ["assetId"] = 7075502, --face
  3512. ["changedFX"] = false,
  3513. ["position"] =
  3514. {
  3515. ["y"] = 0,
  3516. ["x"] = 0,
  3517. ["z"] = 0
  3518. },
  3519. ["fx"] =
  3520. {
  3521. [1] = true,
  3522. [2] = true,
  3523. [3] = true,
  3524. [4] = true,
  3525. [5] = true
  3526. },
  3527. ["vrotation"] =
  3528. {
  3529. ["y"] = 0,
  3530. ["x"] = 0,
  3531. ["z"] = 0
  3532. },
  3533. ["vposition"] =
  3534. {
  3535. ["y"] = 0,
  3536. ["x"] = -0,
  3537. ["z"] = -0
  3538. }
  3539. },
  3540. [5] =
  3541. {
  3542. ["drotation"] =
  3543. {
  3544. ["y"] = 90,
  3545. ["x"] = 90,
  3546. ["z"] = 90
  3547. },
  3548. ["dposition"] =
  3549. {
  3550. ["y"] = 200,
  3551. ["x"] = 200,
  3552. ["z"] = 200
  3553. },
  3554. ["scale"] =
  3555. {
  3556. ["y"] = 100,
  3557. ["x"] = 100,
  3558. ["z"] = 100
  3559. },
  3560. ["dscale"] =
  3561. {
  3562. ["y"] = 500,
  3563. ["x"] = 500,
  3564. ["z"] = 500
  3565. },
  3566. ["vscale"] =
  3567. {
  3568. ["y"] = 1,
  3569. ["x"] = 1,
  3570. ["z"] = 1
  3571. },
  3572. ["rotation"] =
  3573. {
  3574. ["y"] = 0,
  3575. ["x"] = 0,
  3576. ["z"] = 0
  3577. },
  3578. ["assetId"] = 916733101, --Tshirt
  3579. ["changedFX"] = false,
  3580. ["position"] =
  3581. {
  3582. ["y"] = 0,
  3583. ["x"] = 0,
  3584. ["z"] = 0
  3585. },
  3586. ["fx"] =
  3587. {
  3588. [1] = true,
  3589. [2] = true,
  3590. [3] = true,
  3591. [4] = true,
  3592. [5] = true
  3593. },
  3594. ["vrotation"] =
  3595. {
  3596. ["y"] = 0,
  3597. ["x"] = 0,
  3598. ["z"] = 0
  3599. },
  3600. ["vposition"] =
  3601. {
  3602. ["y"] = 0,
  3603. ["x"] = -0,
  3604. ["z"] = -0
  3605. }
  3606. }
  3607. },
  3608. ["description"] = "",
  3609. ["createdDate"] = 1000,
  3610. ["lowerDesc"] = "",
  3611. ["bodyColors"] =
  3612. {
  3613. },
  3614. ["scales"] =
  3615. {
  3616. ["LowerLegHeight"] = 1,
  3617. ["UpperTorsoWidth"] = 1,
  3618. ["UpperArmHeight"] = 1,
  3619. ["HandHeight"] = 1,
  3620. ["UpperLegWidth"] = 1,
  3621. ["LowerArmWidth"] = 1,
  3622. ["FootWidth"] = 1,
  3623. ["LowerArmHeight"] = 1,
  3624. ["UpperArmWidth"] = 1,
  3625. ["FootHeight"] = 1,
  3626. ["LowerTorsoWidth"] = 1,
  3627. ["UpperTorsoHeight"] = 1,
  3628. ["HandWidth"] = 1,
  3629. ["HeadScale"] = 1,
  3630. ["UpperLegHeight"] = 1,
  3631. ["LowerTorsoHeight"] = 1,
  3632. ["LowerLegWidth"] = 1
  3633. },
  3634. ["name"] = "",
  3635. ["outfitId"] = 1,
  3636. ["isOutfit"] = true,
  3637. ["collageSeed"] = 0,
  3638. ["lowerName"] = ""
  3639. }
  3640. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  3641. Event:FireServer(titan)
  3642. end)
  3643.  
  3644. Doge.MouseButton1Click:Connect(function()
  3645. local titan =
  3646. {
  3647. ["assets"] =
  3648. {
  3649. [1] =
  3650. {
  3651. ["drotation"] =
  3652. {
  3653. ["y"] = 90,
  3654. ["x"] = 90,
  3655. ["z"] = 90
  3656. },
  3657. ["dposition"] =
  3658. {
  3659. ["y"] = 200,
  3660. ["x"] = 200,
  3661. ["z"] = 200
  3662. },
  3663. ["scale"] =
  3664. {
  3665. ["y"] = 100,
  3666. ["x"] = 100,
  3667. ["z"] = 100
  3668. },
  3669. ["dscale"] =
  3670. {
  3671. ["y"] = 500,
  3672. ["x"] = 500,
  3673. ["z"] = 500
  3674. },
  3675. ["vscale"] =
  3676. {
  3677. ["y"] = 1,
  3678. ["x"] = 1,
  3679. ["z"] = 1
  3680. },
  3681. ["rotation"] =
  3682. {
  3683. ["y"] = 0,
  3684. ["x"] = 0,
  3685. ["z"] = 0
  3686. },
  3687. ["assetId"] = 1200834644, --pants
  3688. ["changedFX"] = false,
  3689. ["position"] =
  3690. {
  3691. ["y"] = 0,
  3692. ["x"] = 0,
  3693. ["z"] = 0
  3694. },
  3695. ["fx"] =
  3696. {
  3697. [1] = true,
  3698. [2] = true,
  3699. [3] = true,
  3700. [4] = true,
  3701. [5] = true
  3702. },
  3703. ["vrotation"] =
  3704. {
  3705. ["y"] = 0,
  3706. ["x"] = 0,
  3707. ["z"] = 0
  3708. },
  3709. ["vposition"] =
  3710. {
  3711. ["y"] = 0,
  3712. ["x"] = -0,
  3713. ["z"] = -0
  3714. }
  3715. },
  3716. [2] =
  3717. {
  3718. ["drotation"] =
  3719. {
  3720. ["y"] = 90,
  3721. ["x"] = 90,
  3722. ["z"] = 90
  3723. },
  3724. ["dposition"] =
  3725. {
  3726. ["y"] = 200,
  3727. ["x"] = 200,
  3728. ["z"] = 200
  3729. },
  3730. ["scale"] =
  3731. {
  3732. ["y"] = 100,
  3733. ["x"] = 100,
  3734. ["z"] = 100
  3735. },
  3736. ["dscale"] =
  3737. {
  3738. ["y"] = 500,
  3739. ["x"] = 500,
  3740. ["z"] = 500
  3741. },
  3742. ["vscale"] =
  3743. {
  3744. ["y"] = 1,
  3745. ["x"] = 1,
  3746. ["z"] = 1
  3747. },
  3748. ["rotation"] =
  3749. {
  3750. ["y"] = 0,
  3751. ["x"] = 0,
  3752. ["z"] = 0
  3753. },
  3754. ["assetId"] = 801230958, --shirt
  3755. ["changedFX"] = false,
  3756. ["position"] =
  3757. {
  3758. ["y"] = 0,
  3759. ["x"] = 0,
  3760. ["z"] = 0
  3761. },
  3762. ["fx"] =
  3763. {
  3764. [1] = true,
  3765. [2] = true,
  3766. [3] = true,
  3767. [4] = true,
  3768. [5] = true
  3769. },
  3770. ["vrotation"] =
  3771. {
  3772. ["y"] = 0,
  3773. ["x"] = 0,
  3774. ["z"] = 0
  3775. },
  3776. ["vposition"] =
  3777. {
  3778. ["y"] = 0,
  3779. ["x"] = -0,
  3780. ["z"] = -0
  3781. }
  3782. },
  3783. [3] =
  3784. {
  3785. ["drotation"] =
  3786. {
  3787. ["y"] = 180,
  3788. ["x"] = 90,
  3789. ["z"] = 90
  3790. },
  3791. ["dposition"] =
  3792. {
  3793. ["y"] = 100,
  3794. ["x"] = 200,
  3795. ["z"] = 200
  3796. },
  3797. ["scale"] =
  3798. {
  3799. ["y"] = 100,
  3800. ["x"] = 100,
  3801. ["z"] = 100
  3802. },
  3803. ["dscale"] =
  3804. {
  3805. ["y"] = 500,
  3806. ["x"] = 500,
  3807. ["z"] = 500
  3808. },
  3809. ["vscale"] =
  3810. {
  3811. ["y"] = 1,
  3812. ["x"] = 1,
  3813. ["z"] = 1
  3814. },
  3815. ["rotation"] =
  3816. {
  3817. ["y"] = 0,
  3818. ["x"] = 0,
  3819. ["z"] = 0
  3820. },
  3821. ["assetId"] = 151784320, --hat
  3822. ["changedFX"] = false,
  3823. ["position"] =
  3824. {
  3825. ["y"] = 0,
  3826. ["x"] = 0,
  3827. ["z"] = 0
  3828. },
  3829. ["fx"] =
  3830. {
  3831. [1] = true,
  3832. [2] = true,
  3833. [3] = true,
  3834. [4] = true,
  3835. [5] = true
  3836. },
  3837. ["vrotation"] =
  3838. {
  3839. ["y"] = 0,
  3840. ["x"] = 0,
  3841. ["z"] = 0
  3842. },
  3843. ["vposition"] =
  3844. {
  3845. ["y"] = 0,
  3846. ["x"] = -0,
  3847. ["z"] = -0
  3848. }
  3849. },
  3850. [4] =
  3851. {
  3852. ["drotation"] =
  3853. {
  3854. ["y"] = 90,
  3855. ["x"] = 90,
  3856. ["z"] = 90
  3857. },
  3858. ["dposition"] =
  3859. {
  3860. ["y"] = 200,
  3861. ["x"] = 200,
  3862. ["z"] = 200
  3863. },
  3864. ["scale"] =
  3865. {
  3866. ["y"] = 100,
  3867. ["x"] = 100,
  3868. ["z"] = 100
  3869. },
  3870. ["dscale"] =
  3871. {
  3872. ["y"] = 500,
  3873. ["x"] = 500,
  3874. ["z"] = 500
  3875. },
  3876. ["vscale"] =
  3877. {
  3878. ["y"] = 1,
  3879. ["x"] = 1,
  3880. ["z"] = 1
  3881. },
  3882. ["rotation"] =
  3883. {
  3884. ["y"] = 0,
  3885. ["x"] = 0,
  3886. ["z"] = 0
  3887. },
  3888. ["assetId"] = 7075502, --face
  3889. ["changedFX"] = false,
  3890. ["position"] =
  3891. {
  3892. ["y"] = 0,
  3893. ["x"] = 0,
  3894. ["z"] = 0
  3895. },
  3896. ["fx"] =
  3897. {
  3898. [1] = true,
  3899. [2] = true,
  3900. [3] = true,
  3901. [4] = true,
  3902. [5] = true
  3903. },
  3904. ["vrotation"] =
  3905. {
  3906. ["y"] = 0,
  3907. ["x"] = 0,
  3908. ["z"] = 0
  3909. },
  3910. ["vposition"] =
  3911. {
  3912. ["y"] = 0,
  3913. ["x"] = -0,
  3914. ["z"] = -0
  3915. }
  3916. },
  3917. [5] =
  3918. {
  3919. ["drotation"] =
  3920. {
  3921. ["y"] = 90,
  3922. ["x"] = 90,
  3923. ["z"] = 90
  3924. },
  3925. ["dposition"] =
  3926. {
  3927. ["y"] = 200,
  3928. ["x"] = 200,
  3929. ["z"] = 200
  3930. },
  3931. ["scale"] =
  3932. {
  3933. ["y"] = 100,
  3934. ["x"] = 100,
  3935. ["z"] = 100
  3936. },
  3937. ["dscale"] =
  3938. {
  3939. ["y"] = 500,
  3940. ["x"] = 500,
  3941. ["z"] = 500
  3942. },
  3943. ["vscale"] =
  3944. {
  3945. ["y"] = 1,
  3946. ["x"] = 1,
  3947. ["z"] = 1
  3948. },
  3949. ["rotation"] =
  3950. {
  3951. ["y"] = 0,
  3952. ["x"] = 0,
  3953. ["z"] = 0
  3954. },
  3955. ["changedFX"] = false,
  3956. ["position"] =
  3957. {
  3958. ["y"] = 0,
  3959. ["x"] = 0,
  3960. ["z"] = 0
  3961. },
  3962. ["fx"] =
  3963. {
  3964. [1] = true,
  3965. [2] = true,
  3966. [3] = true,
  3967. [4] = true,
  3968. [5] = true
  3969. },
  3970. ["vrotation"] =
  3971. {
  3972. ["y"] = 0,
  3973. ["x"] = 0,
  3974. ["z"] = 0
  3975. },
  3976. ["vposition"] =
  3977. {
  3978. ["y"] = 0,
  3979. ["x"] = -0,
  3980. ["z"] = -0
  3981. }
  3982. }
  3983. },
  3984. ["description"] = "",
  3985. ["createdDate"] = 1000,
  3986. ["lowerDesc"] = "",
  3987. ["bodyColors"] =
  3988. {
  3989. },
  3990. ["scales"] =
  3991. {
  3992. ["LowerLegHeight"] = 1,
  3993. ["UpperTorsoWidth"] = 1,
  3994. ["UpperArmHeight"] = 1,
  3995. ["HandHeight"] = 1,
  3996. ["UpperLegWidth"] = 1,
  3997. ["LowerArmWidth"] = 1,
  3998. ["FootWidth"] = 1,
  3999. ["LowerArmHeight"] = 1,
  4000. ["UpperArmWidth"] = 1,
  4001. ["FootHeight"] = 1,
  4002. ["LowerTorsoWidth"] = 1,
  4003. ["UpperTorsoHeight"] = 1,
  4004. ["HandWidth"] = 1,
  4005. ["HeadScale"] = 1,
  4006. ["UpperLegHeight"] = 1,
  4007. ["LowerTorsoHeight"] = 1,
  4008. ["LowerLegWidth"] = 1
  4009. },
  4010. ["name"] = "",
  4011. ["outfitId"] = 1,
  4012. ["isOutfit"] = true,
  4013. ["collageSeed"] = 0,
  4014. ["lowerName"] = ""
  4015. }
  4016. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  4017. Event:FireServer(titan)
  4018. end)
  4019.  
  4020. ZombieDoge.MouseButton1Click:Connect(function()
  4021. local titan =
  4022. {
  4023. ["assets"] =
  4024. {
  4025. [1] =
  4026. {
  4027. ["drotation"] =
  4028. {
  4029. ["y"] = 90,
  4030. ["x"] = 90,
  4031. ["z"] = 90
  4032. },
  4033. ["dposition"] =
  4034. {
  4035. ["y"] = 200,
  4036. ["x"] = 200,
  4037. ["z"] = 200
  4038. },
  4039. ["scale"] =
  4040. {
  4041. ["y"] = 100,
  4042. ["x"] = 100,
  4043. ["z"] = 100
  4044. },
  4045. ["dscale"] =
  4046. {
  4047. ["y"] = 500,
  4048. ["x"] = 500,
  4049. ["z"] = 500
  4050. },
  4051. ["vscale"] =
  4052. {
  4053. ["y"] = 1,
  4054. ["x"] = 1,
  4055. ["z"] = 1
  4056. },
  4057. ["rotation"] =
  4058. {
  4059. ["y"] = 0,
  4060. ["x"] = 0,
  4061. ["z"] = 0
  4062. },
  4063. ["assetId"] = 1236836909, --pants
  4064. ["changedFX"] = false,
  4065. ["position"] =
  4066. {
  4067. ["y"] = 0,
  4068. ["x"] = 0,
  4069. ["z"] = 0
  4070. },
  4071. ["fx"] =
  4072. {
  4073. [1] = true,
  4074. [2] = true,
  4075. [3] = true,
  4076. [4] = true,
  4077. [5] = true
  4078. },
  4079. ["vrotation"] =
  4080. {
  4081. ["y"] = 0,
  4082. ["x"] = 0,
  4083. ["z"] = 0
  4084. },
  4085. ["vposition"] =
  4086. {
  4087. ["y"] = 0,
  4088. ["x"] = -0,
  4089. ["z"] = -0
  4090. }
  4091. },
  4092. [2] =
  4093. {
  4094. ["drotation"] =
  4095. {
  4096. ["y"] = 90,
  4097. ["x"] = 90,
  4098. ["z"] = 90
  4099. },
  4100. ["dposition"] =
  4101. {
  4102. ["y"] = 200,
  4103. ["x"] = 200,
  4104. ["z"] = 200
  4105. },
  4106. ["scale"] =
  4107. {
  4108. ["y"] = 100,
  4109. ["x"] = 100,
  4110. ["z"] = 100
  4111. },
  4112. ["dscale"] =
  4113. {
  4114. ["y"] = 500,
  4115. ["x"] = 500,
  4116. ["z"] = 500
  4117. },
  4118. ["vscale"] =
  4119. {
  4120. ["y"] = 1,
  4121. ["x"] = 1,
  4122. ["z"] = 1
  4123. },
  4124. ["rotation"] =
  4125. {
  4126. ["y"] = 0,
  4127. ["x"] = 0,
  4128. ["z"] = 0
  4129. },
  4130. ["assetId"] = 1708655348, --shirt
  4131. ["changedFX"] = false,
  4132. ["position"] =
  4133. {
  4134. ["y"] = 0,
  4135. ["x"] = 0,
  4136. ["z"] = 0
  4137. },
  4138. ["fx"] =
  4139. {
  4140. [1] = true,
  4141. [2] = true,
  4142. [3] = true,
  4143. [4] = true,
  4144. [5] = true
  4145. },
  4146. ["vrotation"] =
  4147. {
  4148. ["y"] = 0,
  4149. ["x"] = 0,
  4150. ["z"] = 0
  4151. },
  4152. ["vposition"] =
  4153. {
  4154. ["y"] = 0,
  4155. ["x"] = -0,
  4156. ["z"] = -0
  4157. }
  4158. },
  4159. [3] =
  4160. {
  4161. ["drotation"] =
  4162. {
  4163. ["y"] = 180,
  4164. ["x"] = 90,
  4165. ["z"] = 90
  4166. },
  4167. ["dposition"] =
  4168. {
  4169. ["y"] = 100,
  4170. ["x"] = 200,
  4171. ["z"] = 200
  4172. },
  4173. ["scale"] =
  4174. {
  4175. ["y"] = 100,
  4176. ["x"] = 100,
  4177. ["z"] = 100
  4178. },
  4179. ["dscale"] =
  4180. {
  4181. ["y"] = 500,
  4182. ["x"] = 500,
  4183. ["z"] = 500
  4184. },
  4185. ["vscale"] =
  4186. {
  4187. ["y"] = 1,
  4188. ["x"] = 1,
  4189. ["z"] = 1
  4190. },
  4191. ["rotation"] =
  4192. {
  4193. ["y"] = 0,
  4194. ["x"] = 0,
  4195. ["z"] = 0
  4196. },
  4197. ["assetId"] = 304718708, --hat
  4198. ["changedFX"] = false,
  4199. ["position"] =
  4200. {
  4201. ["y"] = 0,
  4202. ["x"] = 0,
  4203. ["z"] = 0
  4204. },
  4205. ["fx"] =
  4206. {
  4207. [1] = true,
  4208. [2] = true,
  4209. [3] = true,
  4210. [4] = true,
  4211. [5] = true
  4212. },
  4213. ["vrotation"] =
  4214. {
  4215. ["y"] = 0,
  4216. ["x"] = 0,
  4217. ["z"] = 0
  4218. },
  4219. ["vposition"] =
  4220. {
  4221. ["y"] = 0,
  4222. ["x"] = -0,
  4223. ["z"] = -0
  4224. }
  4225. },
  4226. [4] =
  4227. {
  4228. ["drotation"] =
  4229. {
  4230. ["y"] = 90,
  4231. ["x"] = 90,
  4232. ["z"] = 90
  4233. },
  4234. ["dposition"] =
  4235. {
  4236. ["y"] = 200,
  4237. ["x"] = 200,
  4238. ["z"] = 200
  4239. },
  4240. ["scale"] =
  4241. {
  4242. ["y"] = 100,
  4243. ["x"] = 100,
  4244. ["z"] = 100
  4245. },
  4246. ["dscale"] =
  4247. {
  4248. ["y"] = 500,
  4249. ["x"] = 500,
  4250. ["z"] = 500
  4251. },
  4252. ["vscale"] =
  4253. {
  4254. ["y"] = 1, --GUI made by Psykek#3180
  4255. ["x"] = 1,
  4256. ["z"] = 1
  4257. },
  4258. ["rotation"] =
  4259. {
  4260. ["y"] = 0,
  4261. ["x"] = 0,
  4262. ["z"] = 0
  4263. },
  4264. ["assetId"] = 7075502, --face
  4265. ["changedFX"] = false,
  4266. ["position"] =
  4267. {
  4268. ["y"] = 0,
  4269. ["x"] = 0,
  4270. ["z"] = 0
  4271. },
  4272. ["fx"] =
  4273. {
  4274. [1] = true,
  4275. [2] = true,
  4276. [3] = true,
  4277. [4] = true,
  4278. [5] = true
  4279. },
  4280. ["vrotation"] =
  4281. {
  4282. ["y"] = 0,
  4283. ["x"] = 0,
  4284. ["z"] = 0
  4285. },
  4286. ["vposition"] =
  4287. {
  4288. ["y"] = 0,
  4289. ["x"] = -0,
  4290. ["z"] = -0
  4291. }
  4292. },
  4293. [5] =
  4294. {
  4295. ["drotation"] =
  4296. {
  4297. ["y"] = 90,
  4298. ["x"] = 90,
  4299. ["z"] = 90
  4300. },
  4301. ["dposition"] =
  4302. {
  4303. ["y"] = 200,
  4304. ["x"] = 200,
  4305. ["z"] = 200
  4306. },
  4307. ["scale"] =
  4308. {
  4309. ["y"] = 100,
  4310. ["x"] = 100,
  4311. ["z"] = 100
  4312. },
  4313. ["dscale"] =
  4314. {
  4315. ["y"] = 500,
  4316. ["x"] = 500,
  4317. ["z"] = 500
  4318. },
  4319. ["vscale"] =
  4320. {
  4321. ["y"] = 1,
  4322. ["x"] = 1,
  4323. ["z"] = 1
  4324. },
  4325. ["rotation"] =
  4326. {
  4327. ["y"] = 0,
  4328. ["x"] = 0,
  4329. ["z"] = 0
  4330. },
  4331. ["changedFX"] = false,
  4332. ["position"] =
  4333. {
  4334. ["y"] = 0,
  4335. ["x"] = 0,
  4336. ["z"] = 0
  4337. },
  4338. ["fx"] =
  4339. {
  4340. [1] = true,
  4341. [2] = true,
  4342. [3] = true,
  4343. [4] = true,
  4344. [5] = true
  4345. },
  4346. ["vrotation"] =
  4347. {
  4348. ["y"] = 0,
  4349. ["x"] = 0,
  4350. ["z"] = 0
  4351. },
  4352. ["vposition"] =
  4353. {
  4354. ["y"] = 0,
  4355. ["x"] = -0,
  4356. ["z"] = -0
  4357. }
  4358. }
  4359. },
  4360. ["description"] = "",
  4361. ["createdDate"] = 1000,
  4362. ["lowerDesc"] = "",
  4363. ["bodyColors"] =
  4364. {
  4365. },
  4366. ["scales"] =
  4367. {
  4368. ["LowerLegHeight"] = 1,
  4369. ["UpperTorsoWidth"] = 1, --GUI made by Psykek#3180
  4370. ["UpperArmHeight"] = 1,
  4371. ["HandHeight"] = 1,
  4372. ["UpperLegWidth"] = 1,
  4373. ["LowerArmWidth"] = 1,
  4374. ["FootWidth"] = 1,
  4375. ["LowerArmHeight"] = 1,
  4376. ["UpperArmWidth"] = 1,
  4377. ["FootHeight"] = 1,
  4378. ["LowerTorsoWidth"] = 1,
  4379. ["UpperTorsoHeight"] = 1,
  4380. ["HandWidth"] = 1,
  4381. ["HeadScale"] = 1,
  4382. ["UpperLegHeight"] = 1,
  4383. ["LowerTorsoHeight"] = 1,
  4384. ["LowerLegWidth"] = 1
  4385. },
  4386. ["name"] = "",
  4387. ["outfitId"] = 1,
  4388. ["isOutfit"] = true,
  4389. ["collageSeed"] = 0,
  4390. ["lowerName"] = ""
  4391. }
  4392. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  4393. Event:FireServer(titan)
  4394. end)
  4395.  
  4396. DemonSlut.MouseButton1Click:Connect(function()
  4397. local titan =
  4398. {
  4399. ["assets"] =
  4400. {
  4401. [1] =
  4402. {
  4403. ["drotation"] =
  4404. {
  4405. ["y"] = 90,
  4406. ["x"] = 90,
  4407. ["z"] = 90
  4408. },
  4409. ["dposition"] =
  4410. {
  4411. ["y"] = 200,
  4412. ["x"] = 200,
  4413. ["z"] = 200
  4414. },
  4415. ["scale"] =
  4416. {
  4417. ["y"] = 100,
  4418. ["x"] = 100,
  4419. ["z"] = 100
  4420. },
  4421. ["dscale"] =
  4422. {
  4423. ["y"] = 500,
  4424. ["x"] = 500,
  4425. ["z"] = 500
  4426. },
  4427. ["vscale"] =
  4428. {
  4429. ["y"] = 1,
  4430. ["x"] = 1,
  4431. ["z"] = 1
  4432. },
  4433. ["rotation"] =
  4434. {
  4435. ["y"] = 0,
  4436. ["x"] = 0,
  4437. ["z"] = 0
  4438. },
  4439. ["assetId"] = 1561997720, --pants
  4440. ["changedFX"] = false,
  4441. ["position"] =
  4442. {
  4443. ["y"] = 0,
  4444. ["x"] = 0,
  4445. ["z"] = 0
  4446. },
  4447. ["fx"] =
  4448. {
  4449. [1] = true,
  4450. [2] = true,
  4451. [3] = true,
  4452. [4] = true,
  4453. [5] = true
  4454. },
  4455. ["vrotation"] =
  4456. {
  4457. ["y"] = 0,
  4458. ["x"] = 0,
  4459. ["z"] = 0
  4460. },
  4461. ["vposition"] =
  4462. {
  4463. ["y"] = 0,
  4464. ["x"] = -0,
  4465. ["z"] = -0
  4466. }
  4467. },
  4468. [2] =
  4469. {
  4470. ["drotation"] =
  4471. {
  4472. ["y"] = 90,
  4473. ["x"] = 90,
  4474. ["z"] = 90
  4475. },
  4476. ["dposition"] =
  4477. {
  4478. ["y"] = 200,
  4479. ["x"] = 200,
  4480. ["z"] = 200
  4481. },
  4482. ["scale"] =
  4483. {
  4484. ["y"] = 100,
  4485. ["x"] = 100,
  4486. ["z"] = 100
  4487. },
  4488. ["dscale"] =
  4489. {
  4490. ["y"] = 500, --GUI made by Psykek#3180
  4491. ["x"] = 500,
  4492. ["z"] = 500
  4493. },
  4494. ["vscale"] =
  4495. {
  4496. ["y"] = 1,
  4497. ["x"] = 1,
  4498. ["z"] = 1
  4499. },
  4500. ["rotation"] =
  4501. {
  4502. ["y"] = 0,
  4503. ["x"] = 0,
  4504. ["z"] = 0
  4505. },
  4506. ["assetId"] = 0, --shirt
  4507. ["changedFX"] = false,
  4508. ["position"] =
  4509. {
  4510. ["y"] = 0,
  4511. ["x"] = 0,
  4512. ["z"] = 0
  4513. },
  4514. ["fx"] =
  4515. {
  4516. [1] = true,
  4517. [2] = true,
  4518. [3] = true,
  4519. [4] = true,
  4520. [5] = true
  4521. },
  4522. ["vrotation"] =
  4523. {
  4524. ["y"] = 0,
  4525. ["x"] = 0,
  4526. ["z"] = 0
  4527. },
  4528. ["vposition"] =
  4529. {
  4530. ["y"] = 0,
  4531. ["x"] = -0,
  4532. ["z"] = -0
  4533. }
  4534. },
  4535. [3] =
  4536. {
  4537. ["drotation"] =
  4538. {
  4539. ["y"] = 180,
  4540. ["x"] = 90,
  4541. ["z"] = 90
  4542. },
  4543. ["dposition"] =
  4544. {
  4545. ["y"] = 100,
  4546. ["x"] = 200,
  4547. ["z"] = 200
  4548. },
  4549. ["scale"] =
  4550. {
  4551. ["y"] = 100,
  4552. ["x"] = 100,
  4553. ["z"] = 100
  4554. },
  4555. ["dscale"] =
  4556. {
  4557. ["y"] = 500,
  4558. ["x"] = 500,
  4559. ["z"] = 500
  4560. },
  4561. ["vscale"] =
  4562. {
  4563. ["y"] = 1,
  4564. ["x"] = 1,
  4565. ["z"] = 1
  4566. },
  4567. ["rotation"] =
  4568. { --GUI made by Psykek#3180
  4569. ["y"] = 0,
  4570. ["x"] = 0,
  4571. ["z"] = 0
  4572. },
  4573. ["assetId"] = 15967797, --hat
  4574. ["changedFX"] = false,
  4575. ["position"] =
  4576. {
  4577. ["y"] = 0,
  4578. ["x"] = 0,
  4579. ["z"] = 0
  4580. },
  4581. ["fx"] =
  4582. {
  4583. [1] = true,
  4584. [2] = true,
  4585. [3] = true,
  4586. [4] = true,
  4587. [5] = true
  4588. },
  4589. ["vrotation"] =
  4590. {
  4591. ["y"] = 0,
  4592. ["x"] = 0,
  4593. ["z"] = 0
  4594. },
  4595. ["vposition"] =
  4596. {
  4597. ["y"] = 0,
  4598. ["x"] = -0,
  4599. ["z"] = -0
  4600. }
  4601. },
  4602. [4] =
  4603. {
  4604. ["drotation"] =
  4605. {
  4606. ["y"] = 90,
  4607. ["x"] = 90,
  4608. ["z"] = 90
  4609. },
  4610. ["dposition"] =
  4611. {
  4612. ["y"] = 200,
  4613. ["x"] = 200,
  4614. ["z"] = 200
  4615. },
  4616. ["scale"] =
  4617. {
  4618. ["y"] = 100,
  4619. ["x"] = 100,
  4620. ["z"] = 100
  4621. },
  4622. ["dscale"] =
  4623. {
  4624. ["y"] = 500,
  4625. ["x"] = 500,
  4626. ["z"] = 500
  4627. },
  4628. ["vscale"] =
  4629. {
  4630. ["y"] = 1,
  4631. ["x"] = 1,
  4632. ["z"] = 1
  4633. },
  4634. ["rotation"] =
  4635. {
  4636. ["y"] = 0,
  4637. ["x"] = 0,
  4638. ["z"] = 0
  4639. },
  4640. ["assetId"] = 15432080, --face
  4641. ["changedFX"] = false,
  4642. ["position"] =
  4643. {
  4644. ["y"] = 0,
  4645. ["x"] = 0,
  4646. ["z"] = 0
  4647. },
  4648. ["fx"] =
  4649. {
  4650. [1] = true,
  4651. [2] = true,
  4652. [3] = true,
  4653. [4] = true,
  4654. [5] = true
  4655. },
  4656. ["vrotation"] =
  4657. {
  4658. ["y"] = 0,
  4659. ["x"] = 0,
  4660. ["z"] = 0
  4661. },
  4662. ["vposition"] =
  4663. {
  4664. ["y"] = 0,
  4665. ["x"] = -0,
  4666. ["z"] = -0
  4667. }
  4668. },
  4669. [5] =
  4670. {
  4671. ["drotation"] =
  4672. {
  4673. ["y"] = 90,
  4674. ["x"] = 90,
  4675. ["z"] = 90
  4676. },
  4677. ["dposition"] =
  4678. {
  4679. ["y"] = 200,
  4680. ["x"] = 200,
  4681. ["z"] = 200
  4682. },
  4683. ["scale"] =
  4684. {
  4685. ["y"] = 100,
  4686. ["x"] = 100,
  4687. ["z"] = 100
  4688. },
  4689. ["dscale"] =
  4690. {
  4691. ["y"] = 500,
  4692. ["x"] = 500,
  4693. ["z"] = 500
  4694. },
  4695. ["vscale"] =
  4696. {
  4697. ["y"] = 1,
  4698. ["x"] = 1,
  4699. ["z"] = 1
  4700. },
  4701. ["rotation"] =
  4702. {
  4703. ["y"] = 0,
  4704. ["x"] = 0,
  4705. ["z"] = 0
  4706. },
  4707. ["changedFX"] = false,
  4708. ["position"] =
  4709. {
  4710. ["y"] = 0,
  4711. ["x"] = 0,
  4712. ["z"] = 0
  4713. },
  4714. ["fx"] =
  4715. {
  4716. [1] = true,
  4717. [2] = true,
  4718. [3] = true,
  4719. [4] = true,
  4720. [5] = true
  4721. },
  4722. ["vrotation"] =
  4723. {
  4724. ["y"] = 0,
  4725. ["x"] = 0, --GUI made by Psykek#3180
  4726. ["z"] = 0
  4727. },
  4728. ["vposition"] =
  4729. {
  4730. ["y"] = 0,
  4731. ["x"] = -0,
  4732. ["z"] = -0
  4733. }
  4734. }
  4735. },
  4736. ["description"] = "",
  4737. ["createdDate"] = 1000,
  4738. ["lowerDesc"] = "",
  4739. ["bodyColors"] =
  4740. {
  4741. },
  4742. ["scales"] =
  4743. {
  4744. ["LowerLegHeight"] = 1,
  4745. ["UpperTorsoWidth"] = 1,
  4746. ["UpperArmHeight"] = 1,
  4747. ["HandHeight"] = 1,
  4748. ["UpperLegWidth"] = 1,
  4749. ["LowerArmWidth"] = 1,
  4750. ["FootWidth"] = 1,
  4751. ["LowerArmHeight"] = 1,
  4752. ["UpperArmWidth"] = 1,
  4753. ["FootHeight"] = 1,
  4754. ["LowerTorsoWidth"] = 1,
  4755. ["UpperTorsoHeight"] = 1,
  4756. ["HandWidth"] = 1,
  4757. ["HeadScale"] = 1,
  4758. ["UpperLegHeight"] = 1,
  4759. ["LowerTorsoHeight"] = 1,
  4760. ["LowerLegWidth"] = 1
  4761. },
  4762. ["name"] = "",
  4763. ["outfitId"] = 1,
  4764. ["isOutfit"] = true, --GUI made by Psykek#3180
  4765. ["collageSeed"] = 0,
  4766. ["lowerName"] = ""
  4767. }
  4768. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  4769. Event:FireServer(titan)
  4770. end)
  4771.  
  4772. DisableSkydive.MouseButton1Click:Connect(function()
  4773. game.Players.LocalPlayer.PlayerScripts.Skydive:Remove()
  4774. end)
  4775.  
  4776. --GUI made by Psykek#3180
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement