ChaosityYT

Psykek GUI

Mar 16th, 2019
580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.91 KB | None | 0 0
  1. -- Objects
  2.  
  3. local RobloxianHighschoolGUIv4 = Instance.new("ScreenGui")
  4. local Topframe = Instance.new("Frame")
  5. local Mainframe = Instance.new("Frame")
  6. local AllBodyConfigFrame = Instance.new("Frame")
  7. local AllBodyInputBox = Instance.new("TextBox")
  8. local AllBodyChangeButton = Instance.new("TextButton")
  9. local AllBodyConfigInfo = Instance.new("TextLabel")
  10. local BodyConfigFrame = Instance.new("Frame")
  11. local TextLabel = Instance.new("TextLabel")
  12. local BodyChangeButton = Instance.new("TextButton")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local TextLabel_3 = Instance.new("TextLabel")
  15. local UpperLegHeightBox = Instance.new("TextBox")
  16. local TextLabel_4 = Instance.new("TextLabel")
  17. local LowerLegHeightBox = Instance.new("TextBox")
  18. local UpperArmHeightBox = Instance.new("TextBox")
  19. local TextLabel_5 = Instance.new("TextLabel")
  20. local TextLabel_6 = Instance.new("TextLabel")
  21. local UpperTorsoHeightBox = Instance.new("TextBox")
  22. local TextLabel_7 = Instance.new("TextLabel")
  23. local LowerTorsoHeightBox = Instance.new("TextBox")
  24. local LowerArmHeightBox = Instance.new("TextBox")
  25. local HandHeightBox = Instance.new("TextBox")
  26. local TextLabel_8 = Instance.new("TextLabel")
  27. local FootHeightBox = Instance.new("TextBox")
  28. local TextLabel_9 = Instance.new("TextLabel")
  29. local TextLabel_10 = Instance.new("TextLabel")
  30. local TextLabel_11 = Instance.new("TextLabel")
  31. local TextLabel_12 = Instance.new("TextLabel")
  32. local TextLabel_13 = Instance.new("TextLabel")
  33. local TextLabel_14 = Instance.new("TextLabel")
  34. local UpperTorsoWidthBox = Instance.new("TextBox")
  35. local UpperLegWidthBox = Instance.new("TextBox")
  36. local TextLabel_15 = Instance.new("TextLabel")
  37. local TextLabel_16 = Instance.new("TextLabel")
  38. local LowerTorsoWidthBox = Instance.new("TextBox")
  39. local LowerLegWidthBox = Instance.new("TextBox")
  40. local TextLabel_17 = Instance.new("TextLabel")
  41. local TextLabel_18 = Instance.new("TextLabel")
  42. local HandWidthBox = Instance.new("TextBox")
  43. local UpperArmWidthBox = Instance.new("TextBox")
  44. local TextLabel_19 = Instance.new("TextLabel")
  45. local TextLabel_20 = Instance.new("TextLabel")
  46. local LowerArmWidthBox = Instance.new("TextBox")
  47. local FootWidthBox = Instance.new("TextBox")
  48. local HeadScaleBox = Instance.new("TextBox")
  49. local TextLabel_21 = Instance.new("TextLabel")
  50. local TextLabel_22 = Instance.new("TextLabel")
  51. local ExtraStuffFrame = Instance.new("Frame")
  52. local ChatColorFrame = Instance.new("Frame")
  53. local RainbowChat = Instance.new("TextButton")
  54. local BlackChat = Instance.new("TextButton")
  55. local WhiteChat = Instance.new("TextButton")
  56. local BlueChat = Instance.new("TextButton")
  57. local YellowChat = Instance.new("TextButton")
  58. local PinkChat = Instance.new("TextButton")
  59. local GreenChat = Instance.new("TextButton")
  60. local WeirdMemeCreature = Instance.new("TextButton")
  61. local Titan = Instance.new("TextButton")
  62. local SlenderMan = Instance.new("TextButton")
  63. local Spongebob = Instance.new("TextButton")
  64. local CrashGame = Instance.new("TextButton")
  65. local TextLabel_23 = Instance.new("TextLabel")
  66. local DeleteGUI = Instance.new("TextButton")
  67. local TextLabel_24 = Instance.new("TextLabel")
  68. local TextLabel_25 = Instance.new("TextLabel")
  69. local OrangeHorizontal = Instance.new("Frame")
  70. local AllBodyConfigTab = Instance.new("TextButton")
  71. local BodyConfigTab = Instance.new("TextButton")
  72. local OtherTab = Instance.new("TextButton")
  73. local Title = Instance.new("TextLabel")
  74. local Creds = Instance.new("TextLabel")
  75.  
  76. -- Properties
  77.  
  78. RobloxianHighschoolGUIv4.Name = "RobloxianHighschoolGUIv4"
  79. RobloxianHighschoolGUIv4.Parent = game.CoreGui
  80.  
  81. Topframe.Name = "Topframe"
  82. Topframe.Parent = RobloxianHighschoolGUIv4
  83. Topframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  84. Topframe.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  85. Topframe.Position = UDim2.new(0.0777881891, 0, 0.298449636, 0)
  86. Topframe.Size = UDim2.new(0, 345, 0, 16)
  87. Topframe.Active = true
  88. Topframe.Draggable = true
  89.  
  90. Mainframe.Name = "Mainframe"
  91. Mainframe.Parent = Topframe
  92. Mainframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  93. Mainframe.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  94. Mainframe.Position = UDim2.new(0, 0, 1, 0)
  95. Mainframe.Size = UDim2.new(0, 345, 0, 258)
  96.  
  97. AllBodyConfigFrame.Name = "AllBodyConfigFrame"
  98. AllBodyConfigFrame.Parent = Mainframe
  99. AllBodyConfigFrame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  100. AllBodyConfigFrame.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  101. AllBodyConfigFrame.Position = UDim2.new(0, 0, 0.0930232555, 0)
  102. AllBodyConfigFrame.Size = UDim2.new(0, 345, 0, 234)
  103.  
  104. AllBodyInputBox.Name = "AllBodyInputBox"
  105. AllBodyInputBox.Parent = AllBodyConfigFrame
  106. AllBodyInputBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  107. AllBodyInputBox.BorderColor3 = Color3.new(0, 0, 0)
  108. AllBodyInputBox.Position = UDim2.new(0.0410094634, 0, 0.103092782, 0)
  109. AllBodyInputBox.Size = UDim2.new(0, 131, 0, 18)
  110. AllBodyInputBox.Font = Enum.Font.SourceSans
  111. AllBodyInputBox.Text = "Input"
  112. AllBodyInputBox.TextColor3 = Color3.new(0, 0, 0)
  113. AllBodyInputBox.TextSize = 14
  114.  
  115. AllBodyChangeButton.Name = "AllBodyChangeButton"
  116. AllBodyChangeButton.Parent = AllBodyConfigFrame
  117. AllBodyChangeButton.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  118. AllBodyChangeButton.BorderColor3 = Color3.new(0, 0, 0)
  119. AllBodyChangeButton.Position = UDim2.new(0.121985048, 0, 0.266672134, 0)
  120. AllBodyChangeButton.Size = UDim2.new(0, 79, 0, 15)
  121. AllBodyChangeButton.Font = Enum.Font.SourceSans
  122. AllBodyChangeButton.Text = "Change"
  123. AllBodyChangeButton.TextColor3 = Color3.new(0, 0, 0)
  124. AllBodyChangeButton.TextSize = 14
  125. AllBodyChangeButton.MouseButton1Click:Connect(function()
  126. local OOF =
  127. {
  128. ["assets"] =
  129. {
  130. [1] =
  131. {
  132. ["drotation"] =
  133. {
  134. ["y"] = 0,
  135. ["x"] = 0,
  136. ["z"] = 0
  137. },
  138. ["dposition"] =
  139. {
  140. ["y"] = 0,
  141. ["x"] = 0,
  142. ["z"] = 0
  143. },
  144. ["scale"] =
  145. {
  146. ["y"] = 0,
  147. ["x"] = 0,
  148. ["z"] = 0
  149. },
  150. ["dscale"] =
  151. {
  152. ["y"] = 0,
  153. ["x"] = 0,
  154. ["z"] = 0
  155. },
  156. ["vscale"] =
  157. {
  158. ["y"] = 0,
  159. ["x"] = 0,
  160. ["z"] = 0
  161. },
  162. ["rotation"] =
  163. {
  164. ["y"] = 0,
  165. ["x"] = 0,
  166. ["z"] = 0
  167. },
  168. ["position"] =
  169. {
  170. ["y"] = 0,
  171. ["x"] = 0,
  172. ["z"] = 0
  173. },
  174. ["vrotation"] =
  175. {
  176. ["y"] = 0,
  177. ["x"] = 0,
  178. ["z"] = 0
  179. },
  180. ["vposition"] =
  181. {
  182. ["y"] = 0,
  183. ["x"] = 0,
  184. ["z"] = 0
  185. }
  186. },
  187. [2] =
  188. {
  189. ["drotation"] =
  190. {
  191. ["y"] = 0,
  192. ["x"] = 0,
  193. ["z"] = 0
  194. },
  195. ["dposition"] =
  196. {
  197. ["y"] = 0,
  198. ["x"] = 0,
  199. ["z"] = 0
  200. },
  201. ["scale"] =
  202. {
  203. ["y"] = 0,
  204. ["x"] = 0,
  205. ["z"] = 0
  206. },
  207. ["dscale"] =
  208. {
  209. ["y"] = 0,
  210. ["x"] = 0,
  211. ["z"] = 0
  212. },
  213. ["vscale"] =
  214. {
  215. ["y"] = 0,
  216. ["x"] = 0,
  217. ["z"] = 0
  218. },
  219. ["rotation"] =
  220. {
  221. ["y"] = 0,
  222. ["x"] = 0,
  223. ["z"] = 0
  224. },
  225. ["position"] =
  226. {
  227. ["y"] = 0,
  228. ["x"] = 0,
  229. ["z"] = 0
  230. },
  231. ["vrotation"] =
  232. {
  233. ["y"] = 0,
  234. ["x"] = 0,
  235. ["z"] = 0
  236. },
  237. ["vposition"] =
  238. {
  239. ["y"] = 0,
  240. ["x"] = 0,
  241. ["z"] = 0
  242. }
  243. },
  244. [3] =
  245. {
  246. ["drotation"] =
  247. {
  248. ["y"] = 0,
  249. ["x"] = 0,
  250. ["z"] = 0
  251. },
  252. ["dposition"] =
  253. {
  254. ["y"] = 0,
  255. ["x"] = 0,
  256. ["z"] = 0
  257. },
  258. ["scale"] =
  259. {
  260. ["y"] = 0,
  261. ["x"] = 0,
  262. ["z"] = 0
  263. },
  264. ["dscale"] =
  265. {
  266. ["y"] = 0,
  267. ["x"] = 0,
  268. ["z"] = 0
  269. },
  270. ["vscale"] =
  271. {
  272. ["y"] = 0,
  273. ["x"] = 0,
  274. ["z"] = 0
  275. },
  276. ["rotation"] =
  277. {
  278. ["y"] = 0,
  279. ["x"] = 0,
  280. ["z"] = 0
  281. },
  282. ["position"] =
  283. {
  284. ["y"] = 0,
  285. ["x"] = 0,
  286. ["z"] = 0
  287. },
  288. ["vrotation"] =
  289. {
  290. ["y"] = 0,
  291. ["x"] = 0,
  292. ["z"] = 0
  293. },
  294. ["vposition"] =
  295. {
  296. ["y"] = 0,
  297. ["x"] = 0,
  298. ["z"] = 0
  299. }
  300. },
  301. [4] =
  302. {
  303. ["drotation"] =
  304. {
  305. ["y"] = 0,
  306. ["x"] = 0,
  307. ["z"] = 0
  308. },
  309. ["dposition"] =
  310. {
  311. ["y"] = 0,
  312. ["x"] = 0,
  313. ["z"] = 0
  314. },
  315. ["scale"] =
  316. {
  317. ["y"] = 0,
  318. ["x"] = 0,
  319. ["z"] = 0
  320. },
  321. ["dscale"] =
  322. {
  323. ["y"] = 0,
  324. ["x"] = 0,
  325. ["z"] = 0
  326. },
  327. ["vscale"] =
  328. {
  329. ["y"] = 0,
  330. ["x"] = 0,
  331. ["z"] = 0
  332. },
  333. ["rotation"] =
  334. {
  335. ["y"] = 0,
  336. ["x"] = 0,
  337. ["z"] = 0
  338. },
  339. ["position"] =
  340. {
  341. ["y"] = 0,
  342. ["x"] = 0,
  343. ["z"] = 0
  344. },
  345. ["vrotation"] =
  346. {
  347. ["y"] = 0,
  348. ["x"] = 0,
  349. ["z"] = 0
  350. },
  351. ["vposition"] =
  352. {
  353. ["y"] = 0,
  354. ["x"] = 0,
  355. ["z"] = 0
  356. }
  357. },
  358. [5] =
  359. {
  360. ["drotation"] =
  361. {
  362. ["y"] = 0,
  363. ["x"] = 0,
  364. ["z"] = 0
  365. },
  366. ["dposition"] =
  367. {
  368. ["y"] = 0,
  369. ["x"] = 0,
  370. ["z"] = 0
  371. },
  372. ["scale"] =
  373. {
  374. ["y"] = 0,
  375. ["x"] = 0,
  376. ["z"] = 0
  377. },
  378. ["dscale"] =
  379. {
  380. ["y"] = 0,
  381. ["x"] = 0,
  382. ["z"] = 0
  383. },
  384. ["vscale"] =
  385. {
  386. ["y"] = 0,
  387. ["x"] = 0,
  388. ["z"] = 0
  389. },
  390. ["rotation"] =
  391. {
  392. ["y"] = 0,
  393. ["x"] = 0,
  394. ["z"] = 0
  395. },
  396. ["position"] =
  397. {
  398. ["y"] = 0,
  399. ["x"] = 0,
  400. ["z"] = 0
  401. },
  402. ["vrotation"] =
  403. {
  404. ["y"] = 0,
  405. ["x"] = 0,
  406. ["z"] = 0
  407. },
  408. ["vposition"] =
  409. {
  410. ["y"] = 0,
  411. ["x"] = 0,
  412. ["z"] = 0
  413. }
  414. }
  415. },
  416. ["description"] = "",
  417. ["createdDate"] = 1000,
  418. ["lowerDesc"] = "",
  419. ["scales"] =
  420. {
  421. ["LowerLegHeight"] = (AllBodyInputBox.Text),
  422. ["UpperTorsoWidth"] = (AllBodyInputBox.Text),
  423. ["UpperArmHeight"] = (AllBodyInputBox.Text),
  424. ["HandHeight"] = (AllBodyInputBox.Text),
  425. ["UpperLegWidth"] = (AllBodyInputBox.Text),
  426. ["LowerArmWidth"] = (AllBodyInputBox.Text),
  427. ["FootWidth"] = (AllBodyInputBox.Text),
  428. ["LowerArmHeight"] = (AllBodyInputBox.Text),
  429. ["UpperArmWidth"] = (AllBodyInputBox.Text),
  430. ["FootHeight"] = (AllBodyInputBox.Text),
  431. ["LowerTorsoWidth"] = (AllBodyInputBox.Text),
  432. ["UpperTorsoHeight"] = (AllBodyInputBox.Text),
  433. ["HandWidth"] = (AllBodyInputBox.Text),
  434. ["HeadScale"] = (AllBodyInputBox.Text),
  435. ["UpperLegHeight"] = (AllBodyInputBox.Text),
  436. ["LowerTorsoHeight"] = (AllBodyInputBox.Text),
  437. ["LowerLegWidth"] = (AllBodyInputBox.Text)
  438. },
  439. ["name"] = "",
  440. ["outfitId"] = 1,
  441. ["isOutfit"] = true,
  442. ["collageSeed"] = 0,
  443. ["lowerName"] = ""
  444. }
  445. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  446. Event:FireServer(OOF)
  447. end)
  448.  
  449. AllBodyConfigInfo.Name = "AllBodyConfigInfo"
  450. AllBodyConfigInfo.Parent = AllBodyConfigFrame
  451. AllBodyConfigInfo.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  452. AllBodyConfigInfo.BorderColor3 = Color3.new(0, 0, 0)
  453. AllBodyConfigInfo.Position = UDim2.new(0.475362301, 0, 0.0405982919, 0)
  454. AllBodyConfigInfo.Size = UDim2.new(0, 168, 0, 215)
  455. AllBodyConfigInfo.Font = Enum.Font.SourceSans
  456. AllBodyConfigInfo.Text = "This part of the GUI changes every body parts length and width all at the same time. This just makes you a simple titan. Just input a number into the box and then click \"Change\" "
  457. AllBodyConfigInfo.TextColor3 = Color3.new(0, 0, 0)
  458. AllBodyConfigInfo.TextScaled = true
  459. AllBodyConfigInfo.TextSize = 14
  460. AllBodyConfigInfo.TextWrapped = true
  461.  
  462. BodyConfigFrame.Name = "BodyConfigFrame"
  463. BodyConfigFrame.Parent = Mainframe
  464. BodyConfigFrame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  465. BodyConfigFrame.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  466. BodyConfigFrame.Position = UDim2.new(0, 0, 0.0930232555, 0)
  467. BodyConfigFrame.Size = UDim2.new(0, 345, 0, 234)
  468.  
  469. TextLabel.Parent = BodyConfigFrame
  470. TextLabel.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  471. TextLabel.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  472. TextLabel.BorderSizePixel = 0
  473. TextLabel.Position = UDim2.new(0.262357444, 0, 0.606030822, 0)
  474. TextLabel.Size = UDim2.new(0, 76, 0, 10)
  475. TextLabel.Font = Enum.Font.SourceSans
  476. TextLabel.Text = "Foot"
  477. TextLabel.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  478. TextLabel.TextSize = 14
  479.  
  480. BodyChangeButton.Name = "BodyChangeButton"
  481. BodyChangeButton.Parent = BodyConfigFrame
  482. BodyChangeButton.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  483. BodyChangeButton.BorderColor3 = Color3.new(0, 0, 0)
  484. BodyChangeButton.Position = UDim2.new(0.750724614, 0, 0.820512831, 0)
  485. BodyChangeButton.Size = UDim2.new(0, 76, 0, 22)
  486. BodyChangeButton.Font = Enum.Font.SourceSans
  487. BodyChangeButton.Text = "Change"
  488. BodyChangeButton.TextColor3 = Color3.new(0, 0, 0)
  489. BodyChangeButton.TextSize = 14
  490. BodyChangeButton.MouseButton1Click:Connect(function()
  491. local OOF =
  492. {
  493. ["assets"] =
  494. {
  495. [1] =
  496. {
  497. ["drotation"] =
  498. {
  499. ["y"] = 0,
  500. ["x"] = 0,
  501. ["z"] = 0
  502. },
  503. ["dposition"] =
  504. {
  505. ["y"] = 0,
  506. ["x"] = 0,
  507. ["z"] = 0
  508. },
  509. ["scale"] =
  510. {
  511. ["y"] = 0,
  512. ["x"] = 0,
  513. ["z"] = 0
  514. },
  515. ["dscale"] =
  516. {
  517. ["y"] = 0,
  518. ["x"] = 0,
  519. ["z"] = 0
  520. },
  521. ["vscale"] =
  522. {
  523. ["y"] = 0,
  524. ["x"] = 0,
  525. ["z"] = 0
  526. },
  527. ["rotation"] =
  528. {
  529. ["y"] = 0,
  530. ["x"] = 0,
  531. ["z"] = 0
  532. },
  533. ["position"] =
  534. {
  535. ["y"] = 0,
  536. ["x"] = 0,
  537. ["z"] = 0
  538. },
  539. ["vrotation"] =
  540. {
  541. ["y"] = 0,
  542. ["x"] = 0,
  543. ["z"] = 0
  544. },
  545. ["vposition"] =
  546. {
  547. ["y"] = 0,
  548. ["x"] = 0,
  549. ["z"] = 0
  550. }
  551. },
  552. [2] =
  553. {
  554. ["drotation"] =
  555. {
  556. ["y"] = 0,
  557. ["x"] = 0,
  558. ["z"] = 0
  559. },
  560. ["dposition"] =
  561. {
  562. ["y"] = 0,
  563. ["x"] = 0,
  564. ["z"] = 0
  565. },
  566. ["scale"] =
  567. {
  568. ["y"] = 0,
  569. ["x"] = 0,
  570. ["z"] = 0
  571. },
  572. ["dscale"] =
  573. {
  574. ["y"] = 0,
  575. ["x"] = 0,
  576. ["z"] = 0
  577. },
  578. ["vscale"] =
  579. {
  580. ["y"] = 0,
  581. ["x"] = 0,
  582. ["z"] = 0
  583. },
  584. ["rotation"] =
  585. {
  586. ["y"] = 0,
  587. ["x"] = 0,
  588. ["z"] = 0
  589. },
  590. ["position"] =
  591. {
  592. ["y"] = 0,
  593. ["x"] = 0,
  594. ["z"] = 0
  595. },
  596. ["vrotation"] =
  597. {
  598. ["y"] = 0,
  599. ["x"] = 0,
  600. ["z"] = 0
  601. },
  602. ["vposition"] =
  603. {
  604. ["y"] = 0,
  605. ["x"] = 0,
  606. ["z"] = 0
  607. }
  608. },
  609. [3] =
  610. {
  611. ["drotation"] =
  612. {
  613. ["y"] = 0,
  614. ["x"] = 0,
  615. ["z"] = 0
  616. },
  617. ["dposition"] =
  618. {
  619. ["y"] = 0,
  620. ["x"] = 0,
  621. ["z"] = 0
  622. },
  623. ["scale"] =
  624. {
  625. ["y"] = 0,
  626. ["x"] = 0,
  627. ["z"] = 0
  628. },
  629. ["dscale"] =
  630. {
  631. ["y"] = 0,
  632. ["x"] = 0,
  633. ["z"] = 0
  634. },
  635. ["vscale"] =
  636. {
  637. ["y"] = 0,
  638. ["x"] = 0,
  639. ["z"] = 0
  640. },
  641. ["rotation"] =
  642. {
  643. ["y"] = 0,
  644. ["x"] = 0,
  645. ["z"] = 0
  646. },
  647. ["position"] =
  648. {
  649. ["y"] = 0,
  650. ["x"] = 0,
  651. ["z"] = 0
  652. },
  653. ["vrotation"] =
  654. {
  655. ["y"] = 0,
  656. ["x"] = 0,
  657. ["z"] = 0
  658. },
  659. ["vposition"] =
  660. {
  661. ["y"] = 0,
  662. ["x"] = 0,
  663. ["z"] = 0
  664. }
  665. },
  666. [4] =
  667. {
  668. ["drotation"] =
  669. {
  670. ["y"] = 0,
  671. ["x"] = 0,
  672. ["z"] = 0
  673. },
  674. ["dposition"] =
  675. {
  676. ["y"] = 0,
  677. ["x"] = 0,
  678. ["z"] = 0
  679. },
  680. ["scale"] =
  681. {
  682. ["y"] = 0,
  683. ["x"] = 0,
  684. ["z"] = 0
  685. },
  686. ["dscale"] =
  687. {
  688. ["y"] = 0,
  689. ["x"] = 0,
  690. ["z"] = 0
  691. },
  692. ["vscale"] =
  693. {
  694. ["y"] = 0,
  695. ["x"] = 0,
  696. ["z"] = 0
  697. },
  698. ["rotation"] =
  699. {
  700. ["y"] = 0,
  701. ["x"] = 0,
  702. ["z"] = 0
  703. },
  704. ["position"] =
  705. {
  706. ["y"] = 0,
  707. ["x"] = 0,
  708. ["z"] = 0
  709. },
  710. ["vrotation"] =
  711. {
  712. ["y"] = 0,
  713. ["x"] = 0,
  714. ["z"] = 0
  715. },
  716. ["vposition"] =
  717. {
  718. ["y"] = 0,
  719. ["x"] = 0,
  720. ["z"] = 0
  721. }
  722. },
  723. [5] =
  724. {
  725. ["drotation"] =
  726. {
  727. ["y"] = 0,
  728. ["x"] = 0,
  729. ["z"] = 0
  730. },
  731. ["dposition"] =
  732. {
  733. ["y"] = 0,
  734. ["x"] = 0,
  735. ["z"] = 0
  736. },
  737. ["scale"] =
  738. {
  739. ["y"] = 0,
  740. ["x"] = 0,
  741. ["z"] = 0
  742. },
  743. ["dscale"] =
  744. {
  745. ["y"] = 0,
  746. ["x"] = 0,
  747. ["z"] = 0
  748. },
  749. ["vscale"] =
  750. {
  751. ["y"] = 0,
  752. ["x"] = 0,
  753. ["z"] = 0
  754. },
  755. ["rotation"] =
  756. {
  757. ["y"] = 0,
  758. ["x"] = 0,
  759. ["z"] = 0
  760. },
  761. ["position"] =
  762. {
  763. ["y"] = 0,
  764. ["x"] = 0,
  765. ["z"] = 0
  766. },
  767. ["vrotation"] =
  768. {
  769. ["y"] = 0,
  770. ["x"] = 0,
  771. ["z"] = 0
  772. },
  773. ["vposition"] =
  774. {
  775. ["y"] = 0,
  776. ["x"] = 0,
  777. ["z"] = 0
  778. }
  779. }
  780. },
  781. ["description"] = "",
  782. ["createdDate"] = 1000,
  783. ["lowerDesc"] = "",
  784. ["scales"] =
  785. {
  786. ["LowerLegHeight"] = (LowerLegHeightBox.Text),
  787. ["UpperTorsoWidth"] = (UpperTorsoHeightBox.Text),
  788. ["UpperArmHeight"] = (UpperArmHeightBox.Text),
  789. ["HandHeight"] = (HandHeightBox.Text),
  790. ["UpperLegWidth"] = (UpperLegWidthBox.Text),
  791. ["LowerArmWidth"] = (LowerArmWidthBox.Text),
  792. ["FootWidth"] = (FootWidthBox.Text),
  793. ["LowerArmHeight"] = (LowerArmHeightBox.Text),
  794. ["UpperArmWidth"] = (UpperArmWidthBox.Text),
  795. ["FootHeight"] = (FootHeightBox.Text),
  796. ["LowerTorsoWidth"] = (LowerTorsoWidthBox.Text),
  797. ["UpperTorsoHeight"] = (UpperTorsoHeightBox.Text),
  798. ["HandWidth"] = (HandWidthBox.Text),
  799. ["HeadScale"] = (HeadScaleBox.Text),
  800. ["UpperLegHeight"] = (UpperLegHeightBox.Text),
  801. ["LowerTorsoHeight"] = (LowerTorsoHeightBox.Text),
  802. ["LowerLegWidth"] = (LowerLegWidthBox.Text)
  803. },
  804. ["name"] = "",
  805. ["outfitId"] = 1,
  806. ["isOutfit"] = true,
  807. ["collageSeed"] = 0,
  808. ["lowerName"] = ""
  809. }
  810. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  811. Event:FireServer(OOF)
  812. end)
  813.  
  814. TextLabel_2.Parent = BodyConfigFrame
  815. TextLabel_2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  816. TextLabel_2.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  817. TextLabel_2.Position = UDim2.new(0.0189274456, 0, 0.0306122452, 0)
  818. TextLabel_2.Size = UDim2.new(0, 76, 0, 17)
  819. TextLabel_2.Font = Enum.Font.SourceSans
  820. TextLabel_2.Text = "Height"
  821. TextLabel_2.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  822. TextLabel_2.TextSize = 14
  823.  
  824. TextLabel_3.Parent = BodyConfigFrame
  825. TextLabel_3.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  826. TextLabel_3.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  827. TextLabel_3.BorderSizePixel = 0
  828. TextLabel_3.Position = UDim2.new(0.0410094634, 0, 0.126591653, 0)
  829. TextLabel_3.Size = UDim2.new(0, 62, 0, 10)
  830. TextLabel_3.Font = Enum.Font.SourceSans
  831. TextLabel_3.Text = "Up Leg"
  832. TextLabel_3.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  833. TextLabel_3.TextSize = 14
  834. TextLabel_3.TextWrapped = true
  835.  
  836. UpperLegHeightBox.Name = "UpperLegHeightBox"
  837. UpperLegHeightBox.Parent = BodyConfigFrame
  838. UpperLegHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  839. UpperLegHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  840. UpperLegHeightBox.Position = UDim2.new(0.0223538037, 0, 0.197680861, 0)
  841. UpperLegHeightBox.Size = UDim2.new(0, 76, 0, 15)
  842. UpperLegHeightBox.Font = Enum.Font.SourceSans
  843. UpperLegHeightBox.Text = "Input"
  844. UpperLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
  845. UpperLegHeightBox.TextSize = 14
  846.  
  847. TextLabel_4.Parent = BodyConfigFrame
  848. TextLabel_4.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  849. TextLabel_4.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  850. TextLabel_4.BorderSizePixel = 0
  851. TextLabel_4.Position = UDim2.new(0.0223538037, 0, 0.288308948, 0)
  852. TextLabel_4.Size = UDim2.new(0, 76, 0, 10)
  853. TextLabel_4.Font = Enum.Font.SourceSans
  854. TextLabel_4.Text = "Low Leg"
  855. TextLabel_4.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  856. TextLabel_4.TextSize = 14
  857.  
  858. LowerLegHeightBox.Name = "LowerLegHeightBox"
  859. LowerLegHeightBox.Parent = BodyConfigFrame
  860. LowerLegHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  861. LowerLegHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  862. LowerLegHeightBox.Position = UDim2.new(0.0223538037, 0, 0.353990823, 0)
  863. LowerLegHeightBox.Size = UDim2.new(0, 76, 0, 15)
  864. LowerLegHeightBox.Font = Enum.Font.SourceSans
  865. LowerLegHeightBox.Text = "Input"
  866. LowerLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
  867. LowerLegHeightBox.TextSize = 14
  868.  
  869. UpperArmHeightBox.Name = "UpperArmHeightBox"
  870. UpperArmHeightBox.Parent = BodyConfigFrame
  871. UpperArmHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  872. UpperArmHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  873. UpperArmHeightBox.Position = UDim2.new(0.0226098262, 0, 0.518825948, 0)
  874. UpperArmHeightBox.Size = UDim2.new(0, 76, 0, 15)
  875. UpperArmHeightBox.Font = Enum.Font.SourceSans
  876. UpperArmHeightBox.Text = "Input"
  877. UpperArmHeightBox.TextColor3 = Color3.new(0, 0, 0)
  878. UpperArmHeightBox.TextSize = 14
  879.  
  880. TextLabel_5.Parent = BodyConfigFrame
  881. TextLabel_5.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  882. TextLabel_5.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  883. TextLabel_5.Position = UDim2.new(0.264472157, 0, 0.0280612241, 0)
  884. TextLabel_5.Size = UDim2.new(0, 76, 0, 17)
  885. TextLabel_5.Font = Enum.Font.SourceSans
  886. TextLabel_5.Text = "Height"
  887. TextLabel_5.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  888. TextLabel_5.TextSize = 14
  889.  
  890. TextLabel_6.Parent = BodyConfigFrame
  891. TextLabel_6.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  892. TextLabel_6.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  893. TextLabel_6.BorderSizePixel = 0
  894. TextLabel_6.Position = UDim2.new(0.283655703, 0, 0.126591623, 0)
  895. TextLabel_6.Size = UDim2.new(0, 62, 0, 10)
  896. TextLabel_6.Font = Enum.Font.SourceSans
  897. TextLabel_6.Text = "Up Torso"
  898. TextLabel_6.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  899. TextLabel_6.TextSize = 14
  900. TextLabel_6.TextWrapped = true
  901.  
  902. UpperTorsoHeightBox.Name = "UpperTorsoHeightBox"
  903. UpperTorsoHeightBox.Parent = BodyConfigFrame
  904. UpperTorsoHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  905. UpperTorsoHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  906. UpperTorsoHeightBox.Position = UDim2.new(0.264157325, 0, 0.197680861, 0)
  907. UpperTorsoHeightBox.Size = UDim2.new(0, 76, 0, 15)
  908. UpperTorsoHeightBox.Font = Enum.Font.SourceSans
  909. UpperTorsoHeightBox.Text = "Input"
  910. UpperTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
  911. UpperTorsoHeightBox.TextSize = 14
  912.  
  913. TextLabel_7.Parent = BodyConfigFrame
  914. TextLabel_7.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  915. TextLabel_7.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  916. TextLabel_7.BorderSizePixel = 0
  917. TextLabel_7.Position = UDim2.new(0.262357444, 0, 0.442896396, 0)
  918. TextLabel_7.Size = UDim2.new(0, 76, 0, 10)
  919. TextLabel_7.Font = Enum.Font.SourceSans
  920. TextLabel_7.Text = "Hand"
  921. TextLabel_7.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  922. TextLabel_7.TextSize = 14
  923.  
  924. LowerTorsoHeightBox.Name = "LowerTorsoHeightBox"
  925. LowerTorsoHeightBox.Parent = BodyConfigFrame
  926. LowerTorsoHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  927. LowerTorsoHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  928. LowerTorsoHeightBox.Position = UDim2.new(0.264413357, 0, 0.353990823, 0)
  929. LowerTorsoHeightBox.Size = UDim2.new(0, 76, 0, 15)
  930. LowerTorsoHeightBox.Font = Enum.Font.SourceSans
  931. LowerTorsoHeightBox.Text = "Input"
  932. LowerTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
  933. LowerTorsoHeightBox.TextSize = 14
  934.  
  935. LowerArmHeightBox.Name = "LowerArmHeightBox"
  936. LowerArmHeightBox.Parent = BodyConfigFrame
  937. LowerArmHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  938. LowerArmHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  939. LowerArmHeightBox.Position = UDim2.new(0.0194552522, 0, 0.677686989, 0)
  940. LowerArmHeightBox.Size = UDim2.new(0, 76, 0, 15)
  941. LowerArmHeightBox.Font = Enum.Font.SourceSans
  942. LowerArmHeightBox.Text = "Input"
  943. LowerArmHeightBox.TextColor3 = Color3.new(0, 0, 0)
  944. LowerArmHeightBox.TextSize = 14
  945.  
  946. HandHeightBox.Name = "HandHeightBox"
  947. HandHeightBox.Parent = BodyConfigFrame
  948. HandHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  949. HandHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  950. HandHeightBox.Position = UDim2.new(0.264669389, 0, 0.518825948, 0)
  951. HandHeightBox.Size = UDim2.new(0, 76, 0, 15)
  952. HandHeightBox.Font = Enum.Font.SourceSans
  953. HandHeightBox.Text = "Input"
  954. HandHeightBox.TextColor3 = Color3.new(0, 0, 0)
  955. HandHeightBox.TextSize = 14
  956.  
  957. TextLabel_8.Parent = BodyConfigFrame
  958. TextLabel_8.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  959. TextLabel_8.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  960. TextLabel_8.BorderSizePixel = 0
  961. TextLabel_8.Position = UDim2.new(0.0226098262, 0, 0.606030822, 0)
  962. TextLabel_8.Size = UDim2.new(0, 76, 0, 10)
  963. TextLabel_8.Font = Enum.Font.SourceSans
  964. TextLabel_8.Text = "Low Arm"
  965. TextLabel_8.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  966. TextLabel_8.TextSize = 14
  967.  
  968. FootHeightBox.Name = "FootHeightBox"
  969. FootHeightBox.Parent = BodyConfigFrame
  970. FootHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  971. FootHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  972. FootHeightBox.Position = UDim2.new(0.264157325, 0, 0.677686989, 0)
  973. FootHeightBox.Size = UDim2.new(0, 76, 0, 15)
  974. FootHeightBox.Font = Enum.Font.SourceSans
  975. FootHeightBox.Text = "Input"
  976. FootHeightBox.TextColor3 = Color3.new(0, 0, 0)
  977. FootHeightBox.TextSize = 14
  978.  
  979. TextLabel_9.Parent = BodyConfigFrame
  980. TextLabel_9.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  981. TextLabel_9.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  982. TextLabel_9.BorderSizePixel = 0
  983. TextLabel_9.Position = UDim2.new(0.259202898, 0, 0.288308948, 0)
  984. TextLabel_9.Size = UDim2.new(0, 76, 0, 10)
  985. TextLabel_9.Font = Enum.Font.SourceSans
  986. TextLabel_9.Text = "Low Torso"
  987. TextLabel_9.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  988. TextLabel_9.TextSize = 14
  989.  
  990. TextLabel_10.Parent = BodyConfigFrame
  991. TextLabel_10.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  992. TextLabel_10.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  993. TextLabel_10.BorderSizePixel = 0
  994. TextLabel_10.Position = UDim2.new(0.0226098262, 0, 0.442896396, 0)
  995. TextLabel_10.Size = UDim2.new(0, 76, 0, 10)
  996. TextLabel_10.Font = Enum.Font.SourceSans
  997. TextLabel_10.Text = "Up Arm"
  998. TextLabel_10.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  999. TextLabel_10.TextSize = 14
  1000.  
  1001. TextLabel_11.Parent = BodyConfigFrame
  1002. TextLabel_11.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1003. TextLabel_11.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1004. TextLabel_11.Position = UDim2.new(0.510016859, 0, 0.0280612241, 0)
  1005. TextLabel_11.Size = UDim2.new(0, 76, 0, 17)
  1006. TextLabel_11.Font = Enum.Font.SourceSans
  1007. TextLabel_11.Text = "Width"
  1008. TextLabel_11.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1009. TextLabel_11.TextSize = 14
  1010.  
  1011. TextLabel_12.Parent = BodyConfigFrame
  1012. TextLabel_12.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1013. TextLabel_12.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1014. TextLabel_12.Position = UDim2.new(0.750020564, 0, 0.0280612241, 0)
  1015. TextLabel_12.Size = UDim2.new(0, 76, 0, 17)
  1016. TextLabel_12.Font = Enum.Font.SourceSans
  1017. TextLabel_12.Text = "Width"
  1018. TextLabel_12.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1019. TextLabel_12.TextSize = 14
  1020.  
  1021. TextLabel_13.Parent = BodyConfigFrame
  1022. TextLabel_13.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1023. TextLabel_13.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1024. TextLabel_13.BorderSizePixel = 0
  1025. TextLabel_13.Position = UDim2.new(0.527965963, 0, 0.126591653, 0)
  1026. TextLabel_13.Size = UDim2.new(0, 62, 0, 10)
  1027. TextLabel_13.Font = Enum.Font.SourceSans
  1028. TextLabel_13.Text = "Up Leg"
  1029. TextLabel_13.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1030. TextLabel_13.TextSize = 14
  1031. TextLabel_13.TextWrapped = true
  1032.  
  1033. TextLabel_14.Parent = BodyConfigFrame
  1034. TextLabel_14.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1035. TextLabel_14.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1036. TextLabel_14.BorderSizePixel = 0
  1037. TextLabel_14.Position = UDim2.new(0.779307783, 0, 0.126591623, 0)
  1038. TextLabel_14.Size = UDim2.new(0, 62, 0, 10)
  1039. TextLabel_14.Font = Enum.Font.SourceSans
  1040. TextLabel_14.Text = "Up Torso"
  1041. TextLabel_14.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1042. TextLabel_14.TextSize = 14
  1043. TextLabel_14.TextWrapped = true
  1044.  
  1045. UpperTorsoWidthBox.Name = "UpperTorsoWidthBox"
  1046. UpperTorsoWidthBox.Parent = BodyConfigFrame
  1047. UpperTorsoWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1048. UpperTorsoWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1049. UpperTorsoWidthBox.Position = UDim2.new(0.751113892, 0, 0.197680891, 0)
  1050. UpperTorsoWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1051. UpperTorsoWidthBox.Font = Enum.Font.SourceSans
  1052. UpperTorsoWidthBox.Text = "Input"
  1053. UpperTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1054. UpperTorsoWidthBox.TextSize = 14
  1055.  
  1056. UpperLegWidthBox.Name = "UpperLegWidthBox"
  1057. UpperLegWidthBox.Parent = BodyConfigFrame
  1058. UpperLegWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1059. UpperLegWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1060. UpperLegWidthBox.Position = UDim2.new(0.509310305, 0, 0.197680861, 0)
  1061. UpperLegWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1062. UpperLegWidthBox.Font = Enum.Font.SourceSans
  1063. UpperLegWidthBox.Text = "Input"
  1064. UpperLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1065. UpperLegWidthBox.TextSize = 14
  1066.  
  1067. TextLabel_15.Parent = BodyConfigFrame
  1068. TextLabel_15.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1069. TextLabel_15.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1070. TextLabel_15.BorderSizePixel = 0
  1071. TextLabel_15.Position = UDim2.new(0.509310305, 0, 0.288308948, 0)
  1072. TextLabel_15.Size = UDim2.new(0, 76, 0, 10)
  1073. TextLabel_15.Font = Enum.Font.SourceSans
  1074. TextLabel_15.Text = "Low Leg"
  1075. TextLabel_15.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1076. TextLabel_15.TextSize = 14
  1077.  
  1078. TextLabel_16.Parent = BodyConfigFrame
  1079. TextLabel_16.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1080. TextLabel_16.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1081. TextLabel_16.BorderSizePixel = 0
  1082. TextLabel_16.Position = UDim2.new(0.746159434, 0, 0.288308948, 0)
  1083. TextLabel_16.Size = UDim2.new(0, 76, 0, 10)
  1084. TextLabel_16.Font = Enum.Font.SourceSans
  1085. TextLabel_16.Text = "Low Torso"
  1086. TextLabel_16.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1087. TextLabel_16.TextSize = 14
  1088.  
  1089. LowerTorsoWidthBox.Name = "LowerTorsoWidthBox"
  1090. LowerTorsoWidthBox.Parent = BodyConfigFrame
  1091. LowerTorsoWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1092. LowerTorsoWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1093. LowerTorsoWidthBox.Position = UDim2.new(0.751369834, 0, 0.353990823, 0)
  1094. LowerTorsoWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1095. LowerTorsoWidthBox.Font = Enum.Font.SourceSans
  1096. LowerTorsoWidthBox.Text = "Input"
  1097. LowerTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1098. LowerTorsoWidthBox.TextSize = 14
  1099.  
  1100. LowerLegWidthBox.Name = "LowerLegWidthBox"
  1101. LowerLegWidthBox.Parent = BodyConfigFrame
  1102. LowerLegWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1103. LowerLegWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1104. LowerLegWidthBox.Position = UDim2.new(0.509310305, 0, 0.353990823, 0)
  1105. LowerLegWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1106. LowerLegWidthBox.Font = Enum.Font.SourceSans
  1107. LowerLegWidthBox.Text = "Input"
  1108. LowerLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1109. LowerLegWidthBox.TextSize = 14
  1110.  
  1111. TextLabel_17.Parent = BodyConfigFrame
  1112. TextLabel_17.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1113. TextLabel_17.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1114. TextLabel_17.BorderSizePixel = 0
  1115. TextLabel_17.Position = UDim2.new(0.509566307, 0, 0.442896396, 0)
  1116. TextLabel_17.Size = UDim2.new(0, 76, 0, 10)
  1117. TextLabel_17.Font = Enum.Font.SourceSans
  1118. TextLabel_17.Text = "Up Arm"
  1119. TextLabel_17.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1120. TextLabel_17.TextSize = 14
  1121.  
  1122. TextLabel_18.Parent = BodyConfigFrame
  1123. TextLabel_18.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1124. TextLabel_18.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1125. TextLabel_18.BorderSizePixel = 0
  1126. TextLabel_18.Position = UDim2.new(0.749313951, 0, 0.442896396, 0)
  1127. TextLabel_18.Size = UDim2.new(0, 76, 0, 10)
  1128. TextLabel_18.Font = Enum.Font.SourceSans
  1129. TextLabel_18.Text = "Hand"
  1130. TextLabel_18.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1131. TextLabel_18.TextSize = 14
  1132.  
  1133. HandWidthBox.Name = "HandWidthBox"
  1134. HandWidthBox.Parent = BodyConfigFrame
  1135. HandWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1136. HandWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1137. HandWidthBox.Position = UDim2.new(0.751625896, 0, 0.518825948, 0)
  1138. HandWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1139. HandWidthBox.Font = Enum.Font.SourceSans
  1140. HandWidthBox.Text = "Input"
  1141. HandWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1142. HandWidthBox.TextSize = 14
  1143.  
  1144. UpperArmWidthBox.Name = "UpperArmWidthBox"
  1145. UpperArmWidthBox.Parent = BodyConfigFrame
  1146. UpperArmWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1147. UpperArmWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1148. UpperArmWidthBox.Position = UDim2.new(0.509566307, 0, 0.518825948, 0)
  1149. UpperArmWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1150. UpperArmWidthBox.Font = Enum.Font.SourceSans
  1151. UpperArmWidthBox.Text = "Input"
  1152. UpperArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1153. UpperArmWidthBox.TextSize = 14
  1154.  
  1155. TextLabel_19.Parent = BodyConfigFrame
  1156. TextLabel_19.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1157. TextLabel_19.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1158. TextLabel_19.BorderSizePixel = 0
  1159. TextLabel_19.Position = UDim2.new(0.509566307, 0, 0.606030822, 0)
  1160. TextLabel_19.Size = UDim2.new(0, 76, 0, 10)
  1161. TextLabel_19.Font = Enum.Font.SourceSans
  1162. TextLabel_19.Text = "Low Arm"
  1163. TextLabel_19.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1164. TextLabel_19.TextSize = 14
  1165.  
  1166. TextLabel_20.Parent = BodyConfigFrame
  1167. TextLabel_20.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1168. TextLabel_20.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1169. TextLabel_20.BorderSizePixel = 0
  1170. TextLabel_20.Position = UDim2.new(0.749313951, 0, 0.606030822, 0)
  1171. TextLabel_20.Size = UDim2.new(0, 76, 0, 10)
  1172. TextLabel_20.Font = Enum.Font.SourceSans
  1173. TextLabel_20.Text = "Foot"
  1174. TextLabel_20.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1175. TextLabel_20.TextSize = 14
  1176.  
  1177. LowerArmWidthBox.Name = "LowerArmWidthBox"
  1178. LowerArmWidthBox.Parent = BodyConfigFrame
  1179. LowerArmWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1180. LowerArmWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1181. LowerArmWidthBox.Position = UDim2.new(0.506411731, 0, 0.677686989, 0)
  1182. LowerArmWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1183. LowerArmWidthBox.Font = Enum.Font.SourceSans
  1184. LowerArmWidthBox.Text = "Input"
  1185. LowerArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1186. LowerArmWidthBox.TextSize = 14
  1187.  
  1188. FootWidthBox.Name = "FootWidthBox"
  1189. FootWidthBox.Parent = BodyConfigFrame
  1190. FootWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1191. FootWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1192. FootWidthBox.Position = UDim2.new(0.751113832, 0, 0.677686989, 0)
  1193. FootWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1194. FootWidthBox.Font = Enum.Font.SourceSans
  1195. FootWidthBox.Text = "Input"
  1196. FootWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1197. FootWidthBox.TextSize = 14
  1198.  
  1199. HeadScaleBox.Name = "HeadScaleBox"
  1200. HeadScaleBox.Parent = BodyConfigFrame
  1201. HeadScaleBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1202. HeadScaleBox.BorderColor3 = Color3.new(0, 0, 0)
  1203. HeadScaleBox.Position = UDim2.new(0.387571156, 0, 0.84862715, 0)
  1204. HeadScaleBox.Size = UDim2.new(0, 76, 0, 15)
  1205. HeadScaleBox.Font = Enum.Font.SourceSans
  1206. HeadScaleBox.Text = "Input"
  1207. HeadScaleBox.TextColor3 = Color3.new(0, 0, 0)
  1208. HeadScaleBox.TextSize = 14
  1209.  
  1210. TextLabel_21.Parent = BodyConfigFrame
  1211. TextLabel_21.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1212. TextLabel_21.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1213. TextLabel_21.BorderSizePixel = 0
  1214. TextLabel_21.Position = UDim2.new(0.3884058, 0, 0.777777731, 0)
  1215. TextLabel_21.Size = UDim2.new(0, 76, 0, 10)
  1216. TextLabel_21.Font = Enum.Font.SourceSans
  1217. TextLabel_21.Text = "Head Scale"
  1218. TextLabel_21.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1219. TextLabel_21.TextSize = 14
  1220.  
  1221. TextLabel_22.Parent = BodyConfigFrame
  1222. TextLabel_22.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1223. TextLabel_22.BorderSizePixel = 0
  1224. TextLabel_22.Position = UDim2.new(0.0202898551, 0, 0.777777791, 0)
  1225. TextLabel_22.Size = UDim2.new(0, 119, 0, 46)
  1226. TextLabel_22.Font = Enum.Font.SourceSans
  1227. TextLabel_22.Text = "'1' is the starting output"
  1228. TextLabel_22.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1229. TextLabel_22.TextSize = 14
  1230. TextLabel_22.TextWrapped = true
  1231.  
  1232. ExtraStuffFrame.Name = "ExtraStuffFrame"
  1233. ExtraStuffFrame.Parent = Mainframe
  1234. ExtraStuffFrame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1235. ExtraStuffFrame.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1236. ExtraStuffFrame.Position = UDim2.new(0, 0, 0.0930232555, 0)
  1237. ExtraStuffFrame.Size = UDim2.new(0, 345, 0, 234)
  1238.  
  1239. ChatColorFrame.Name = "ChatColorFrame"
  1240. ChatColorFrame.Parent = ExtraStuffFrame
  1241. ChatColorFrame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1242. ChatColorFrame.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1243. ChatColorFrame.Position = UDim2.new(0.0173913036, 0, 0.0555555522, 0)
  1244. ChatColorFrame.Size = UDim2.new(0, 125, 0, 199)
  1245.  
  1246. RainbowChat.Name = "Rainbow Chat"
  1247. RainbowChat.Parent = ChatColorFrame
  1248. RainbowChat.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1249. RainbowChat.BorderSizePixel = 0
  1250. RainbowChat.Position = UDim2.new(0.0467096567, 0, 0.809045196, 0)
  1251. RainbowChat.Size = UDim2.new(0, 114, 0, 19)
  1252. RainbowChat.Font = Enum.Font.SourceSans
  1253. RainbowChat.Text = "Rainbow Chat"
  1254. RainbowChat.TextColor3 = Color3.new(0, 0, 0)
  1255. RainbowChat.TextSize = 14
  1256. RainbowChat.MouseButton1Click:Connect(function()
  1257. while true do
  1258. wait()
  1259. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  1260. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  1261. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  1262. local color = Color3.new(r, g, b)
  1263. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1264. Event:FireServer(color)
  1265. end
  1266. end)
  1267.  
  1268. BlackChat.Name = "BlackChat"
  1269. BlackChat.Parent = ChatColorFrame
  1270. BlackChat.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1271. BlackChat.BorderSizePixel = 0
  1272. BlackChat.Position = UDim2.new(0.0458924584, 0, 0.0351758786, 0)
  1273. BlackChat.Size = UDim2.new(0, 114, 0, 19)
  1274. BlackChat.Font = Enum.Font.SourceSans
  1275. BlackChat.Text = "Black Chat"
  1276. BlackChat.TextColor3 = Color3.new(0, 0, 0)
  1277. BlackChat.TextSize = 14
  1278. BlackChat.MouseButton1Click:Connect(function()
  1279. local color = Color3.new(0,0,0) --Color you want here!
  1280. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1281. Event:FireServer(color)
  1282. end)
  1283.  
  1284. WhiteChat.Name = "WhiteChat"
  1285. WhiteChat.Parent = ChatColorFrame
  1286. WhiteChat.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1287. WhiteChat.BorderSizePixel = 0
  1288. WhiteChat.Position = UDim2.new(0.0439999998, 0, 0.160804033, 0)
  1289. WhiteChat.Size = UDim2.new(0, 114, 0, 19)
  1290. WhiteChat.Font = Enum.Font.SourceSans
  1291. WhiteChat.Text = "White Chat"
  1292. WhiteChat.TextColor3 = Color3.new(0, 0, 0)
  1293. WhiteChat.TextSize = 14
  1294. WhiteChat.MouseButton1Click:Connect(function()
  1295. local color = Color3.new(255,255,255) --Color you want here!
  1296. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1297. Event:FireServer(color)
  1298. end)
  1299.  
  1300. BlueChat.Name = "Blue Chat"
  1301. BlueChat.Parent = ChatColorFrame
  1302. BlueChat.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1303. BlueChat.BorderSizePixel = 0
  1304. BlueChat.Position = UDim2.new(0.0480000004, 0, 0.286432177, 0)
  1305. BlueChat.Size = UDim2.new(0, 114, 0, 19)
  1306. BlueChat.Font = Enum.Font.SourceSans
  1307. BlueChat.Text = "Blue Chat"
  1308. BlueChat.TextColor3 = Color3.new(0, 0, 0)
  1309. BlueChat.TextSize = 14
  1310. BlueChat.MouseButton1Click:Connect(function()
  1311. local color = Color3.new(0,0,255) --Color you want here!
  1312. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1313. Event:FireServer(color)
  1314. end)
  1315.  
  1316. YellowChat.Name = "Yellow Chat"
  1317. YellowChat.Parent = ChatColorFrame
  1318. YellowChat.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1319. YellowChat.BorderSizePixel = 0
  1320. YellowChat.Position = UDim2.new(0.0439999998, 0, 0.417085409, 0)
  1321. YellowChat.Size = UDim2.new(0, 114, 0, 19)
  1322. YellowChat.Font = Enum.Font.SourceSans
  1323. YellowChat.Text = "Yellow Chat"
  1324. YellowChat.TextColor3 = Color3.new(0, 0, 0)
  1325. YellowChat.TextSize = 14
  1326. YellowChat.MouseButton1Click:Connect(function()
  1327. local color = Color3.new(255,255,0) --Color you want here!
  1328. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1329. Event:FireServer(color)
  1330. end)
  1331.  
  1332. PinkChat.Name = "Pink Chat"
  1333. PinkChat.Parent = ChatColorFrame
  1334. PinkChat.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1335. PinkChat.BorderSizePixel = 0
  1336. PinkChat.Position = UDim2.new(0.0480000004, 0, 0.547738731, 0)
  1337. PinkChat.Size = UDim2.new(0, 114, 0, 19)
  1338. PinkChat.Font = Enum.Font.SourceSans
  1339. PinkChat.Text = "Red Chat"
  1340. PinkChat.TextColor3 = Color3.new(0, 0, 0)
  1341. PinkChat.TextSize = 14
  1342. PinkChat.MouseButton1Click:Connect(function()
  1343. local color = Color3.new(255,0,0) --Color you want here!
  1344. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1345. Event:FireServer(color)
  1346. end)
  1347.  
  1348. GreenChat.Name = "Green Chat"
  1349. GreenChat.Parent = ChatColorFrame
  1350. GreenChat.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1351. GreenChat.BorderSizePixel = 0
  1352. GreenChat.Position = UDim2.new(0.0480000004, 0, 0.678391993, 0)
  1353. GreenChat.Size = UDim2.new(0, 114, 0, 19)
  1354. GreenChat.Font = Enum.Font.SourceSans
  1355. GreenChat.Text = "Green Chat"
  1356. GreenChat.TextColor3 = Color3.new(0, 0, 0)
  1357. GreenChat.TextSize = 14
  1358. GreenChat.MouseButton1Click:Connect(function()
  1359. local color = Color3.new(0,255,0) --Color you want here!
  1360. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1361. Event:FireServer(color)
  1362. end)
  1363.  
  1364. WeirdMemeCreature.Name = "WeirdMemeCreature"
  1365. WeirdMemeCreature.Parent = ExtraStuffFrame
  1366. WeirdMemeCreature.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1367. WeirdMemeCreature.BorderSizePixel = 0
  1368. WeirdMemeCreature.Position = UDim2.new(0.420289844, 0, 0.055555556, 0)
  1369. WeirdMemeCreature.Size = UDim2.new(0, 86, 0, 19)
  1370. WeirdMemeCreature.Font = Enum.Font.SourceSans
  1371. WeirdMemeCreature.Text = "Weird Creature"
  1372. WeirdMemeCreature.TextColor3 = Color3.new(0, 0, 0)
  1373. WeirdMemeCreature.TextSize = 14
  1374. WeirdMemeCreature.MouseButton1Click:Connect(function()
  1375. loadstring(game:HttpGet(('https://hastebin.com/raw/xapitemipo.scala'),true))()
  1376. end)
  1377.  
  1378. Titan.Name = "Titan"
  1379. Titan.Parent = ExtraStuffFrame
  1380. Titan.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1381. Titan.BorderSizePixel = 0
  1382. Titan.Position = UDim2.new(0.710144937, 0, 0.055555556, 0)
  1383. Titan.Size = UDim2.new(0, 86, 0, 19)
  1384. Titan.Font = Enum.Font.SourceSans
  1385. Titan.Text = "Baghead Titan"
  1386. Titan.TextColor3 = Color3.new(0, 0, 0)
  1387. Titan.TextSize = 14
  1388. Titan.MouseButton1Click:Connect(function()
  1389. loadstring(game:HttpGet(('https://hastebin.com/raw/ozaloguzex.scala'),true))()
  1390. end)
  1391.  
  1392. SlenderMan.Name = "SlenderMan"
  1393. SlenderMan.Parent = ExtraStuffFrame
  1394. SlenderMan.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1395. SlenderMan.BorderSizePixel = 0
  1396. SlenderMan.Position = UDim2.new(0.710144937, 0, 0.162393168, 0)
  1397. SlenderMan.Size = UDim2.new(0, 86, 0, 19)
  1398. SlenderMan.Font = Enum.Font.SourceSans
  1399. SlenderMan.Text = "Slender Man"
  1400. SlenderMan.TextColor3 = Color3.new(0, 0, 0)
  1401. SlenderMan.TextSize = 14
  1402. SlenderMan.MouseButton1Click:Connect(function()
  1403. loadstring(game:HttpGet(('https://hastebin.com/raw/evujulanuj.bash'),true))()
  1404. end)
  1405.  
  1406. Spongebob.Name = "Spongebob"
  1407. Spongebob.Parent = ExtraStuffFrame
  1408. Spongebob.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1409. Spongebob.BorderSizePixel = 0
  1410. Spongebob.Position = UDim2.new(0.420289844, 0, 0.162393168, 0)
  1411. Spongebob.Size = UDim2.new(0, 86, 0, 19)
  1412. Spongebob.Font = Enum.Font.SourceSans
  1413. Spongebob.Text = "Spongebob"
  1414. Spongebob.TextColor3 = Color3.new(0, 0, 0)
  1415. Spongebob.TextSize = 14
  1416. Spongebob.MouseButton1Click:Connect(function()
  1417. loadstring(game:HttpGet(('https://pastebin.com/raw/giZvjxVj'),true))()
  1418. end)
  1419.  
  1420. CrashGame.Name = "CrashGame"
  1421. CrashGame.Parent = ExtraStuffFrame
  1422. CrashGame.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1423. CrashGame.BorderSizePixel = 0
  1424. CrashGame.Position = UDim2.new(0.423188388, 0, 0.408119678, 0)
  1425. CrashGame.Size = UDim2.new(0, 186, 0, 19)
  1426. CrashGame.Font = Enum.Font.SourceSans
  1427. CrashGame.Text = "Crash The Game"
  1428. CrashGame.TextColor3 = Color3.new(0, 0, 0)
  1429. CrashGame.TextSize = 14
  1430. CrashGame.MouseButton1Click:Connect(function()
  1431. loadstring(game:HttpGet(('https://hastebin.com/raw/abesoqiwek.scala'),true))()
  1432. end)
  1433.  
  1434. TextLabel_23.Parent = ExtraStuffFrame
  1435. TextLabel_23.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1436. TextLabel_23.BorderSizePixel = 0
  1437. TextLabel_23.Position = UDim2.new(0.379710138, 0, 0.337606847, 0)
  1438. TextLabel_23.Size = UDim2.new(0, 214, 0, 3)
  1439. TextLabel_23.Font = Enum.Font.SourceSans
  1440. TextLabel_23.Text = ""
  1441. TextLabel_23.TextSize = 14
  1442.  
  1443. DeleteGUI.Name = "DeleteGUI"
  1444. DeleteGUI.Parent = ExtraStuffFrame
  1445. DeleteGUI.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1446. DeleteGUI.BorderSizePixel = 0
  1447. DeleteGUI.Position = UDim2.new(0.420289844, 0, 0.549145341, 0)
  1448. DeleteGUI.Size = UDim2.new(0, 186, 0, 19)
  1449. DeleteGUI.Font = Enum.Font.SourceSans
  1450. DeleteGUI.Text = "Delete GUI"
  1451. DeleteGUI.TextColor3 = Color3.new(0, 0, 0)
  1452. DeleteGUI.TextSize = 14
  1453. DeleteGUI.MouseButton1Click:Connect(function()
  1454. RobloxianHighschoolGUIv4:Remove()
  1455. end)
  1456.  
  1457. TextLabel_24.Parent = ExtraStuffFrame
  1458. TextLabel_24.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1459. TextLabel_24.BorderSizePixel = 0
  1460. TextLabel_24.Position = UDim2.new(0.379710138, 0, 0.713675201, 0)
  1461. TextLabel_24.Size = UDim2.new(0, 214, 0, 3)
  1462. TextLabel_24.Font = Enum.Font.SourceSans
  1463. TextLabel_24.Text = ""
  1464. TextLabel_24.TextSize = 14
  1465.  
  1466. TextLabel_25.Parent = ExtraStuffFrame
  1467. TextLabel_25.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1468. TextLabel_25.BorderSizePixel = 0
  1469. TextLabel_25.Position = UDim2.new(0.420289844, 0, 0.743589759, 0)
  1470. TextLabel_25.Size = UDim2.new(0, 187, 0, 50)
  1471. TextLabel_25.Font = Enum.Font.SourceSans
  1472. TextLabel_25.Text = "Press \"CTRL\" to toggle the visibility of the GUI"
  1473. TextLabel_25.TextColor3 = Color3.new(0.996078, 0.470588, 0.0431373)
  1474. TextLabel_25.TextSize = 14
  1475. TextLabel_25.TextScaled = true
  1476.  
  1477. OrangeHorizontal.Name = "OrangeHorizontal"
  1478. OrangeHorizontal.Parent = Topframe
  1479. OrangeHorizontal.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1480. OrangeHorizontal.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1481. OrangeHorizontal.Position = UDim2.new(0, 0, 1, 0)
  1482. OrangeHorizontal.Size = UDim2.new(0, 345, 0, 8)
  1483.  
  1484. AllBodyConfigTab.Name = "AllBodyConfigTab"
  1485. AllBodyConfigTab.Parent = OrangeHorizontal
  1486. AllBodyConfigTab.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1487. AllBodyConfigTab.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1488. AllBodyConfigTab.Position = UDim2.new(0, 0, 1, 0)
  1489. AllBodyConfigTab.Size = UDim2.new(0, 114, 0, 16)
  1490. AllBodyConfigTab.Font = Enum.Font.SourceSans
  1491. AllBodyConfigTab.Text = "All Body Config"
  1492. AllBodyConfigTab.TextColor3 = Color3.new(0, 0, 0)
  1493. AllBodyConfigTab.TextSize = 14
  1494. AllBodyConfigTab.TextWrapped = true
  1495.  
  1496. AllBodyConfigTab.MouseButton1Click:Connect(function()
  1497. AllBodyConfigFrame.Visible = true
  1498. BodyConfigFrame.Visible = false
  1499. ExtraStuffFrame.Visible = false
  1500. end)
  1501.  
  1502. BodyConfigTab.Name = "BodyConfigTab"
  1503. BodyConfigTab.Parent = OrangeHorizontal
  1504. BodyConfigTab.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1505. BodyConfigTab.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1506. BodyConfigTab.Position = UDim2.new(0.330434769, 0, 1, 0)
  1507. BodyConfigTab.Size = UDim2.new(0, 117, 0, 16)
  1508. BodyConfigTab.Font = Enum.Font.SourceSans
  1509. BodyConfigTab.Text = "Body Config"
  1510. BodyConfigTab.TextColor3 = Color3.new(0, 0, 0)
  1511. BodyConfigTab.TextSize = 14
  1512. BodyConfigTab.TextWrapped = true
  1513.  
  1514. BodyConfigTab.MouseButton1Click:Connect(function()
  1515. BodyConfigFrame.Visible = true
  1516. AllBodyConfigFrame.Visible = false
  1517. ExtraStuffFrame.Visible = false
  1518. end)
  1519.  
  1520. OtherTab.Name = "OtherTab"
  1521. OtherTab.Parent = OrangeHorizontal
  1522. OtherTab.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1523. OtherTab.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1524. OtherTab.Position = UDim2.new(0.669565201, 0, 1, 0)
  1525. OtherTab.Size = UDim2.new(0, 114, 0, 16)
  1526. OtherTab.Font = Enum.Font.SourceSans
  1527. OtherTab.Text = "Extra Stuff"
  1528. OtherTab.TextColor3 = Color3.new(0, 0, 0)
  1529. OtherTab.TextSize = 14
  1530. OtherTab.TextWrapped = true
  1531.  
  1532. OtherTab.MouseButton1Click:Connect(function()
  1533. ExtraStuffFrame.Visible = true
  1534. BodyConfigFrame.Visible = false
  1535. AllBodyConfigFrame.Visible = false
  1536. end)
  1537.  
  1538. Title.Name = "Title"
  1539. Title.Parent = Topframe
  1540. Title.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1541. Title.BorderColor3 = Color3.new(0, 0, 0)
  1542. Title.BorderSizePixel = 0
  1543. Title.Size = UDim2.new(0, 101, 0, 11)
  1544. Title.Font = Enum.Font.SourceSans
  1545. Title.Text = "Robloxian Morpher"
  1546. Title.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1547. Title.TextSize = 14
  1548.  
  1549. Creds.Name = "Creds"
  1550. Creds.Parent = Topframe
  1551. Creds.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1552. Creds.BorderColor3 = Color3.new(0, 0, 0)
  1553. Creds.BorderSizePixel = 0
  1554. Creds.Position = UDim2.new(0.797608674, 0, -0.09375, 0)
  1555. Creds.Size = UDim2.new(0, 70, 0, 12)
  1556. Creds.Font = Enum.Font.SourceSans
  1557. Creds.Text = "Psykek#3180"
  1558. Creds.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1559. Creds.TextSize = 14
  1560.  
  1561. function onKeyPress(inputObject, gameProcessedEvent)
  1562. if inputObject.KeyCode == Enum.KeyCode.LeftControl then
  1563. if Topframe.Visible == false then
  1564. Topframe.Visible = true
  1565. else
  1566. Topframe.Visible = false
  1567. end
  1568. end
  1569. end
  1570.  
  1571. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
Add Comment
Please, Sign In to add comment