Advertisement
Guest User

Robloxian High school Scripts

a guest
Jul 6th, 2018
35,074
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.96 KB | None | 0 0
  1. ----------------------------------------Black chat
  2. --Made by N3xul.
  3. local color = Color3.new(0,0,0) --Color you want here!
  4. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  5. Event:FireServer(color)
  6.  
  7. ----------------------------------------Free pet
  8. hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  9.  
  10. for _,v in pairs (workspace.EggHunt:GetChildren()) do
  11. if v:FindFirstChild("TouchInterest") then
  12. wait(0.2)
  13. v.CanCollide = false
  14. hum.CFrame = v.CFrame
  15. wait(0.4)
  16. hum.CFrame = workspace.MAP_CENTER.CFrame
  17. end
  18. end
  19.  
  20. -----------------------------------------Rainbow Chat(everytime you Speak the Chat Color changes pretty cool ;p)
  21. --Made by N3xul.
  22. while true do
  23. wait()
  24. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  25. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  26. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  27. local color = Color3.new(r, g, b)
  28. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  29. Event:FireServer(color)
  30. end
  31.  
  32. ------------------------------------------Titan(I think you have to rejoin and it sort of Crashes the server)
  33. --Made by N3xul.
  34. local titan =
  35. {
  36. ["assets"] =
  37. {
  38. [1] =
  39. {
  40. ["drotation"] =
  41. {
  42. ["y"] = 90,
  43. ["x"] = 90,
  44. ["z"] = 90
  45. },
  46. ["dposition"] =
  47. {
  48. ["y"] = 200,
  49. ["x"] = 200,
  50. ["z"] = 200
  51. },
  52. ["scale"] =
  53. {
  54. ["y"] = 100,
  55. ["x"] = 100,
  56. ["z"] = 100
  57. },
  58. ["dscale"] =
  59. {
  60. ["y"] = 500,
  61. ["x"] = 500,
  62. ["z"] = 500
  63. },
  64. ["vscale"] =
  65. {
  66. ["y"] = 1,
  67. ["x"] = 1,
  68. ["z"] = 1
  69. },
  70. ["rotation"] =
  71. {
  72. ["y"] = 0,
  73. ["x"] = 0,
  74. ["z"] = 0
  75. },
  76. ["assetId"] = 616980142,
  77. ["changedFX"] = false,
  78. ["position"] =
  79. {
  80. ["y"] = 0,
  81. ["x"] = 0,
  82. ["z"] = 0
  83. },
  84. ["fx"] =
  85. {
  86. [1] = true,
  87. [2] = true,
  88. [3] = true,
  89. [4] = true,
  90. [5] = true
  91. },
  92. ["vrotation"] =
  93. {
  94. ["y"] = 0,
  95. ["x"] = 0,
  96. ["z"] = 0
  97. },
  98. ["vposition"] =
  99. {
  100. ["y"] = 0,
  101. ["x"] = -0,
  102. ["z"] = -0
  103. }
  104. },
  105. [2] =
  106. {
  107. ["drotation"] =
  108. {
  109. ["y"] = 90,
  110. ["x"] = 90,
  111. ["z"] = 90
  112. },
  113. ["dposition"] =
  114. {
  115. ["y"] = 200,
  116. ["x"] = 200,
  117. ["z"] = 200
  118. },
  119. ["scale"] =
  120. {
  121. ["y"] = 100,
  122. ["x"] = 100,
  123. ["z"] = 100
  124. },
  125. ["dscale"] =
  126. {
  127. ["y"] = 500,
  128. ["x"] = 500,
  129. ["z"] = 500
  130. },
  131. ["vscale"] =
  132. {
  133. ["y"] = 1,
  134. ["x"] = 1,
  135. ["z"] = 1
  136. },
  137. ["rotation"] =
  138. {
  139. ["y"] = 0,
  140. ["x"] = 0,
  141. ["z"] = 0
  142. },
  143. ["assetId"] = 602599987,
  144. ["changedFX"] = false,
  145. ["position"] =
  146. {
  147. ["y"] = 0,
  148. ["x"] = 0,
  149. ["z"] = 0
  150. },
  151. ["fx"] =
  152. {
  153. [1] = true,
  154. [2] = true,
  155. [3] = true,
  156. [4] = true,
  157. [5] = true
  158. },
  159. ["vrotation"] =
  160. {
  161. ["y"] = 0,
  162. ["x"] = 0,
  163. ["z"] = 0
  164. },
  165. ["vposition"] =
  166. {
  167. ["y"] = 0,
  168. ["x"] = -0,
  169. ["z"] = -0
  170. }
  171. },
  172. [3] =
  173. {
  174. ["drotation"] =
  175. {
  176. ["y"] = 180,
  177. ["x"] = 90,
  178. ["z"] = 90
  179. },
  180. ["dposition"] =
  181. {
  182. ["y"] = 100,
  183. ["x"] = 200,
  184. ["z"] = 200
  185. },
  186. ["scale"] =
  187. {
  188. ["y"] = 100,
  189. ["x"] = 100,
  190. ["z"] = 100
  191. },
  192. ["dscale"] =
  193. {
  194. ["y"] = 500,
  195. ["x"] = 500,
  196. ["z"] = 500
  197. },
  198. ["vscale"] =
  199. {
  200. ["y"] = 1,
  201. ["x"] = 1,
  202. ["z"] = 1
  203. },
  204. ["rotation"] =
  205. {
  206. ["y"] = 0,
  207. ["x"] = 0,
  208. ["z"] = 0
  209. },
  210. ["assetId"] = 244159819,
  211. ["changedFX"] = false,
  212. ["position"] =
  213. {
  214. ["y"] = 0,
  215. ["x"] = 0,
  216. ["z"] = 0
  217. },
  218. ["fx"] =
  219. {
  220. [1] = true,
  221. [2] = true,
  222. [3] = true,
  223. [4] = true,
  224. [5] = true
  225. },
  226. ["vrotation"] =
  227. {
  228. ["y"] = 0,
  229. ["x"] = 0,
  230. ["z"] = 0
  231. },
  232. ["vposition"] =
  233. {
  234. ["y"] = 0,
  235. ["x"] = -0,
  236. ["z"] = -0
  237. }
  238. },
  239. [4] =
  240. {
  241. ["drotation"] =
  242. {
  243. ["y"] = 90,
  244. ["x"] = 90,
  245. ["z"] = 90
  246. },
  247. ["dposition"] =
  248. {
  249. ["y"] = 200,
  250. ["x"] = 200,
  251. ["z"] = 200
  252. },
  253. ["scale"] =
  254. {
  255. ["y"] = 100,
  256. ["x"] = 100,
  257. ["z"] = 100
  258. },
  259. ["dscale"] =
  260. {
  261. ["y"] = 500,
  262. ["x"] = 500,
  263. ["z"] = 500
  264. },
  265. ["vscale"] =
  266. {
  267. ["y"] = 1,
  268. ["x"] = 1,
  269. ["z"] = 1
  270. },
  271. ["rotation"] =
  272. {
  273. ["y"] = 0,
  274. ["x"] = 0,
  275. ["z"] = 0
  276. },
  277. ["assetId"] = 7075502,
  278. ["changedFX"] = false,
  279. ["position"] =
  280. {
  281. ["y"] = 0,
  282. ["x"] = 0,
  283. ["z"] = 0
  284. },
  285. ["fx"] =
  286. {
  287. [1] = true,
  288. [2] = true,
  289. [3] = true,
  290. [4] = true,
  291. [5] = true
  292. },
  293. ["vrotation"] =
  294. {
  295. ["y"] = 0,
  296. ["x"] = 0,
  297. ["z"] = 0
  298. },
  299. ["vposition"] =
  300. {
  301. ["y"] = 0,
  302. ["x"] = -0,
  303. ["z"] = -0
  304. }
  305. },
  306. [5] =
  307. {
  308. ["drotation"] =
  309. {
  310. ["y"] = 90,
  311. ["x"] = 90,
  312. ["z"] = 90
  313. },
  314. ["dposition"] =
  315. {
  316. ["y"] = 200,
  317. ["x"] = 200,
  318. ["z"] = 200
  319. },
  320. ["scale"] =
  321. {
  322. ["y"] = 100,
  323. ["x"] = 100,
  324. ["z"] = 100
  325. },
  326. ["dscale"] =
  327. {
  328. ["y"] = 500,
  329. ["x"] = 500,
  330. ["z"] = 500
  331. },
  332. ["vscale"] =
  333. {
  334. ["y"] = 1,
  335. ["x"] = 1,
  336. ["z"] = 1
  337. },
  338. ["rotation"] =
  339. {
  340. ["y"] = 0,
  341. ["x"] = 0,
  342. ["z"] = 0
  343. },
  344. ["assetId"] = 916733101,
  345. ["changedFX"] = false,
  346. ["position"] =
  347. {
  348. ["y"] = 0,
  349. ["x"] = 0,
  350. ["z"] = 0
  351. },
  352. ["fx"] =
  353. {
  354. [1] = true,
  355. [2] = true,
  356. [3] = true,
  357. [4] = true,
  358. [5] = true
  359. },
  360. ["vrotation"] =
  361. {
  362. ["y"] = 0,
  363. ["x"] = 0,
  364. ["z"] = 0
  365. },
  366. ["vposition"] =
  367. {
  368. ["y"] = 0,
  369. ["x"] = -0,
  370. ["z"] = -0
  371. }
  372. }
  373. },
  374. ["description"] = "",
  375. ["createdDate"] = 1000,
  376. ["lowerDesc"] = "",
  377. ["bodyColors"] =
  378. {
  379. ["HeadColor"] = Color3.new(1, 0, 0),
  380. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  381. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  382. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  383. ["RightArmColor"] = Color3.new(1, 0, 0),
  384. ["LeftLegColor"] = Color3.new(1, 0, 0)
  385. },
  386. ["scales"] =
  387. {
  388. ["LowerLegHeight"] = 5,
  389. ["UpperTorsoWidth"] = 5,
  390. ["UpperArmHeight"] = 5,
  391. ["HandHeight"] = 5,
  392. ["UpperLegWidth"] = 5,
  393. ["LowerArmWidth"] = 5,
  394. ["FootWidth"] = 5,
  395. ["LowerArmHeight"] = 5,
  396. ["UpperArmWidth"] = 5,
  397. ["FootHeight"] = 5,
  398. ["LowerTorsoWidth"] = 5,
  399. ["UpperTorsoHeight"] = 5,
  400. ["HandWidth"] = 5,
  401. ["HeadScale"] = 5,
  402. ["UpperLegHeight"] = 5,
  403. ["LowerTorsoHeight"] = 5,
  404. ["LowerLegWidth"] = 5
  405. },
  406. ["name"] = "",
  407. ["outfitId"] = 1,
  408. ["isOutfit"] = true,
  409. ["collageSeed"] = 0,
  410. ["lowerName"] = ""
  411. }
  412. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  413. Event:FireServer(titan)
  414.  
  415. ----------------------------------------------Advanced RHS gui
  416.  
  417. -- Objects
  418.  
  419. local RobloxianHighschoolGUIv5 = Instance.new("ScreenGui")
  420. local Topframe = Instance.new("Frame")
  421. local Mainframe = Instance.new("Frame")
  422. local AllBodyConfigFrame = Instance.new("Frame")
  423. local AllBodyInputBox = Instance.new("TextBox")
  424. local AllBodyChangeButton = Instance.new("TextButton")
  425. local AllBodyConfigInfo = Instance.new("TextLabel")
  426. local BodyConfigFrame = Instance.new("Frame")
  427. local TextLabel = Instance.new("TextLabel")
  428. local BodyChangeButton = Instance.new("TextButton")
  429. local TextLabel_2 = Instance.new("TextLabel")
  430. local TextLabel_3 = Instance.new("TextLabel")
  431. local UpperLegHeightBox = Instance.new("TextBox")
  432. local TextLabel_4 = Instance.new("TextLabel")
  433. local LowerLegHeightBox = Instance.new("TextBox")
  434. local UpperArmHeightBox = Instance.new("TextBox")
  435. local TextLabel_5 = Instance.new("TextLabel")
  436. local TextLabel_6 = Instance.new("TextLabel")
  437. local UpperTorsoHeightBox = Instance.new("TextBox")
  438. local TextLabel_7 = Instance.new("TextLabel")
  439. local LowerTorsoHeightBox = Instance.new("TextBox")
  440. local LowerArmHeightBox = Instance.new("TextBox")
  441. local HandHeightBox = Instance.new("TextBox")
  442. local TextLabel_8 = Instance.new("TextLabel")
  443. local FootHeightBox = Instance.new("TextBox")
  444. local TextLabel_9 = Instance.new("TextLabel")
  445. local TextLabel_10 = Instance.new("TextLabel")
  446. local TextLabel_11 = Instance.new("TextLabel")
  447. local TextLabel_12 = Instance.new("TextLabel")
  448. local TextLabel_13 = Instance.new("TextLabel")
  449. local TextLabel_14 = Instance.new("TextLabel")
  450. local UpperTorsoWidthBox = Instance.new("TextBox")
  451. local UpperLegWidthBox = Instance.new("TextBox")
  452. local TextLabel_15 = Instance.new("TextLabel")
  453. local TextLabel_16 = Instance.new("TextLabel")
  454. local LowerTorsoWidthBox = Instance.new("TextBox")
  455. local LowerLegWidthBox = Instance.new("TextBox")
  456. local TextLabel_17 = Instance.new("TextLabel")
  457. local TextLabel_18 = Instance.new("TextLabel")
  458. local HandWidthBox = Instance.new("TextBox")
  459. local UpperArmWidthBox = Instance.new("TextBox")
  460. local TextLabel_19 = Instance.new("TextLabel")
  461. local TextLabel_20 = Instance.new("TextLabel")
  462. local LowerArmWidthBox = Instance.new("TextBox")
  463. local FootWidthBox = Instance.new("TextBox")
  464. local HeadScaleBox = Instance.new("TextBox")
  465. local TextLabel_21 = Instance.new("TextLabel")
  466. local TextLabel_22 = Instance.new("TextLabel")
  467. local ExtraStuffFrame = Instance.new("Frame")
  468. local ChatColorFrame = Instance.new("Frame")
  469. local BlackChat = Instance.new("TextButton")
  470. local WhiteChat = Instance.new("TextButton")
  471. local BlueChat = Instance.new("TextButton")
  472. local YellowChat = Instance.new("TextButton")
  473. local RedChat = Instance.new("TextButton")
  474. local GreenChat = Instance.new("TextButton")
  475. local RainbowChat = Instance.new("TextButton")
  476. local WeirdMemeCreature = Instance.new("TextButton")
  477. local Titan = Instance.new("TextButton")
  478. local SlenderMan = Instance.new("TextButton")
  479. local Spongebob = Instance.new("TextButton")
  480. local CrashGame = Instance.new("TextButton")
  481. local TextLabel_23 = Instance.new("TextLabel")
  482. local DeleteGUI = Instance.new("TextButton")
  483. local TextLabel_24 = Instance.new("TextLabel")
  484. local TextLabel_25 = Instance.new("TextLabel")
  485. local ChangeSpeed = Instance.new("TextButton")
  486. local WalkSpeedBox = Instance.new("TextBox")
  487. local JumpPowerBox = Instance.new("TextBox")
  488. local ChangeJumpPower = Instance.new("TextButton")
  489. local TextLabel_26 = Instance.new("TextLabel")
  490. local TextLabel_27 = Instance.new("TextLabel")
  491. local OrangeHorizontal = Instance.new("Frame")
  492. local AllBodyConfigTab = Instance.new("TextButton")
  493. local BodyConfigTab = Instance.new("TextButton")
  494. local OtherTab = Instance.new("TextButton")
  495. local Title = Instance.new("TextLabel")
  496. local Creds = Instance.new("TextLabel")
  497.  
  498. -- Properties
  499.  
  500. RobloxianHighschoolGUIv5.Name = "RobloxianHighschoolGUIv5"
  501. RobloxianHighschoolGUIv5.Parent = game.CoreGui
  502.  
  503. Topframe.Name = "Topframe"
  504. Topframe.Parent = RobloxianHighschoolGUIv5
  505. Topframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  506. Topframe.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  507. Topframe.Position = UDim2.new(0.0815370157, 0, 0.131782979, 0)
  508. Topframe.Size = UDim2.new(0, 345, 0, 16)
  509. Topframe.Active = true
  510. Topframe.Draggable = true
  511.  
  512. Mainframe.Name = "Mainframe"
  513. Mainframe.Parent = Topframe
  514. Mainframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  515. Mainframe.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  516. Mainframe.Position = UDim2.new(0, 0, 1, 0)
  517. Mainframe.Size = UDim2.new(0, 345, 0, 258)
  518.  
  519. AllBodyConfigFrame.Name = "AllBodyConfigFrame"
  520. AllBodyConfigFrame.Parent = Mainframe
  521. AllBodyConfigFrame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  522. AllBodyConfigFrame.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  523. AllBodyConfigFrame.Position = UDim2.new(0, 0, 0.0930232555, 0)
  524. AllBodyConfigFrame.Size = UDim2.new(0, 345, 0, 234)
  525.  
  526. AllBodyInputBox.Name = "AllBodyInputBox"
  527. AllBodyInputBox.Parent = AllBodyConfigFrame
  528. AllBodyInputBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  529. AllBodyInputBox.BorderColor3 = Color3.new(0, 0, 0)
  530. AllBodyInputBox.Position = UDim2.new(0.0410094634, 0, 0.103092782, 0)
  531. AllBodyInputBox.Size = UDim2.new(0, 131, 0, 18)
  532. AllBodyInputBox.Font = Enum.Font.SourceSans
  533. AllBodyInputBox.Text = "Input"
  534. AllBodyInputBox.TextColor3 = Color3.new(0, 0, 0)
  535. AllBodyInputBox.TextSize = 14
  536.  
  537. AllBodyChangeButton.Name = "AllBodyChangeButton"
  538. AllBodyChangeButton.Parent = AllBodyConfigFrame
  539. AllBodyChangeButton.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  540. AllBodyChangeButton.BorderColor3 = Color3.new(0, 0, 0)
  541. AllBodyChangeButton.Position = UDim2.new(0.121985048, 0, 0.266672134, 0)
  542. AllBodyChangeButton.Size = UDim2.new(0, 79, 0, 15)
  543. AllBodyChangeButton.Font = Enum.Font.SourceSans
  544. AllBodyChangeButton.Text = "Change"
  545. AllBodyChangeButton.TextColor3 = Color3.new(0, 0, 0)
  546. AllBodyChangeButton.TextSize = 14
  547. AllBodyChangeButton.MouseButton1Click:Connect(function()
  548. local OOF =
  549. {
  550. ["assets"] =
  551. {
  552. [1] =
  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. [2] =
  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. [3] =
  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. [4] =
  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. [5] =
  781. {
  782. ["drotation"] =
  783. {
  784. ["y"] = 0,
  785. ["x"] = 0,
  786. ["z"] = 0
  787. },
  788. ["dposition"] =
  789. {
  790. ["y"] = 0,
  791. ["x"] = 0,
  792. ["z"] = 0
  793. },
  794. ["scale"] =
  795. {
  796. ["y"] = 0,
  797. ["x"] = 0,
  798. ["z"] = 0
  799. },
  800. ["dscale"] =
  801. {
  802. ["y"] = 0,
  803. ["x"] = 0,
  804. ["z"] = 0
  805. },
  806. ["vscale"] =
  807. {
  808. ["y"] = 0,
  809. ["x"] = 0,
  810. ["z"] = 0
  811. },
  812. ["rotation"] =
  813. {
  814. ["y"] = 0,
  815. ["x"] = 0,
  816. ["z"] = 0
  817. },
  818. ["position"] =
  819. {
  820. ["y"] = 0,
  821. ["x"] = 0,
  822. ["z"] = 0
  823. },
  824. ["vrotation"] =
  825. {
  826. ["y"] = 0,
  827. ["x"] = 0,
  828. ["z"] = 0
  829. },
  830. ["vposition"] =
  831. {
  832. ["y"] = 0,
  833. ["x"] = 0,
  834. ["z"] = 0
  835. }
  836. }
  837. },
  838. ["description"] = "",
  839. ["createdDate"] = 1000,
  840. ["lowerDesc"] = "",
  841. ["scales"] =
  842. {
  843. ["LowerLegHeight"] = (AllBodyInputBox.Text),
  844. ["UpperTorsoWidth"] = (AllBodyInputBox.Text),
  845. ["UpperArmHeight"] = (AllBodyInputBox.Text),
  846. ["HandHeight"] = (AllBodyInputBox.Text),
  847. ["UpperLegWidth"] = (AllBodyInputBox.Text),
  848. ["LowerArmWidth"] = (AllBodyInputBox.Text),
  849. ["FootWidth"] = (AllBodyInputBox.Text),
  850. ["LowerArmHeight"] = (AllBodyInputBox.Text),
  851. ["UpperArmWidth"] = (AllBodyInputBox.Text),
  852. ["FootHeight"] = (AllBodyInputBox.Text),
  853. ["LowerTorsoWidth"] = (AllBodyInputBox.Text),
  854. ["UpperTorsoHeight"] = (AllBodyInputBox.Text),
  855. ["HandWidth"] = (AllBodyInputBox.Text),
  856. ["HeadScale"] = (AllBodyInputBox.Text),
  857. ["UpperLegHeight"] = (AllBodyInputBox.Text),
  858. ["LowerTorsoHeight"] = (AllBodyInputBox.Text),
  859. ["LowerLegWidth"] = (AllBodyInputBox.Text)
  860. },
  861. ["name"] = "",
  862. ["outfitId"] = 1,
  863. ["isOutfit"] = true,
  864. ["collageSeed"] = 0,
  865. ["lowerName"] = ""
  866. }
  867. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  868. Event:FireServer(OOF)
  869. end)
  870.  
  871. AllBodyConfigInfo.Name = "AllBodyConfigInfo"
  872. AllBodyConfigInfo.Parent = AllBodyConfigFrame
  873. AllBodyConfigInfo.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  874. AllBodyConfigInfo.BorderColor3 = Color3.new(0, 0, 0)
  875. AllBodyConfigInfo.Position = UDim2.new(0.475362301, 0, 0.0405982919, 0)
  876. AllBodyConfigInfo.Size = UDim2.new(0, 168, 0, 215)
  877. AllBodyConfigInfo.Font = Enum.Font.SourceSans
  878. 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\" "
  879. AllBodyConfigInfo.TextColor3 = Color3.new(0, 0, 0)
  880. AllBodyConfigInfo.TextScaled = true
  881. AllBodyConfigInfo.TextSize = 14
  882. AllBodyConfigInfo.TextWrapped = true
  883.  
  884. BodyConfigFrame.Name = "BodyConfigFrame"
  885. BodyConfigFrame.Parent = Mainframe
  886. BodyConfigFrame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  887. BodyConfigFrame.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  888. BodyConfigFrame.Position = UDim2.new(0, 0, 0.0930232555, 0)
  889. BodyConfigFrame.Size = UDim2.new(0, 345, 0, 234)
  890.  
  891. TextLabel.Parent = BodyConfigFrame
  892. TextLabel.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  893. TextLabel.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  894. TextLabel.BorderSizePixel = 0
  895. TextLabel.Position = UDim2.new(0.262357444, 0, 0.606030822, 0)
  896. TextLabel.Size = UDim2.new(0, 76, 0, 10)
  897. TextLabel.Font = Enum.Font.SourceSans
  898. TextLabel.Text = "Foot"
  899. TextLabel.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  900. TextLabel.TextSize = 14
  901.  
  902. BodyChangeButton.Name = "BodyChangeButton"
  903. BodyChangeButton.Parent = BodyConfigFrame
  904. BodyChangeButton.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  905. BodyChangeButton.BorderColor3 = Color3.new(0, 0, 0)
  906. BodyChangeButton.Position = UDim2.new(0.750724614, 0, 0.820512831, 0)
  907. BodyChangeButton.Size = UDim2.new(0, 76, 0, 22)
  908. BodyChangeButton.Font = Enum.Font.SourceSans
  909. BodyChangeButton.Text = "Change"
  910. BodyChangeButton.TextColor3 = Color3.new(0, 0, 0)
  911. BodyChangeButton.TextSize = 14
  912. BodyChangeButton.MouseButton1Click:Connect(function()
  913. local OOF =
  914. {
  915. ["assets"] =
  916. {
  917. [1] =
  918. {
  919. ["drotation"] =
  920. {
  921. ["y"] = 0,
  922. ["x"] = 0,
  923. ["z"] = 0
  924. },
  925. ["dposition"] =
  926. {
  927. ["y"] = 0,
  928. ["x"] = 0,
  929. ["z"] = 0
  930. },
  931. ["scale"] =
  932. {
  933. ["y"] = 0,
  934. ["x"] = 0,
  935. ["z"] = 0
  936. },
  937. ["dscale"] =
  938. {
  939. ["y"] = 0,
  940. ["x"] = 0,
  941. ["z"] = 0
  942. },
  943. ["vscale"] =
  944. {
  945. ["y"] = 0,
  946. ["x"] = 0,
  947. ["z"] = 0
  948. },
  949. ["rotation"] =
  950. {
  951. ["y"] = 0,
  952. ["x"] = 0,
  953. ["z"] = 0
  954. },
  955. ["position"] =
  956. {
  957. ["y"] = 0,
  958. ["x"] = 0,
  959. ["z"] = 0
  960. },
  961. ["vrotation"] =
  962. {
  963. ["y"] = 0,
  964. ["x"] = 0,
  965. ["z"] = 0
  966. },
  967. ["vposition"] =
  968. {
  969. ["y"] = 0,
  970. ["x"] = 0,
  971. ["z"] = 0
  972. }
  973. },
  974. [2] =
  975. {
  976. ["drotation"] =
  977. {
  978. ["y"] = 0,
  979. ["x"] = 0,
  980. ["z"] = 0
  981. },
  982. ["dposition"] =
  983. {
  984. ["y"] = 0,
  985. ["x"] = 0,
  986. ["z"] = 0
  987. },
  988. ["scale"] =
  989. {
  990. ["y"] = 0,
  991. ["x"] = 0,
  992. ["z"] = 0
  993. },
  994. ["dscale"] =
  995. {
  996. ["y"] = 0,
  997. ["x"] = 0,
  998. ["z"] = 0
  999. },
  1000. ["vscale"] =
  1001. {
  1002. ["y"] = 0,
  1003. ["x"] = 0,
  1004. ["z"] = 0
  1005. },
  1006. ["rotation"] =
  1007. {
  1008. ["y"] = 0,
  1009. ["x"] = 0,
  1010. ["z"] = 0
  1011. },
  1012. ["position"] =
  1013. {
  1014. ["y"] = 0,
  1015. ["x"] = 0,
  1016. ["z"] = 0
  1017. },
  1018. ["vrotation"] =
  1019. {
  1020. ["y"] = 0,
  1021. ["x"] = 0,
  1022. ["z"] = 0
  1023. },
  1024. ["vposition"] =
  1025. {
  1026. ["y"] = 0,
  1027. ["x"] = 0,
  1028. ["z"] = 0
  1029. }
  1030. },
  1031. [3] =
  1032. {
  1033. ["drotation"] =
  1034. {
  1035. ["y"] = 0,
  1036. ["x"] = 0,
  1037. ["z"] = 0
  1038. },
  1039. ["dposition"] =
  1040. {
  1041. ["y"] = 0,
  1042. ["x"] = 0,
  1043. ["z"] = 0
  1044. },
  1045. ["scale"] =
  1046. {
  1047. ["y"] = 0,
  1048. ["x"] = 0,
  1049. ["z"] = 0
  1050. },
  1051. ["dscale"] =
  1052. {
  1053. ["y"] = 0,
  1054. ["x"] = 0,
  1055. ["z"] = 0
  1056. },
  1057. ["vscale"] =
  1058. {
  1059. ["y"] = 0,
  1060. ["x"] = 0,
  1061. ["z"] = 0
  1062. },
  1063. ["rotation"] =
  1064. {
  1065. ["y"] = 0,
  1066. ["x"] = 0,
  1067. ["z"] = 0
  1068. },
  1069. ["position"] =
  1070. {
  1071. ["y"] = 0,
  1072. ["x"] = 0,
  1073. ["z"] = 0
  1074. },
  1075. ["vrotation"] =
  1076. {
  1077. ["y"] = 0,
  1078. ["x"] = 0,
  1079. ["z"] = 0
  1080. },
  1081. ["vposition"] =
  1082. {
  1083. ["y"] = 0,
  1084. ["x"] = 0,
  1085. ["z"] = 0
  1086. }
  1087. },
  1088. [4] =
  1089. {
  1090. ["drotation"] =
  1091. {
  1092. ["y"] = 0,
  1093. ["x"] = 0,
  1094. ["z"] = 0
  1095. },
  1096. ["dposition"] =
  1097. {
  1098. ["y"] = 0,
  1099. ["x"] = 0,
  1100. ["z"] = 0
  1101. },
  1102. ["scale"] =
  1103. {
  1104. ["y"] = 0,
  1105. ["x"] = 0,
  1106. ["z"] = 0
  1107. },
  1108. ["dscale"] =
  1109. {
  1110. ["y"] = 0,
  1111. ["x"] = 0,
  1112. ["z"] = 0
  1113. },
  1114. ["vscale"] =
  1115. {
  1116. ["y"] = 0,
  1117. ["x"] = 0,
  1118. ["z"] = 0
  1119. },
  1120. ["rotation"] =
  1121. {
  1122. ["y"] = 0,
  1123. ["x"] = 0,
  1124. ["z"] = 0
  1125. },
  1126. ["position"] =
  1127. {
  1128. ["y"] = 0,
  1129. ["x"] = 0,
  1130. ["z"] = 0
  1131. },
  1132. ["vrotation"] =
  1133. {
  1134. ["y"] = 0,
  1135. ["x"] = 0,
  1136. ["z"] = 0
  1137. },
  1138. ["vposition"] =
  1139. {
  1140. ["y"] = 0,
  1141. ["x"] = 0,
  1142. ["z"] = 0
  1143. }
  1144. },
  1145. [5] =
  1146. {
  1147. ["drotation"] =
  1148. {
  1149. ["y"] = 0,
  1150. ["x"] = 0,
  1151. ["z"] = 0
  1152. },
  1153. ["dposition"] =
  1154. {
  1155. ["y"] = 0,
  1156. ["x"] = 0,
  1157. ["z"] = 0
  1158. },
  1159. ["scale"] =
  1160. {
  1161. ["y"] = 0,
  1162. ["x"] = 0,
  1163. ["z"] = 0
  1164. },
  1165. ["dscale"] =
  1166. {
  1167. ["y"] = 0,
  1168. ["x"] = 0,
  1169. ["z"] = 0
  1170. },
  1171. ["vscale"] =
  1172. {
  1173. ["y"] = 0,
  1174. ["x"] = 0,
  1175. ["z"] = 0
  1176. },
  1177. ["rotation"] =
  1178. {
  1179. ["y"] = 0,
  1180. ["x"] = 0,
  1181. ["z"] = 0
  1182. },
  1183. ["position"] =
  1184. {
  1185. ["y"] = 0,
  1186. ["x"] = 0,
  1187. ["z"] = 0
  1188. },
  1189. ["vrotation"] =
  1190. {
  1191. ["y"] = 0,
  1192. ["x"] = 0,
  1193. ["z"] = 0
  1194. },
  1195. ["vposition"] =
  1196. {
  1197. ["y"] = 0,
  1198. ["x"] = 0,
  1199. ["z"] = 0
  1200. }
  1201. }
  1202. },
  1203. ["description"] = "",
  1204. ["createdDate"] = 1000,
  1205. ["lowerDesc"] = "",
  1206. ["scales"] =
  1207. {
  1208. ["LowerLegHeight"] = (LowerLegHeightBox.Text),
  1209. ["UpperTorsoWidth"] = (UpperTorsoHeightBox.Text),
  1210. ["UpperArmHeight"] = (UpperArmHeightBox.Text),
  1211. ["HandHeight"] = (HandHeightBox.Text),
  1212. ["UpperLegWidth"] = (UpperLegWidthBox.Text),
  1213. ["LowerArmWidth"] = (LowerArmWidthBox.Text),
  1214. ["FootWidth"] = (FootWidthBox.Text),
  1215. ["LowerArmHeight"] = (LowerArmHeightBox.Text),
  1216. ["UpperArmWidth"] = (UpperArmWidthBox.Text),
  1217. ["FootHeight"] = (FootHeightBox.Text),
  1218. ["LowerTorsoWidth"] = (LowerTorsoWidthBox.Text),
  1219. ["UpperTorsoHeight"] = (UpperTorsoHeightBox.Text),
  1220. ["HandWidth"] = (HandWidthBox.Text),
  1221. ["HeadScale"] = (HeadScaleBox.Text),
  1222. ["UpperLegHeight"] = (UpperLegHeightBox.Text),
  1223. ["LowerTorsoHeight"] = (LowerTorsoHeightBox.Text),
  1224. ["LowerLegWidth"] = (LowerLegWidthBox.Text)
  1225. },
  1226. ["name"] = "",
  1227. ["outfitId"] = 1,
  1228. ["isOutfit"] = true,
  1229. ["collageSeed"] = 0,
  1230. ["lowerName"] = ""
  1231. }
  1232. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  1233. Event:FireServer(OOF)
  1234. end)
  1235.  
  1236. TextLabel_2.Parent = BodyConfigFrame
  1237. TextLabel_2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1238. TextLabel_2.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1239. TextLabel_2.Position = UDim2.new(0.0189274456, 0, 0.0306122452, 0)
  1240. TextLabel_2.Size = UDim2.new(0, 76, 0, 17)
  1241. TextLabel_2.Font = Enum.Font.SourceSans
  1242. TextLabel_2.Text = "Height"
  1243. TextLabel_2.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1244. TextLabel_2.TextSize = 14
  1245.  
  1246. TextLabel_3.Parent = BodyConfigFrame
  1247. TextLabel_3.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1248. TextLabel_3.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1249. TextLabel_3.BorderSizePixel = 0
  1250. TextLabel_3.Position = UDim2.new(0.0410094634, 0, 0.126591653, 0)
  1251. TextLabel_3.Size = UDim2.new(0, 62, 0, 10)
  1252. TextLabel_3.Font = Enum.Font.SourceSans
  1253. TextLabel_3.Text = "Up Leg"
  1254. TextLabel_3.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1255. TextLabel_3.TextSize = 14
  1256. TextLabel_3.TextWrapped = true
  1257.  
  1258. UpperLegHeightBox.Name = "UpperLegHeightBox"
  1259. UpperLegHeightBox.Parent = BodyConfigFrame
  1260. UpperLegHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1261. UpperLegHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  1262. UpperLegHeightBox.Position = UDim2.new(0.0223538037, 0, 0.197680861, 0)
  1263. UpperLegHeightBox.Size = UDim2.new(0, 76, 0, 15)
  1264. UpperLegHeightBox.Font = Enum.Font.SourceSans
  1265. UpperLegHeightBox.Text = "Input"
  1266. UpperLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
  1267. UpperLegHeightBox.TextSize = 14
  1268.  
  1269. TextLabel_4.Parent = BodyConfigFrame
  1270. TextLabel_4.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1271. TextLabel_4.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1272. TextLabel_4.BorderSizePixel = 0
  1273. TextLabel_4.Position = UDim2.new(0.0223538037, 0, 0.288308948, 0)
  1274. TextLabel_4.Size = UDim2.new(0, 76, 0, 10)
  1275. TextLabel_4.Font = Enum.Font.SourceSans
  1276. TextLabel_4.Text = "Low Leg"
  1277. TextLabel_4.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1278. TextLabel_4.TextSize = 14
  1279.  
  1280. LowerLegHeightBox.Name = "LowerLegHeightBox"
  1281. LowerLegHeightBox.Parent = BodyConfigFrame
  1282. LowerLegHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1283. LowerLegHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  1284. LowerLegHeightBox.Position = UDim2.new(0.0223538037, 0, 0.353990823, 0)
  1285. LowerLegHeightBox.Size = UDim2.new(0, 76, 0, 15)
  1286. LowerLegHeightBox.Font = Enum.Font.SourceSans
  1287. LowerLegHeightBox.Text = "Input"
  1288. LowerLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
  1289. LowerLegHeightBox.TextSize = 14
  1290.  
  1291. UpperArmHeightBox.Name = "UpperArmHeightBox"
  1292. UpperArmHeightBox.Parent = BodyConfigFrame
  1293. UpperArmHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1294. UpperArmHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  1295. UpperArmHeightBox.Position = UDim2.new(0.0226098262, 0, 0.518825948, 0)
  1296. UpperArmHeightBox.Size = UDim2.new(0, 76, 0, 15)
  1297. UpperArmHeightBox.Font = Enum.Font.SourceSans
  1298. UpperArmHeightBox.Text = "Input"
  1299. UpperArmHeightBox.TextColor3 = Color3.new(0, 0, 0)
  1300. UpperArmHeightBox.TextSize = 14
  1301.  
  1302. TextLabel_5.Parent = BodyConfigFrame
  1303. TextLabel_5.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1304. TextLabel_5.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1305. TextLabel_5.Position = UDim2.new(0.264472157, 0, 0.0280612241, 0)
  1306. TextLabel_5.Size = UDim2.new(0, 76, 0, 17)
  1307. TextLabel_5.Font = Enum.Font.SourceSans
  1308. TextLabel_5.Text = "Height"
  1309. TextLabel_5.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1310. TextLabel_5.TextSize = 14
  1311.  
  1312. TextLabel_6.Parent = BodyConfigFrame
  1313. TextLabel_6.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1314. TextLabel_6.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1315. TextLabel_6.BorderSizePixel = 0
  1316. TextLabel_6.Position = UDim2.new(0.283655703, 0, 0.126591623, 0)
  1317. TextLabel_6.Size = UDim2.new(0, 62, 0, 10)
  1318. TextLabel_6.Font = Enum.Font.SourceSans
  1319. TextLabel_6.Text = "Up Torso"
  1320. TextLabel_6.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1321. TextLabel_6.TextSize = 14
  1322. TextLabel_6.TextWrapped = true
  1323.  
  1324. UpperTorsoHeightBox.Name = "UpperTorsoHeightBox"
  1325. UpperTorsoHeightBox.Parent = BodyConfigFrame
  1326. UpperTorsoHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1327. UpperTorsoHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  1328. UpperTorsoHeightBox.Position = UDim2.new(0.264157325, 0, 0.197680861, 0)
  1329. UpperTorsoHeightBox.Size = UDim2.new(0, 76, 0, 15)
  1330. UpperTorsoHeightBox.Font = Enum.Font.SourceSans
  1331. UpperTorsoHeightBox.Text = "Input"
  1332. UpperTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
  1333. UpperTorsoHeightBox.TextSize = 14
  1334.  
  1335. TextLabel_7.Parent = BodyConfigFrame
  1336. TextLabel_7.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1337. TextLabel_7.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1338. TextLabel_7.BorderSizePixel = 0
  1339. TextLabel_7.Position = UDim2.new(0.262357444, 0, 0.442896396, 0)
  1340. TextLabel_7.Size = UDim2.new(0, 76, 0, 10)
  1341. TextLabel_7.Font = Enum.Font.SourceSans
  1342. TextLabel_7.Text = "Hand"
  1343. TextLabel_7.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1344. TextLabel_7.TextSize = 14
  1345.  
  1346. LowerTorsoHeightBox.Name = "LowerTorsoHeightBox"
  1347. LowerTorsoHeightBox.Parent = BodyConfigFrame
  1348. LowerTorsoHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1349. LowerTorsoHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  1350. LowerTorsoHeightBox.Position = UDim2.new(0.264413357, 0, 0.353990823, 0)
  1351. LowerTorsoHeightBox.Size = UDim2.new(0, 76, 0, 15)
  1352. LowerTorsoHeightBox.Font = Enum.Font.SourceSans
  1353. LowerTorsoHeightBox.Text = "Input"
  1354. LowerTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
  1355. LowerTorsoHeightBox.TextSize = 14
  1356.  
  1357. LowerArmHeightBox.Name = "LowerArmHeightBox"
  1358. LowerArmHeightBox.Parent = BodyConfigFrame
  1359. LowerArmHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1360. LowerArmHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  1361. LowerArmHeightBox.Position = UDim2.new(0.0194552522, 0, 0.677686989, 0)
  1362. LowerArmHeightBox.Size = UDim2.new(0, 76, 0, 15)
  1363. LowerArmHeightBox.Font = Enum.Font.SourceSans
  1364. LowerArmHeightBox.Text = "Input"
  1365. LowerArmHeightBox.TextColor3 = Color3.new(0, 0, 0)
  1366. LowerArmHeightBox.TextSize = 14
  1367.  
  1368. HandHeightBox.Name = "HandHeightBox"
  1369. HandHeightBox.Parent = BodyConfigFrame
  1370. HandHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1371. HandHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  1372. HandHeightBox.Position = UDim2.new(0.264669389, 0, 0.518825948, 0)
  1373. HandHeightBox.Size = UDim2.new(0, 76, 0, 15)
  1374. HandHeightBox.Font = Enum.Font.SourceSans
  1375. HandHeightBox.Text = "Input"
  1376. HandHeightBox.TextColor3 = Color3.new(0, 0, 0)
  1377. HandHeightBox.TextSize = 14
  1378.  
  1379. TextLabel_8.Parent = BodyConfigFrame
  1380. TextLabel_8.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1381. TextLabel_8.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1382. TextLabel_8.BorderSizePixel = 0
  1383. TextLabel_8.Position = UDim2.new(0.0226098262, 0, 0.606030822, 0)
  1384. TextLabel_8.Size = UDim2.new(0, 76, 0, 10)
  1385. TextLabel_8.Font = Enum.Font.SourceSans
  1386. TextLabel_8.Text = "Low Arm"
  1387. TextLabel_8.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1388. TextLabel_8.TextSize = 14
  1389.  
  1390. FootHeightBox.Name = "FootHeightBox"
  1391. FootHeightBox.Parent = BodyConfigFrame
  1392. FootHeightBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1393. FootHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  1394. FootHeightBox.Position = UDim2.new(0.264157325, 0, 0.677686989, 0)
  1395. FootHeightBox.Size = UDim2.new(0, 76, 0, 15)
  1396. FootHeightBox.Font = Enum.Font.SourceSans
  1397. FootHeightBox.Text = "Input"
  1398. FootHeightBox.TextColor3 = Color3.new(0, 0, 0)
  1399. FootHeightBox.TextSize = 14
  1400.  
  1401. TextLabel_9.Parent = BodyConfigFrame
  1402. TextLabel_9.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1403. TextLabel_9.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1404. TextLabel_9.BorderSizePixel = 0
  1405. TextLabel_9.Position = UDim2.new(0.259202898, 0, 0.288308948, 0)
  1406. TextLabel_9.Size = UDim2.new(0, 76, 0, 10)
  1407. TextLabel_9.Font = Enum.Font.SourceSans
  1408. TextLabel_9.Text = "Low Torso"
  1409. TextLabel_9.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1410. TextLabel_9.TextSize = 14
  1411.  
  1412. TextLabel_10.Parent = BodyConfigFrame
  1413. TextLabel_10.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1414. TextLabel_10.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1415. TextLabel_10.BorderSizePixel = 0
  1416. TextLabel_10.Position = UDim2.new(0.0226098262, 0, 0.442896396, 0)
  1417. TextLabel_10.Size = UDim2.new(0, 76, 0, 10)
  1418. TextLabel_10.Font = Enum.Font.SourceSans
  1419. TextLabel_10.Text = "Up Arm"
  1420. TextLabel_10.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1421. TextLabel_10.TextSize = 14
  1422.  
  1423. TextLabel_11.Parent = BodyConfigFrame
  1424. TextLabel_11.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1425. TextLabel_11.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1426. TextLabel_11.Position = UDim2.new(0.510016859, 0, 0.0280612241, 0)
  1427. TextLabel_11.Size = UDim2.new(0, 76, 0, 17)
  1428. TextLabel_11.Font = Enum.Font.SourceSans
  1429. TextLabel_11.Text = "Width"
  1430. TextLabel_11.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1431. TextLabel_11.TextSize = 14
  1432.  
  1433. TextLabel_12.Parent = BodyConfigFrame
  1434. TextLabel_12.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1435. TextLabel_12.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1436. TextLabel_12.Position = UDim2.new(0.750020564, 0, 0.0280612241, 0)
  1437. TextLabel_12.Size = UDim2.new(0, 76, 0, 17)
  1438. TextLabel_12.Font = Enum.Font.SourceSans
  1439. TextLabel_12.Text = "Width"
  1440. TextLabel_12.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1441. TextLabel_12.TextSize = 14
  1442.  
  1443. TextLabel_13.Parent = BodyConfigFrame
  1444. TextLabel_13.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1445. TextLabel_13.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1446. TextLabel_13.BorderSizePixel = 0
  1447. TextLabel_13.Position = UDim2.new(0.527965963, 0, 0.126591653, 0)
  1448. TextLabel_13.Size = UDim2.new(0, 62, 0, 10)
  1449. TextLabel_13.Font = Enum.Font.SourceSans
  1450. TextLabel_13.Text = "Up Leg"
  1451. TextLabel_13.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1452. TextLabel_13.TextSize = 14
  1453. TextLabel_13.TextWrapped = true
  1454.  
  1455. TextLabel_14.Parent = BodyConfigFrame
  1456. TextLabel_14.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1457. TextLabel_14.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1458. TextLabel_14.BorderSizePixel = 0
  1459. TextLabel_14.Position = UDim2.new(0.779307783, 0, 0.126591623, 0)
  1460. TextLabel_14.Size = UDim2.new(0, 62, 0, 10)
  1461. TextLabel_14.Font = Enum.Font.SourceSans
  1462. TextLabel_14.Text = "Up Torso"
  1463. TextLabel_14.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1464. TextLabel_14.TextSize = 14
  1465. TextLabel_14.TextWrapped = true
  1466.  
  1467. UpperTorsoWidthBox.Name = "UpperTorsoWidthBox"
  1468. UpperTorsoWidthBox.Parent = BodyConfigFrame
  1469. UpperTorsoWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1470. UpperTorsoWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1471. UpperTorsoWidthBox.Position = UDim2.new(0.751113892, 0, 0.197680891, 0)
  1472. UpperTorsoWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1473. UpperTorsoWidthBox.Font = Enum.Font.SourceSans
  1474. UpperTorsoWidthBox.Text = "Input"
  1475. UpperTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1476. UpperTorsoWidthBox.TextSize = 14
  1477.  
  1478. UpperLegWidthBox.Name = "UpperLegWidthBox"
  1479. UpperLegWidthBox.Parent = BodyConfigFrame
  1480. UpperLegWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1481. UpperLegWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1482. UpperLegWidthBox.Position = UDim2.new(0.509310305, 0, 0.197680861, 0)
  1483. UpperLegWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1484. UpperLegWidthBox.Font = Enum.Font.SourceSans
  1485. UpperLegWidthBox.Text = "Input"
  1486. UpperLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1487. UpperLegWidthBox.TextSize = 14
  1488.  
  1489. TextLabel_15.Parent = BodyConfigFrame
  1490. TextLabel_15.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1491. TextLabel_15.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1492. TextLabel_15.BorderSizePixel = 0
  1493. TextLabel_15.Position = UDim2.new(0.509310305, 0, 0.288308948, 0)
  1494. TextLabel_15.Size = UDim2.new(0, 76, 0, 10)
  1495. TextLabel_15.Font = Enum.Font.SourceSans
  1496. TextLabel_15.Text = "Low Leg"
  1497. TextLabel_15.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1498. TextLabel_15.TextSize = 14
  1499.  
  1500. TextLabel_16.Parent = BodyConfigFrame
  1501. TextLabel_16.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1502. TextLabel_16.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1503. TextLabel_16.BorderSizePixel = 0
  1504. TextLabel_16.Position = UDim2.new(0.746159434, 0, 0.288308948, 0)
  1505. TextLabel_16.Size = UDim2.new(0, 76, 0, 10)
  1506. TextLabel_16.Font = Enum.Font.SourceSans
  1507. TextLabel_16.Text = "Low Torso"
  1508. TextLabel_16.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1509. TextLabel_16.TextSize = 14
  1510.  
  1511. LowerTorsoWidthBox.Name = "LowerTorsoWidthBox"
  1512. LowerTorsoWidthBox.Parent = BodyConfigFrame
  1513. LowerTorsoWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1514. LowerTorsoWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1515. LowerTorsoWidthBox.Position = UDim2.new(0.751369834, 0, 0.353990823, 0)
  1516. LowerTorsoWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1517. LowerTorsoWidthBox.Font = Enum.Font.SourceSans
  1518. LowerTorsoWidthBox.Text = "Input"
  1519. LowerTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1520. LowerTorsoWidthBox.TextSize = 14
  1521.  
  1522. LowerLegWidthBox.Name = "LowerLegWidthBox"
  1523. LowerLegWidthBox.Parent = BodyConfigFrame
  1524. LowerLegWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1525. LowerLegWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1526. LowerLegWidthBox.Position = UDim2.new(0.509310305, 0, 0.353990823, 0)
  1527. LowerLegWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1528. LowerLegWidthBox.Font = Enum.Font.SourceSans
  1529. LowerLegWidthBox.Text = "Input"
  1530. LowerLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1531. LowerLegWidthBox.TextSize = 14
  1532.  
  1533. TextLabel_17.Parent = BodyConfigFrame
  1534. TextLabel_17.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1535. TextLabel_17.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1536. TextLabel_17.BorderSizePixel = 0
  1537. TextLabel_17.Position = UDim2.new(0.509566307, 0, 0.442896396, 0)
  1538. TextLabel_17.Size = UDim2.new(0, 76, 0, 10)
  1539. TextLabel_17.Font = Enum.Font.SourceSans
  1540. TextLabel_17.Text = "Up Arm"
  1541. TextLabel_17.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1542. TextLabel_17.TextSize = 14
  1543.  
  1544. TextLabel_18.Parent = BodyConfigFrame
  1545. TextLabel_18.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1546. TextLabel_18.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1547. TextLabel_18.BorderSizePixel = 0
  1548. TextLabel_18.Position = UDim2.new(0.749313951, 0, 0.442896396, 0)
  1549. TextLabel_18.Size = UDim2.new(0, 76, 0, 10)
  1550. TextLabel_18.Font = Enum.Font.SourceSans
  1551. TextLabel_18.Text = "Hand"
  1552. TextLabel_18.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1553. TextLabel_18.TextSize = 14
  1554.  
  1555. HandWidthBox.Name = "HandWidthBox"
  1556. HandWidthBox.Parent = BodyConfigFrame
  1557. HandWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1558. HandWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1559. HandWidthBox.Position = UDim2.new(0.751625896, 0, 0.518825948, 0)
  1560. HandWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1561. HandWidthBox.Font = Enum.Font.SourceSans
  1562. HandWidthBox.Text = "Input"
  1563. HandWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1564. HandWidthBox.TextSize = 14
  1565.  
  1566. UpperArmWidthBox.Name = "UpperArmWidthBox"
  1567. UpperArmWidthBox.Parent = BodyConfigFrame
  1568. UpperArmWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1569. UpperArmWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1570. UpperArmWidthBox.Position = UDim2.new(0.509566307, 0, 0.518825948, 0)
  1571. UpperArmWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1572. UpperArmWidthBox.Font = Enum.Font.SourceSans
  1573. UpperArmWidthBox.Text = "Input"
  1574. UpperArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1575. UpperArmWidthBox.TextSize = 14
  1576.  
  1577. TextLabel_19.Parent = BodyConfigFrame
  1578. TextLabel_19.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1579. TextLabel_19.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1580. TextLabel_19.BorderSizePixel = 0
  1581. TextLabel_19.Position = UDim2.new(0.509566307, 0, 0.606030822, 0)
  1582. TextLabel_19.Size = UDim2.new(0, 76, 0, 10)
  1583. TextLabel_19.Font = Enum.Font.SourceSans
  1584. TextLabel_19.Text = "Low Arm"
  1585. TextLabel_19.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1586. TextLabel_19.TextSize = 14
  1587.  
  1588. TextLabel_20.Parent = BodyConfigFrame
  1589. TextLabel_20.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1590. TextLabel_20.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1591. TextLabel_20.BorderSizePixel = 0
  1592. TextLabel_20.Position = UDim2.new(0.749313951, 0, 0.606030822, 0)
  1593. TextLabel_20.Size = UDim2.new(0, 76, 0, 10)
  1594. TextLabel_20.Font = Enum.Font.SourceSans
  1595. TextLabel_20.Text = "Foot"
  1596. TextLabel_20.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1597. TextLabel_20.TextSize = 14
  1598.  
  1599. LowerArmWidthBox.Name = "LowerArmWidthBox"
  1600. LowerArmWidthBox.Parent = BodyConfigFrame
  1601. LowerArmWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1602. LowerArmWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1603. LowerArmWidthBox.Position = UDim2.new(0.506411731, 0, 0.677686989, 0)
  1604. LowerArmWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1605. LowerArmWidthBox.Font = Enum.Font.SourceSans
  1606. LowerArmWidthBox.Text = "Input"
  1607. LowerArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1608. LowerArmWidthBox.TextSize = 14
  1609.  
  1610. FootWidthBox.Name = "FootWidthBox"
  1611. FootWidthBox.Parent = BodyConfigFrame
  1612. FootWidthBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1613. FootWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1614. FootWidthBox.Position = UDim2.new(0.751113832, 0, 0.677686989, 0)
  1615. FootWidthBox.Size = UDim2.new(0, 76, 0, 15)
  1616. FootWidthBox.Font = Enum.Font.SourceSans
  1617. FootWidthBox.Text = "Input"
  1618. FootWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1619. FootWidthBox.TextSize = 14
  1620.  
  1621. HeadScaleBox.Name = "HeadScaleBox"
  1622. HeadScaleBox.Parent = BodyConfigFrame
  1623. HeadScaleBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1624. HeadScaleBox.BorderColor3 = Color3.new(0, 0, 0)
  1625. HeadScaleBox.Position = UDim2.new(0.387571156, 0, 0.84862715, 0)
  1626. HeadScaleBox.Size = UDim2.new(0, 76, 0, 15)
  1627. HeadScaleBox.Font = Enum.Font.SourceSans
  1628. HeadScaleBox.Text = "Input"
  1629. HeadScaleBox.TextColor3 = Color3.new(0, 0, 0)
  1630. HeadScaleBox.TextSize = 14
  1631.  
  1632. TextLabel_21.Parent = BodyConfigFrame
  1633. TextLabel_21.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1634. TextLabel_21.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1635. TextLabel_21.BorderSizePixel = 0
  1636. TextLabel_21.Position = UDim2.new(0.3884058, 0, 0.777777731, 0)
  1637. TextLabel_21.Size = UDim2.new(0, 76, 0, 10)
  1638. TextLabel_21.Font = Enum.Font.SourceSans
  1639. TextLabel_21.Text = "Head Scale"
  1640. TextLabel_21.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1641. TextLabel_21.TextSize = 14
  1642.  
  1643. TextLabel_22.Parent = BodyConfigFrame
  1644. TextLabel_22.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1645. TextLabel_22.BorderSizePixel = 0
  1646. TextLabel_22.Position = UDim2.new(0.0202898551, 0, 0.777777791, 0)
  1647. TextLabel_22.Size = UDim2.new(0, 119, 0, 46)
  1648. TextLabel_22.Font = Enum.Font.SourceSans
  1649. TextLabel_22.Text = "'1' is the starting output"
  1650. TextLabel_22.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  1651. TextLabel_22.TextSize = 14
  1652. TextLabel_22.TextWrapped = true
  1653.  
  1654. ExtraStuffFrame.Name = "ExtraStuffFrame"
  1655. ExtraStuffFrame.Parent = Mainframe
  1656. ExtraStuffFrame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1657. ExtraStuffFrame.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1658. ExtraStuffFrame.Position = UDim2.new(0, 0, 0.0930232704, 0)
  1659. ExtraStuffFrame.Size = UDim2.new(0, 345, 0, 234)
  1660.  
  1661. ChatColorFrame.Name = "ChatColorFrame"
  1662. ChatColorFrame.Parent = ExtraStuffFrame
  1663. ChatColorFrame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1664. ChatColorFrame.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1665. ChatColorFrame.Position = UDim2.new(0.0173913036, 0, 0.055555556, 0)
  1666. ChatColorFrame.Size = UDim2.new(0, 125, 0, 158)
  1667.  
  1668. BlackChat.Name = "BlackChat"
  1669. BlackChat.Parent = ChatColorFrame
  1670. BlackChat.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1671. BlackChat.BorderSizePixel = 0
  1672. BlackChat.Position = UDim2.new(0.0480001494, 0, 0.0632911623, 0)
  1673. BlackChat.Size = UDim2.new(0, 114, 0, 15)
  1674. BlackChat.Font = Enum.Font.SourceSans
  1675. BlackChat.Text = "Black Chat"
  1676. BlackChat.TextColor3 = Color3.new(0, 0, 0)
  1677. BlackChat.TextSize = 14
  1678. BlackChat.MouseButton1Click:Connect(function()
  1679. local color = Color3.new(0,0,0) --Color you want here!
  1680. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1681. Event:FireServer(color)
  1682. end)
  1683.  
  1684. WhiteChat.Name = "WhiteChat"
  1685. WhiteChat.Parent = ChatColorFrame
  1686. WhiteChat.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1687. WhiteChat.BorderSizePixel = 0
  1688. WhiteChat.Position = UDim2.new(0.0399999619, 0, 0.197847694, 0)
  1689. WhiteChat.Size = UDim2.new(0, 114, 0, 15)
  1690. WhiteChat.Font = Enum.Font.SourceSans
  1691. WhiteChat.Text = "White Chat"
  1692. WhiteChat.TextColor3 = Color3.new(0, 0, 0)
  1693. WhiteChat.TextSize = 14
  1694. WhiteChat.MouseButton1Click:Connect(function()
  1695. local color = Color3.new(255,255,255) --Color you want here!
  1696. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1697. Event:FireServer(color)
  1698. end)
  1699.  
  1700. BlueChat.Name = "BlueChat"
  1701. BlueChat.Parent = ChatColorFrame
  1702. BlueChat.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1703. BlueChat.BorderSizePixel = 0
  1704. BlueChat.Position = UDim2.new(0.0399998575, 0, 0.325520188, 0)
  1705. BlueChat.Size = UDim2.new(0, 114, 0, 15)
  1706. BlueChat.Font = Enum.Font.SourceSans
  1707. BlueChat.Text = "Blue Chat"
  1708. BlueChat.TextColor3 = Color3.new(0, 0, 0)
  1709. BlueChat.TextSize = 14
  1710. BlueChat.MouseButton1Click:Connect(function()
  1711. local color = Color3.new(0,0,255) --Color you want here!
  1712. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1713. Event:FireServer(color)
  1714. end)
  1715.  
  1716. YellowChat.Name = "YellowChat"
  1717. YellowChat.Parent = ChatColorFrame
  1718. YellowChat.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1719. YellowChat.BorderSizePixel = 0
  1720. YellowChat.Position = UDim2.new(0.0400004387, 0, 0.592840791, 0)
  1721. YellowChat.Size = UDim2.new(0, 114, 0, 15)
  1722. YellowChat.Font = Enum.Font.SourceSans
  1723. YellowChat.Text = "Yellow Chat"
  1724. YellowChat.TextColor3 = Color3.new(0, 0, 0)
  1725. YellowChat.TextSize = 14
  1726. YellowChat.MouseButton1Click:Connect(function()
  1727. local color = Color3.new(255,255,0) --Color you want here!
  1728. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1729. Event:FireServer(color)
  1730. end)
  1731.  
  1732. RedChat.Name = "RedChat"
  1733. RedChat.Parent = ChatColorFrame
  1734. RedChat.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1735. RedChat.BorderSizePixel = 0
  1736. RedChat.Position = UDim2.new(0.0399999619, 0, 0.85856235, 0)
  1737. RedChat.Size = UDim2.new(0, 114, 0, 15)
  1738. RedChat.Font = Enum.Font.SourceSans
  1739. RedChat.Text = "Rainbow Chat"
  1740. RedChat.TextColor3 = Color3.new(0, 0, 0)
  1741. RedChat.TextSize = 14
  1742. RedChat.MouseButton1Click:Connect(function()
  1743. while true do
  1744. wait()
  1745. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  1746. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  1747. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  1748. local color = Color3.new(r, g, b)
  1749. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1750. Event:FireServer(color)
  1751. end
  1752. end)
  1753.  
  1754. GreenChat.Name = "GreenChat"
  1755. GreenChat.Parent = ChatColorFrame
  1756. GreenChat.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1757. GreenChat.BorderSizePixel = 0
  1758. GreenChat.Position = UDim2.new(0.0399999619, 0, 0.730614066, 0)
  1759. GreenChat.Size = UDim2.new(0, 114, 0, 15)
  1760. GreenChat.Font = Enum.Font.SourceSans
  1761. GreenChat.Text = "Green Chat"
  1762. GreenChat.TextColor3 = Color3.new(0, 0, 0)
  1763. GreenChat.TextSize = 14
  1764. GreenChat.MouseButton1Click:Connect(function()
  1765. local color = Color3.new(0,255,0) --Color you want here!
  1766. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1767. Event:FireServer(color)
  1768. end)
  1769.  
  1770. RainbowChat.Name = "RainbowChat"
  1771. RainbowChat.Parent = ChatColorFrame
  1772. RainbowChat.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1773. RainbowChat.BorderSizePixel = 0
  1774. RainbowChat.Position = UDim2.new(0.0400009155, 0, 0.464570731, 0)
  1775. RainbowChat.Size = UDim2.new(0, 114, 0, 15)
  1776. RainbowChat.Font = Enum.Font.SourceSans
  1777. RainbowChat.Text = "Red Chat"
  1778. RainbowChat.TextColor3 = Color3.new(0, 0, 0)
  1779. RainbowChat.TextSize = 14
  1780. RainbowChat.MouseButton1Click:Connect(function()
  1781. local color = Color3.new(255,0,0) --Color you want here!
  1782. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1783. Event:FireServer(color)
  1784. end)
  1785.  
  1786. WeirdMemeCreature.Name = "WeirdMemeCreature"
  1787. WeirdMemeCreature.Parent = ExtraStuffFrame
  1788. WeirdMemeCreature.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1789. WeirdMemeCreature.BorderSizePixel = 0
  1790. WeirdMemeCreature.Position = UDim2.new(0.420289844, 0, 0.055555556, 0)
  1791. WeirdMemeCreature.Size = UDim2.new(0, 86, 0, 19)
  1792. WeirdMemeCreature.Font = Enum.Font.SourceSans
  1793. WeirdMemeCreature.Text = "Weird Creature"
  1794. WeirdMemeCreature.TextColor3 = Color3.new(0, 0, 0)
  1795. WeirdMemeCreature.TextSize = 14
  1796. WeirdMemeCreature.MouseButton1Click:Connect(function()
  1797. loadstring(game:HttpGet(('https://hastebin.com/raw/xapitemipo.scala'),true))()
  1798. end)
  1799.  
  1800. Titan.Name = "Titan"
  1801. Titan.Parent = ExtraStuffFrame
  1802. Titan.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1803. Titan.BorderSizePixel = 0
  1804. Titan.Position = UDim2.new(0.710144937, 0, 0.055555556, 0)
  1805. Titan.Size = UDim2.new(0, 86, 0, 19)
  1806. Titan.Font = Enum.Font.SourceSans
  1807. Titan.Text = "Baghead Titan"
  1808. Titan.TextColor3 = Color3.new(0, 0, 0)
  1809. Titan.TextSize = 14
  1810. Titan.MouseButton1Click:Connect(function()
  1811. loadstring(game:HttpGet(('https://hastebin.com/raw/ozaloguzex.scala'),true))()
  1812. end)
  1813.  
  1814. SlenderMan.Name = "SlenderMan"
  1815. SlenderMan.Parent = ExtraStuffFrame
  1816. SlenderMan.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1817. SlenderMan.BorderSizePixel = 0
  1818. SlenderMan.Position = UDim2.new(0.710144937, 0, 0.162393168, 0)
  1819. SlenderMan.Size = UDim2.new(0, 86, 0, 19)
  1820. SlenderMan.Font = Enum.Font.SourceSans
  1821. SlenderMan.Text = "Slender Man"
  1822. SlenderMan.TextColor3 = Color3.new(0, 0, 0)
  1823. SlenderMan.TextSize = 14
  1824. SlenderMan.MouseButton1Click:Connect(function()
  1825. loadstring(game:HttpGet(('https://hastebin.com/raw/evujulanuj.bash'),true))()
  1826. end)
  1827.  
  1828. Spongebob.Name = "Spongebob"
  1829. Spongebob.Parent = ExtraStuffFrame
  1830. Spongebob.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1831. Spongebob.BorderSizePixel = 0
  1832. Spongebob.Position = UDim2.new(0.420289844, 0, 0.162393168, 0)
  1833. Spongebob.Size = UDim2.new(0, 86, 0, 19)
  1834. Spongebob.Font = Enum.Font.SourceSans
  1835. Spongebob.Text = "Spongebob"
  1836. Spongebob.TextColor3 = Color3.new(0, 0, 0)
  1837. Spongebob.TextSize = 14
  1838. Spongebob.MouseButton1Click:Connect(function()
  1839. loadstring(game:HttpGet(('https://pastebin.com/raw/giZvjxVj'),true))()
  1840. end)
  1841.  
  1842. CrashGame.Name = "CrashGame"
  1843. CrashGame.Parent = ExtraStuffFrame
  1844. CrashGame.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1845. CrashGame.BorderSizePixel = 0
  1846. CrashGame.Position = UDim2.new(0.420289844, 0, 0.380341887, 0)
  1847. CrashGame.Size = UDim2.new(0, 186, 0, 19)
  1848. CrashGame.Font = Enum.Font.SourceSans
  1849. CrashGame.Text = "Crash The Game"
  1850. CrashGame.TextColor3 = Color3.new(0, 0, 0)
  1851. CrashGame.TextSize = 14
  1852. CrashGame.MouseButton1Click:Connect(function()
  1853. loadstring(game:HttpGet(('https://hastebin.com/raw/abesoqiwek.scala'),true))()
  1854. end)
  1855.  
  1856. TextLabel_23.Parent = ExtraStuffFrame
  1857. TextLabel_23.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1858. TextLabel_23.BorderSizePixel = 0
  1859. TextLabel_23.Position = UDim2.new(0.379710138, 0, 0.337606847, 0)
  1860. TextLabel_23.Size = UDim2.new(0, 214, 0, 3)
  1861. TextLabel_23.Font = Enum.Font.SourceSans
  1862. TextLabel_23.Text = ""
  1863. TextLabel_23.TextSize = 14
  1864.  
  1865. DeleteGUI.Name = "DeleteGUI"
  1866. DeleteGUI.Parent = ExtraStuffFrame
  1867. DeleteGUI.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1868. DeleteGUI.BorderSizePixel = 0
  1869. DeleteGUI.Position = UDim2.new(0.420289844, 0, 0.504498422, 0)
  1870. DeleteGUI.Size = UDim2.new(0, 186, 0, 19)
  1871. DeleteGUI.Font = Enum.Font.SourceSans
  1872. DeleteGUI.Text = "Delete GUI"
  1873. DeleteGUI.TextColor3 = Color3.new(0, 0, 0)
  1874. DeleteGUI.TextSize = 14
  1875. DeleteGUI.MouseButton1Click:Connect(function()
  1876. RobloxianHighschoolGUIv5:Remove()
  1877. end)
  1878.  
  1879. TextLabel_24.Parent = ExtraStuffFrame
  1880. TextLabel_24.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1881. TextLabel_24.BorderSizePixel = 0
  1882. TextLabel_24.Position = UDim2.new(0.014492752, 0, 0.754273474, 0)
  1883. TextLabel_24.Size = UDim2.new(0, 125, 0, 48)
  1884. TextLabel_24.Font = Enum.Font.SourceSans
  1885. TextLabel_24.Text = "Press \"Ctrl\" to toggle the visibility of the GUI"
  1886. TextLabel_24.TextColor3 = Color3.new(0.996078, 0.470588, 0.0431373)
  1887. TextLabel_24.TextScaled = true
  1888. TextLabel_24.TextSize = 14
  1889. TextLabel_24.TextWrapped = true
  1890.  
  1891. TextLabel_25.Parent = ExtraStuffFrame
  1892. TextLabel_25.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1893. TextLabel_25.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1894. TextLabel_25.BorderSizePixel = 0
  1895. TextLabel_25.Position = UDim2.new(0.379710138, 0, 0.619658113, 0)
  1896. TextLabel_25.Size = UDim2.new(0, 214, 0, 3)
  1897. TextLabel_25.Font = Enum.Font.SourceSans
  1898. TextLabel_25.Text = ""
  1899. TextLabel_25.TextSize = 14
  1900.  
  1901. ChangeSpeed.Name = "ChangeSpeed"
  1902. ChangeSpeed.Parent = ExtraStuffFrame
  1903. ChangeSpeed.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1904. ChangeSpeed.BorderColor3 = Color3.new(0, 0, 0)
  1905. ChangeSpeed.Position = UDim2.new(0.420289844, 0, 0.844017029, 0)
  1906. ChangeSpeed.Size = UDim2.new(0, 86, 0, 19)
  1907. ChangeSpeed.Font = Enum.Font.SourceSans
  1908. ChangeSpeed.Text = "Change"
  1909. ChangeSpeed.TextColor3 = Color3.new(0, 0, 0)
  1910. ChangeSpeed.TextSize = 14
  1911. ChangeSpeed.MouseButton1Click:Connect(function()
  1912. game:GetService'Players'.LocalPlayer.Character.Humanoid.WalkSpeed = (WalkSpeedBox.Text)
  1913. end)
  1914.  
  1915. WalkSpeedBox.Name = "WalkSpeedBox"
  1916. WalkSpeedBox.Parent = ExtraStuffFrame
  1917. WalkSpeedBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1918. WalkSpeedBox.BorderSizePixel = 0
  1919. WalkSpeedBox.Position = UDim2.new(0.420289844, 0, 0.72863245, 0)
  1920. WalkSpeedBox.Size = UDim2.new(0, 86, 0, 16)
  1921. WalkSpeedBox.Font = Enum.Font.SourceSans
  1922. WalkSpeedBox.Text = "Input"
  1923. WalkSpeedBox.TextColor3 = Color3.new(0, 0, 0)
  1924. WalkSpeedBox.TextSize = 14
  1925.  
  1926. JumpPowerBox.Name = "JumpPowerBox"
  1927. JumpPowerBox.Parent = ExtraStuffFrame
  1928. JumpPowerBox.BackgroundColor3 = Color3.new(1, 0.564706, 0.0313726)
  1929. JumpPowerBox.BorderSizePixel = 0
  1930. JumpPowerBox.Position = UDim2.new(0.710144877, 0, 0.72863245, 0)
  1931. JumpPowerBox.Size = UDim2.new(0, 86, 0, 16)
  1932. JumpPowerBox.Font = Enum.Font.SourceSans
  1933. JumpPowerBox.Text = "Input"
  1934. JumpPowerBox.TextColor3 = Color3.new(0, 0, 0)
  1935. JumpPowerBox.TextSize = 14
  1936.  
  1937. ChangeJumpPower.Name = "ChangeJumpPower"
  1938. ChangeJumpPower.Parent = ExtraStuffFrame
  1939. ChangeJumpPower.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1940. ChangeJumpPower.BorderColor3 = Color3.new(0, 0, 0)
  1941. ChangeJumpPower.Position = UDim2.new(0.710144877, 0, 0.844017029, 0)
  1942. ChangeJumpPower.Size = UDim2.new(0, 86, 0, 19)
  1943. ChangeJumpPower.Font = Enum.Font.SourceSans
  1944. ChangeJumpPower.Text = "Change"
  1945. ChangeJumpPower.TextColor3 = Color3.new(0, 0, 0)
  1946. ChangeJumpPower.TextSize = 14
  1947. ChangeJumpPower.TextWrapped = true
  1948. ChangeJumpPower.MouseButton1Click:Connect(function()
  1949. game:GetService'Players'.LocalPlayer.Character.Humanoid.JumpPower = (JumpPowerBox.Text)
  1950. end)
  1951.  
  1952. TextLabel_26.Parent = ExtraStuffFrame
  1953. TextLabel_26.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1954. TextLabel_26.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1955. TextLabel_26.Position = UDim2.new(0.420289844, 0, 0.632478654, 0)
  1956. TextLabel_26.Size = UDim2.new(0, 86, 0, 16)
  1957. TextLabel_26.Font = Enum.Font.SourceSans
  1958. TextLabel_26.Text = "Walk Speed"
  1959. TextLabel_26.TextColor3 = Color3.new(0.996078, 0.470588, 0.0431373)
  1960. TextLabel_26.TextSize = 14
  1961. TextLabel_26.TextWrapped = true
  1962.  
  1963. TextLabel_27.Parent = ExtraStuffFrame
  1964. TextLabel_27.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1965. TextLabel_27.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1966. TextLabel_27.Position = UDim2.new(0.710144877, 0, 0.632478654, 0)
  1967. TextLabel_27.Size = UDim2.new(0, 86, 0, 16)
  1968. TextLabel_27.Font = Enum.Font.SourceSans
  1969. TextLabel_27.Text = "Jump Power"
  1970. TextLabel_27.TextColor3 = Color3.new(0.996078, 0.470588, 0.0431373)
  1971. TextLabel_27.TextSize = 14
  1972. TextLabel_27.TextWrapped = true
  1973.  
  1974. OrangeHorizontal.Name = "OrangeHorizontal"
  1975. OrangeHorizontal.Parent = Topframe
  1976. OrangeHorizontal.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1977. OrangeHorizontal.BorderColor3 = Color3.new(1, 0.47451, 0.0431373)
  1978. OrangeHorizontal.Position = UDim2.new(0, 0, 1, 0)
  1979. OrangeHorizontal.Size = UDim2.new(0, 345, 0, 8)
  1980.  
  1981. AllBodyConfigTab.Name = "AllBodyConfigTab"
  1982. AllBodyConfigTab.Parent = OrangeHorizontal
  1983. AllBodyConfigTab.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  1984. AllBodyConfigTab.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1985. AllBodyConfigTab.Position = UDim2.new(0, 0, 1, 0)
  1986. AllBodyConfigTab.Size = UDim2.new(0, 114, 0, 16)
  1987. AllBodyConfigTab.Font = Enum.Font.SourceSans
  1988. AllBodyConfigTab.Text = "All Body Config"
  1989. AllBodyConfigTab.TextColor3 = Color3.new(0, 0, 0)
  1990. AllBodyConfigTab.TextSize = 14
  1991. AllBodyConfigTab.TextWrapped = true
  1992.  
  1993. AllBodyConfigTab.MouseButton1Click:Connect(function()
  1994. AllBodyConfigFrame.Visible = true
  1995. BodyConfigFrame.Visible = false
  1996. ExtraStuffFrame.Visible = false
  1997. end)
  1998.  
  1999. BodyConfigTab.Name = "BodyConfigTab"
  2000. BodyConfigTab.Parent = OrangeHorizontal
  2001. BodyConfigTab.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  2002. BodyConfigTab.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2003. BodyConfigTab.Position = UDim2.new(0.330434769, 0, 1, 0)
  2004. BodyConfigTab.Size = UDim2.new(0, 117, 0, 16)
  2005. BodyConfigTab.Font = Enum.Font.SourceSans
  2006. BodyConfigTab.Text = "Body Config"
  2007. BodyConfigTab.TextColor3 = Color3.new(0, 0, 0)
  2008. BodyConfigTab.TextSize = 14
  2009. BodyConfigTab.TextWrapped = true
  2010.  
  2011. BodyConfigTab.MouseButton1Click:Connect(function()
  2012. BodyConfigFrame.Visible = true
  2013. AllBodyConfigFrame.Visible = false
  2014. ExtraStuffFrame.Visible = false
  2015. end)
  2016.  
  2017. OtherTab.Name = "OtherTab"
  2018. OtherTab.Parent = OrangeHorizontal
  2019. OtherTab.BackgroundColor3 = Color3.new(1, 0.47451, 0.0431373)
  2020. OtherTab.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2021. OtherTab.Position = UDim2.new(0.669565201, 0, 1, 0)
  2022. OtherTab.Size = UDim2.new(0, 114, 0, 16)
  2023. OtherTab.Font = Enum.Font.SourceSans
  2024. OtherTab.Text = "Extra Stuff"
  2025. OtherTab.TextColor3 = Color3.new(0, 0, 0)
  2026. OtherTab.TextSize = 14
  2027. OtherTab.TextWrapped = true
  2028.  
  2029. OtherTab.MouseButton1Click:Connect(function()
  2030. ExtraStuffFrame.Visible = true
  2031. BodyConfigFrame.Visible = false
  2032. AllBodyConfigFrame.Visible = false
  2033. end)
  2034.  
  2035.  
  2036. Title.Name = "Title"
  2037. Title.Parent = Topframe
  2038. Title.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2039. Title.BorderColor3 = Color3.new(0, 0, 0)
  2040. Title.BorderSizePixel = 0
  2041. Title.Size = UDim2.new(0, 101, 0, 11)
  2042. Title.Font = Enum.Font.SourceSans
  2043. Title.Text = "Robloxian Morpher"
  2044. Title.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  2045. Title.TextSize = 14
  2046.  
  2047. Creds.Name = "Creds"
  2048. Creds.Parent = Topframe
  2049. Creds.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2050. Creds.BorderColor3 = Color3.new(0, 0, 0)
  2051. Creds.BorderSizePixel = 0
  2052. Creds.Position = UDim2.new(0.797608674, 0, -0.09375, 0)
  2053. Creds.Size = UDim2.new(0, 70, 0, 12)
  2054. Creds.Font = Enum.Font.SourceSans
  2055. Creds.Text = "Psykek#3180"
  2056. Creds.TextColor3 = Color3.new(1, 0.47451, 0.0431373)
  2057. Creds.TextSize = 14
  2058.  
  2059. function onKeyPress(inputObject, gameProcessedEvent)
  2060. if inputObject.KeyCode == Enum.KeyCode.LeftControl then
  2061. if Topframe.Visible == false then
  2062. Topframe.Visible = true
  2063. else
  2064. Topframe.Visible = false
  2065. end
  2066. end
  2067. end
  2068.  
  2069. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement