Advertisement
Guest User

RHS GUI

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