PowerSans124

school

Jul 3rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VBScript 52.71 KB | None | 0 0
  1. -- Objects
  2.  
  3. local RbxhighGUIv2 = Instance.new("ScreenGui")
  4. local topframe = Instance.new("Frame")
  5. local close = Instance.new("TextButton")
  6. local minimize = Instance.new("TextButton")
  7. local creds = Instance.new("TextLabel")
  8. local mainframe = Instance.new("Frame")
  9. local Titan = Instance.new("TextButton")
  10. local GiantTitan = Instance.new("TextButton")
  11. local GiantHead = Instance.new("TextButton")
  12. local MemeCreature = Instance.new("TextButton")
  13. local RainbowChat = Instance.new("TextButton")
  14. local BlackChat = Instance.new("TextButton")
  15. local ChatColorTab = Instance.new("TextButton")
  16. local BodyConfigurationTab = Instance.new("TextButton")
  17. local BodyColorTab = Instance.new("TextButton")
  18. local Sizeframe = Instance.new("Frame")
  19. local title = Instance.new("TextLabel")
  20. local HeadScaleBox = Instance.new("TextBox")
  21. local LowerLegHeightBox = Instance.new("TextBox")
  22. local UpperTorsoWidthBox = Instance.new("TextBox")
  23. local LowerTorsoWidthBox = Instance.new("TextBox")
  24. local UpperArmHeightBox = Instance.new("TextBox")
  25. local HandHeightBox = Instance.new("TextBox")
  26. local UpperLegWidthBox = Instance.new("TextBox")
  27. local LowerArmWidthBox = Instance.new("TextBox")
  28. local UpperArmWidthBox = Instance.new("TextBox")
  29. local FootWidthBox = Instance.new("TextBox")
  30. local FootHeightBox = Instance.new("TextBox")
  31. local LowerTorsoHeightBox = Instance.new("TextBox")
  32. local UpperTorsoHeightBox = Instance.new("TextBox")
  33. local UpperLegHeightBox = Instance.new("TextBox")
  34. local HandWidthBox = Instance.new("TextBox")
  35. local LowerArmHeightbox = Instance.new("TextBox")
  36. local LowerLegWidthBox = Instance.new("TextBox")
  37. local HelpBtnSizeFrame = Instance.new("TextButton")
  38. local MorphButton = Instance.new("TextButton")
  39. local DontMess = Instance.new("TextBox")
  40. local TextLabel = Instance.new("TextLabel")
  41. local TextLabel_2 = Instance.new("TextLabel")
  42. local TextLabel_3 = Instance.new("TextLabel")
  43. local TextLabel_4 = Instance.new("TextLabel")
  44. local TextLabel_5 = Instance.new("TextLabel")
  45. local TextLabel_6 = Instance.new("TextLabel")
  46. local TextLabel_7 = Instance.new("TextLabel")
  47. local TextLabel_8 = Instance.new("TextLabel")
  48. local TextLabel_9 = Instance.new("TextLabel")
  49. local TextLabel_10 = Instance.new("TextLabel")
  50. local TextLabel_11 = Instance.new("TextLabel")
  51. local TextLabel_12 = Instance.new("TextLabel")
  52. local TextLabel_13 = Instance.new("TextLabel")
  53. local TextLabel_14 = Instance.new("TextLabel")
  54. local TextLabel_15 = Instance.new("TextLabel")
  55. local TextLabel_16 = Instance.new("TextLabel")
  56. local TextLabel_17 = Instance.new("TextLabel")
  57. local BodyConfigurationHelpFrame = Instance.new("Frame")
  58. local title_2 = Instance.new("TextLabel")
  59. local info = Instance.new("TextLabel")
  60.  
  61. -- Properties
  62.  
  63. RbxhighGUIv2.Name = "Rbx-high GUI v2"
  64. RbxhighGUIv2.Parent = game.CoreGui
  65.  
  66. topframe.Name = "topframe"
  67. topframe.Parent = RbxhighGUIv2
  68. topframe.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  69. topframe.BorderColor3 = Color3.new(0, 0, 0)
  70. topframe.Position = UDim2.new(0.214620411, 0, 0.281007737, 0)
  71. topframe.Size = UDim2.new(0, 148, 0, 13)
  72. topframe.Active = true
  73. topframe.Draggable = true
  74.  
  75. close.Name = "close"
  76. close.Parent = topframe
  77. close.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  78. close.BorderColor3 = Color3.new(0, 0, 0)
  79. close.BorderSizePixel = 0
  80. close.Position = UDim2.new(0.928326011, 0, 0, 0)
  81. close.Size = UDim2.new(0, 12, 0, 8)
  82. close.Font = Enum.Font.SourceSans
  83. close.Text = "X"
  84. close.TextColor3 = Color3.new(1, 1, 1)
  85. close.TextSize = 14
  86. close.MouseButton1Click:Connect(function()
  87.  
  88.     if topframe.Visible == false then
  89.         topframe.Visible = false
  90.     else
  91.         topframe.Visible = false
  92.     end
  93.  
  94. end)
  95.  
  96. close.MouseButton1Click:Connect(function()
  97.  
  98.     if Sizeframe.Visible == false then
  99.         Sizeframe.Visible = false
  100.     else
  101.         Sizeframe.Visible = false
  102.     end
  103.  
  104. end)
  105.  
  106. close.MouseButton1Click:Connect(function()
  107.  
  108.     if BodyConfigurationHelpFrame.Visible == false then
  109.         BodyConfigurationHelpFrame.Visible = false
  110.     else
  111.         BodyConfigurationHelpFrame.Visible = false
  112.     end
  113.  
  114. end)
  115.  
  116. minimize.Name = "minimize"
  117. minimize.Parent = topframe
  118. minimize.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  119. minimize.BorderColor3 = Color3.new(0, 0, 0)
  120. minimize.BorderSizePixel = 0
  121. minimize.Position = UDim2.new(0.843447685, 0, 0, 0)
  122. minimize.Size = UDim2.new(0, 12, 0, 8)
  123. minimize.Font = Enum.Font.SourceSans
  124. minimize.Text = "-"
  125. minimize.TextColor3 = Color3.new(1, 1, 1)
  126. minimize.TextSize = 14
  127. minimize.MouseButton1Click:Connect(function()
  128.  
  129.     if mainframe.Visible == false then
  130.         mainframe.Visible = true
  131.     else
  132.         mainframe.Visible = false
  133.     end
  134.  
  135. end)
  136.  
  137. minimize.MouseButton1Click:Connect(function()
  138.  
  139.     if Sizeframe.Visible == false then
  140.         Sizeframe.Visible = false
  141.     else
  142.         Sizeframe.Visible = false
  143.     end
  144.  
  145. end)
  146.  
  147. minimize.MouseButton1Click:Connect(function()
  148.  
  149.     if BodyConfigurationHelpFrame.Visible == false then
  150.         BodyConfigurationHelpFrame.Visible = false
  151.     else
  152.         BodyConfigurationHelpFrame.Visible = false
  153.     end
  154.  
  155. end)
  156.  
  157. creds.Name = "creds"
  158. creds.Parent = topframe
  159. creds.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  160. creds.BorderColor3 = Color3.new(0, 0, 0)
  161. creds.BorderSizePixel = 0
  162. creds.Size = UDim2.new(0, 72, 0, 9)
  163. creds.Font = Enum.Font.SourceSans
  164. creds.Text = "Psykek#3180"
  165. creds.TextColor3 = Color3.new(1, 0.619608, 0.00392157)
  166. creds.TextSize = 14
  167.  
  168. mainframe.Name = "mainframe"
  169. mainframe.Parent = topframe
  170. mainframe.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  171. mainframe.BorderColor3 = Color3.new(0, 0, 0)
  172. mainframe.Position = UDim2.new(0, 0, 1, 0)
  173. mainframe.Size = UDim2.new(0, 148, 0, 132)
  174.  
  175. Titan.Name = "Titan"
  176. Titan.Parent = mainframe
  177. Titan.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  178. Titan.BorderColor3 = Color3.new(0, 0, 0)
  179. Titan.Position = UDim2.new(0.0472972952, 0, 0.0454545468, 0)
  180. Titan.Size = UDim2.new(0, 86, 0, 13)
  181. Titan.Font = Enum.Font.SourceSans
  182. Titan.Text = "Titan"
  183. Titan.TextColor3 = Color3.new(0, 0, 0)
  184. Titan.TextSize = 14
  185. Titan.MouseButton1Click:Connect(function()
  186.     local titan =
  187. {
  188. ["assets"] =
  189. {
  190. [1] =
  191. {
  192. ["drotation"] =
  193. {
  194. ["y"] = 90,
  195. ["x"] = 90,
  196. ["z"] = 90
  197. },
  198. ["dposition"] =
  199. {
  200. ["y"] = 200,
  201. ["x"] = 200,
  202. ["z"] = 200
  203. },
  204. ["scale"] =
  205. {
  206. ["y"] = 100,
  207. ["x"] = 100,
  208. ["z"] = 100
  209. },
  210. ["dscale"] =
  211. {
  212. ["y"] = 500,
  213. ["x"] = 500,
  214. ["z"] = 500
  215. },
  216. ["vscale"] =
  217. {
  218. ["y"] = 1,
  219. ["x"] = 1,
  220. ["z"] = 1
  221. },
  222. ["rotation"] =
  223. {
  224. ["y"] = 0,
  225. ["x"] = 0,
  226. ["z"] = 0
  227. },
  228. ["assetId"] = 616980142,
  229. ["changedFX"] = false,
  230. ["position"] =
  231. {
  232. ["y"] = 0,
  233. ["x"] = 0,
  234. ["z"] = 0
  235. },
  236. ["fx"] =
  237. {
  238. [1] = true,
  239. [2] = true,
  240. [3] = true,
  241. [4] = true,
  242. [5] = true
  243. },
  244. ["vrotation"] =
  245. {
  246. ["y"] = 0,
  247. ["x"] = 0,
  248. ["z"] = 0
  249. },
  250. ["vposition"] =
  251. {
  252. ["y"] = 0,
  253. ["x"] = -0,
  254. ["z"] = -0
  255. }
  256. },
  257. [2] =
  258. {
  259. ["drotation"] =
  260. {
  261. ["y"] = 90,
  262. ["x"] = 90,
  263. ["z"] = 90
  264. },
  265. ["dposition"] =
  266. {
  267. ["y"] = 200,
  268. ["x"] = 200,
  269. ["z"] = 200
  270. },
  271. ["scale"] =
  272. {
  273. ["y"] = 100,
  274. ["x"] = 100,
  275. ["z"] = 100
  276. },
  277. ["dscale"] =
  278. {
  279. ["y"] = 500,
  280. ["x"] = 500,
  281. ["z"] = 500
  282. },
  283. ["vscale"] =
  284. {
  285. ["y"] = 1,
  286. ["x"] = 1,
  287. ["z"] = 1
  288. },
  289. ["rotation"] =
  290. {
  291. ["y"] = 0,
  292. ["x"] = 0,
  293. ["z"] = 0
  294. },
  295. ["assetId"] = 602599987,
  296. ["changedFX"] = false,
  297. ["position"] =
  298. {
  299. ["y"] = 0,
  300. ["x"] = 0,
  301. ["z"] = 0
  302. },
  303. ["fx"] =
  304. {
  305. [1] = true,
  306. [2] = true,
  307. [3] = true,
  308. [4] = true,
  309. [5] = true
  310. },
  311. ["vrotation"] =
  312. {
  313. ["y"] = 0,
  314. ["x"] = 0,
  315. ["z"] = 0
  316. },
  317. ["vposition"] =
  318. {
  319. ["y"] = 0,
  320. ["x"] = -0,
  321. ["z"] = -0
  322. }
  323. },
  324. [3] =
  325. {
  326. ["drotation"] =
  327. {
  328. ["y"] = 180,
  329. ["x"] = 90,
  330. ["z"] = 90
  331. },
  332. ["dposition"] =
  333. {
  334. ["y"] = 100,
  335. ["x"] = 200,
  336. ["z"] = 200
  337. },
  338. ["scale"] =
  339. {
  340. ["y"] = 100,
  341. ["x"] = 100,
  342. ["z"] = 100
  343. },
  344. ["dscale"] =
  345. {
  346. ["y"] = 500,
  347. ["x"] = 500,
  348. ["z"] = 500
  349. },
  350. ["vscale"] =
  351. {
  352. ["y"] = 1,
  353. ["x"] = 1,
  354. ["z"] = 1
  355. },
  356. ["rotation"] =
  357. {
  358. ["y"] = 0,
  359. ["x"] = 0,
  360. ["z"] = 0
  361. },
  362. ["assetId"] = 244159819,
  363. ["changedFX"] = false,
  364. ["position"] =
  365. {
  366. ["y"] = 0,
  367. ["x"] = 0,
  368. ["z"] = 0
  369. },
  370. ["fx"] =
  371. {
  372. [1] = true,
  373. [2] = true,
  374. [3] = true,
  375. [4] = true,
  376. [5] = true
  377. },
  378. ["vrotation"] =
  379. {
  380. ["y"] = 0,
  381. ["x"] = 0,
  382. ["z"] = 0
  383. },
  384. ["vposition"] =
  385. {
  386. ["y"] = 0,
  387. ["x"] = -0,
  388. ["z"] = -0
  389. }
  390. },
  391. [4] =
  392. {
  393. ["drotation"] =
  394. {
  395. ["y"] = 90,
  396. ["x"] = 90,
  397. ["z"] = 90
  398. },
  399. ["dposition"] =
  400. {
  401. ["y"] = 200,
  402. ["x"] = 200,
  403. ["z"] = 200
  404. },
  405. ["scale"] =
  406. {
  407. ["y"] = 100,
  408. ["x"] = 100,
  409. ["z"] = 100
  410. },
  411. ["dscale"] =
  412. {
  413. ["y"] = 500,
  414. ["x"] = 500,
  415. ["z"] = 500
  416. },
  417. ["vscale"] =
  418. {
  419. ["y"] = 1,
  420. ["x"] = 1,
  421. ["z"] = 1
  422. },
  423. ["rotation"] =
  424. {
  425. ["y"] = 0,
  426. ["x"] = 0,
  427. ["z"] = 0
  428. },
  429. ["assetId"] = 7075502,
  430. ["changedFX"] = false,
  431. ["position"] =
  432. {
  433. ["y"] = 0,
  434. ["x"] = 0,
  435. ["z"] = 0
  436. },
  437. ["fx"] =
  438. {
  439. [1] = true,
  440. [2] = true,
  441. [3] = true,
  442. [4] = true,
  443. [5] = true
  444. },
  445. ["vrotation"] =
  446. {
  447. ["y"] = 0,
  448. ["x"] = 0,
  449. ["z"] = 0
  450. },
  451. ["vposition"] =
  452. {
  453. ["y"] = 0,
  454. ["x"] = -0,
  455. ["z"] = -0
  456. }
  457. },
  458. [5] =
  459. {
  460. ["drotation"] =
  461. {
  462. ["y"] = 90,
  463. ["x"] = 90,
  464. ["z"] = 90
  465. },
  466. ["dposition"] =
  467. {
  468. ["y"] = 200,
  469. ["x"] = 200,
  470. ["z"] = 200
  471. },
  472. ["scale"] =
  473. {
  474. ["y"] = 100,
  475. ["x"] = 100,
  476. ["z"] = 100
  477. },
  478. ["dscale"] =
  479. {
  480. ["y"] = 500,
  481. ["x"] = 500,
  482. ["z"] = 500
  483. },
  484. ["vscale"] =
  485. {
  486. ["y"] = 1,
  487. ["x"] = 1,
  488. ["z"] = 1
  489. },
  490. ["rotation"] =
  491. {
  492. ["y"] = 0,
  493. ["x"] = 0,
  494. ["z"] = 0
  495. },
  496. ["assetId"] = 916733101,
  497. ["changedFX"] = false,
  498. ["position"] =
  499. {
  500. ["y"] = 0,
  501. ["x"] = 0,
  502. ["z"] = 0
  503. },
  504. ["fx"] =
  505. {
  506. [1] = true,
  507. [2] = true,
  508. [3] = true,
  509. [4] = true,
  510. [5] = true
  511. },
  512. ["vrotation"] =
  513. {
  514. ["y"] = 0,
  515. ["x"] = 0,
  516. ["z"] = 0
  517. },
  518. ["vposition"] =
  519. {
  520. ["y"] = 0,
  521. ["x"] = -0,
  522. ["z"] = -0
  523. }
  524. }
  525. },
  526. ["description"] = "",
  527. ["createdDate"] = 1000,
  528. ["lowerDesc"] = "",
  529. ["bodyColors"] =
  530. {
  531. ["HeadColor"] = Color3.new(1, 0, 0),
  532. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  533. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  534. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  535. ["RightArmColor"] = Color3.new(1, 0, 0),
  536. ["LeftLegColor"] = Color3.new(1, 0, 0)
  537. },
  538. ["scales"] =
  539. {
  540. ["LowerLegHeight"] = 5,
  541. ["UpperTorsoWidth"] = 5,
  542. ["UpperArmHeight"] = 5,
  543. ["HandHeight"] = 5,
  544. ["UpperLegWidth"] = 5,
  545. ["LowerArmWidth"] = 5,
  546. ["FootWidth"] = 5,
  547. ["LowerArmHeight"] = 5,
  548. ["UpperArmWidth"] = 5,
  549. ["FootHeight"] = 5,
  550. ["LowerTorsoWidth"] = 5,
  551. ["UpperTorsoHeight"] = 5,
  552. ["HandWidth"] = 5,
  553. ["HeadScale"] = 5,
  554. ["UpperLegHeight"] = 5,
  555. ["LowerTorsoHeight"] = 5,
  556. ["LowerLegWidth"] = 5
  557. },
  558. ["name"] = "",
  559. ["outfitId"] = 1,
  560. ["isOutfit"] = true,
  561. ["collageSeed"] = 0,
  562. ["lowerName"] = ""
  563. }
  564. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  565. Event:FireServer(titan)
  566. end)
  567.  
  568. GiantTitan.Name = "GiantTitan"
  569. GiantTitan.Parent = mainframe
  570. GiantTitan.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  571. GiantTitan.BorderColor3 = Color3.new(0, 0, 0)
  572. GiantTitan.Position = UDim2.new(0.0472972952, 0, 0.189393938, 0)
  573. GiantTitan.Size = UDim2.new(0, 86, 0, 13)
  574. GiantTitan.Font = Enum.Font.SourceSans
  575. GiantTitan.Text = "Giant Titan"
  576. GiantTitan.TextColor3 = Color3.new(0, 0, 0)
  577. GiantTitan.TextSize = 14
  578. GiantTitan.MouseButton1Click:Connect(function()
  579.     local titan =
  580. {
  581. ["assets"] =
  582. {
  583. [1] =
  584. {
  585. ["drotation"] =
  586. {
  587. ["y"] = 90,
  588. ["x"] = 90,
  589. ["z"] = 90
  590. },
  591. ["dposition"] =
  592. {
  593. ["y"] = 200,
  594. ["x"] = 200,
  595. ["z"] = 200
  596. },
  597. ["scale"] =
  598. {
  599. ["y"] = 100,
  600. ["x"] = 100,
  601. ["z"] = 100
  602. },
  603. ["dscale"] =
  604. {
  605. ["y"] = 500,
  606. ["x"] = 500,
  607. ["z"] = 500
  608. },
  609. ["vscale"] =
  610. {
  611. ["y"] = 1,
  612. ["x"] = 1,
  613. ["z"] = 1
  614. },
  615. ["rotation"] =
  616. {
  617. ["y"] = 0,
  618. ["x"] = 0,
  619. ["z"] = 0
  620. },
  621. ["assetId"] = 616980142,
  622. ["changedFX"] = false,
  623. ["position"] =
  624. {
  625. ["y"] = 0,
  626. ["x"] = 0,
  627. ["z"] = 0
  628. },
  629. ["fx"] =
  630. {
  631. [1] = true,
  632. [2] = true,
  633. [3] = true,
  634. [4] = true,
  635. [5] = true
  636. },
  637. ["vrotation"] =
  638. {
  639. ["y"] = 0,
  640. ["x"] = 0,
  641. ["z"] = 0
  642. },
  643. ["vposition"] =
  644. {
  645. ["y"] = 0,
  646. ["x"] = -0,
  647. ["z"] = -0
  648. }
  649. },
  650. [2] =
  651. {
  652. ["drotation"] =
  653. {
  654. ["y"] = 90,
  655. ["x"] = 90,
  656. ["z"] = 90
  657. },
  658. ["dposition"] =
  659. {
  660. ["y"] = 200,
  661. ["x"] = 200,
  662. ["z"] = 200
  663. },
  664. ["scale"] =
  665. {
  666. ["y"] = 100,
  667. ["x"] = 100,
  668. ["z"] = 100
  669. },
  670. ["dscale"] =
  671. {
  672. ["y"] = 500,
  673. ["x"] = 500,
  674. ["z"] = 500
  675. },
  676. ["vscale"] =
  677. {
  678. ["y"] = 1,
  679. ["x"] = 1,
  680. ["z"] = 1
  681. },
  682. ["rotation"] =
  683. {
  684. ["y"] = 0,
  685. ["x"] = 0,
  686. ["z"] = 0
  687. },
  688. ["assetId"] = 602599987,
  689. ["changedFX"] = false,
  690. ["position"] =
  691. {
  692. ["y"] = 0,
  693. ["x"] = 0,
  694. ["z"] = 0
  695. },
  696. ["fx"] =
  697. {
  698. [1] = true,
  699. [2] = true,
  700. [3] = true,
  701. [4] = true,
  702. [5] = true
  703. },
  704. ["vrotation"] =
  705. {
  706. ["y"] = 0,
  707. ["x"] = 0,
  708. ["z"] = 0
  709. },
  710. ["vposition"] =
  711. {
  712. ["y"] = 0,
  713. ["x"] = -0,
  714. ["z"] = -0
  715. }
  716. },
  717. [3] =
  718. {
  719. ["drotation"] =
  720. {
  721. ["y"] = 180,
  722. ["x"] = 90,
  723. ["z"] = 90
  724. },
  725. ["dposition"] =
  726. {
  727. ["y"] = 100,
  728. ["x"] = 200,
  729. ["z"] = 200
  730. },
  731. ["scale"] =
  732. {
  733. ["y"] = 100,
  734. ["x"] = 100,
  735. ["z"] = 100
  736. },
  737. ["dscale"] =
  738. {
  739. ["y"] = 500,
  740. ["x"] = 500,
  741. ["z"] = 500
  742. },
  743. ["vscale"] =
  744. {
  745. ["y"] = 1,
  746. ["x"] = 1,
  747. ["z"] = 1
  748. },
  749. ["rotation"] =
  750. {
  751. ["y"] = 0,
  752. ["x"] = 0,
  753. ["z"] = 0
  754. },
  755. ["assetId"] = 244159819,
  756. ["changedFX"] = false,
  757. ["position"] =
  758. {
  759. ["y"] = 0,
  760. ["x"] = 0,
  761. ["z"] = 0
  762. },
  763. ["fx"] =
  764. {
  765. [1] = true,
  766. [2] = true,
  767. [3] = true,
  768. [4] = true,
  769. [5] = true
  770. },
  771. ["vrotation"] =
  772. {
  773. ["y"] = 0,
  774. ["x"] = 0,
  775. ["z"] = 0
  776. },
  777. ["vposition"] =
  778. {
  779. ["y"] = 0,
  780. ["x"] = -0,
  781. ["z"] = -0
  782. }
  783. },
  784. [4] =
  785. {
  786. ["drotation"] =
  787. {
  788. ["y"] = 90,
  789. ["x"] = 90,
  790. ["z"] = 90
  791. },
  792. ["dposition"] =
  793. {
  794. ["y"] = 200,
  795. ["x"] = 200,
  796. ["z"] = 200
  797. },
  798. ["scale"] =
  799. {
  800. ["y"] = 100,
  801. ["x"] = 100,
  802. ["z"] = 100
  803. },
  804. ["dscale"] =
  805. {
  806. ["y"] = 500,
  807. ["x"] = 500,
  808. ["z"] = 500
  809. },
  810. ["vscale"] =
  811. {
  812. ["y"] = 1,
  813. ["x"] = 1,
  814. ["z"] = 1
  815. },
  816. ["rotation"] =
  817. {
  818. ["y"] = 0,
  819. ["x"] = 0,
  820. ["z"] = 0
  821. },
  822. ["assetId"] = 7075502,
  823. ["changedFX"] = false,
  824. ["position"] =
  825. {
  826. ["y"] = 0,
  827. ["x"] = 0,
  828. ["z"] = 0
  829. },
  830. ["fx"] =
  831. {
  832. [1] = true,
  833. [2] = true,
  834. [3] = true,
  835. [4] = true,
  836. [5] = true
  837. },
  838. ["vrotation"] =
  839. {
  840. ["y"] = 0,
  841. ["x"] = 0,
  842. ["z"] = 0
  843. },
  844. ["vposition"] =
  845. {
  846. ["y"] = 0,
  847. ["x"] = -0,
  848. ["z"] = -0
  849. }
  850. },
  851. [5] =
  852. {
  853. ["drotation"] =
  854. {
  855. ["y"] = 90,
  856. ["x"] = 90,
  857. ["z"] = 90
  858. },
  859. ["dposition"] =
  860. {
  861. ["y"] = 200,
  862. ["x"] = 200,
  863. ["z"] = 200
  864. },
  865. ["scale"] =
  866. {
  867. ["y"] = 100,
  868. ["x"] = 100,
  869. ["z"] = 100
  870. },
  871. ["dscale"] =
  872. {
  873. ["y"] = 500,
  874. ["x"] = 500,
  875. ["z"] = 500
  876. },
  877. ["vscale"] =
  878. {
  879. ["y"] = 1,
  880. ["x"] = 1,
  881. ["z"] = 1
  882. },
  883. ["rotation"] =
  884. {
  885. ["y"] = 0,
  886. ["x"] = 0,
  887. ["z"] = 0
  888. },
  889. ["assetId"] = 916733101,
  890. ["changedFX"] = false,
  891. ["position"] =
  892. {
  893. ["y"] = 0,
  894. ["x"] = 0,
  895. ["z"] = 0
  896. },
  897. ["fx"] =
  898. {
  899. [1] = true,
  900. [2] = true,
  901. [3] = true,
  902. [4] = true,
  903. [5] = true
  904. },
  905. ["vrotation"] =
  906. {
  907. ["y"] = 0,
  908. ["x"] = 0,
  909. ["z"] = 0
  910. },
  911. ["vposition"] =
  912. {
  913. ["y"] = 0,
  914. ["x"] = -0,
  915. ["z"] = -0
  916. }
  917. }
  918. },
  919. ["description"] = "",
  920. ["createdDate"] = 1000,
  921. ["lowerDesc"] = "",
  922. ["bodyColors"] =
  923. {
  924. ["HeadColor"] = Color3.new(1, 0, 0),
  925. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  926. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  927. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  928. ["RightArmColor"] = Color3.new(1, 0, 0),
  929. ["LeftLegColor"] = Color3.new(1, 0, 0)
  930. },
  931. ["scales"] =
  932. {
  933. ["LowerLegHeight"] = 2e9,
  934. ["UpperTorsoWidth"] = 2e9,
  935. ["UpperArmHeight"] = 2e9,
  936. ["HandHeight"] = 2e9,
  937. ["UpperLegWidth"] = 2e9,
  938. ["LowerArmWidth"] = 2e9,
  939. ["FootWidth"] = 2e9,
  940. ["LowerArmHeight"] = 2e9,
  941. ["UpperArmWidth"] = 2e9,
  942. ["FootHeight"] = 2e9,
  943. ["LowerTorsoWidth"] = 2e9,
  944. ["UpperTorsoHeight"] = 2e9,
  945. ["HandWidth"] = 2e9,
  946. ["HeadScale"] = 2e9,
  947. ["UpperLegHeight"] = 2e9,
  948. ["LowerTorsoHeight"] = 2e9,
  949. ["LowerLegWidth"] = 2e9
  950. },
  951. ["name"] = "",
  952. ["outfitId"] = 1,
  953. ["isOutfit"] = true,
  954. ["collageSeed"] = 0,
  955. ["lowerName"] = ""
  956. }
  957. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  958. Event:FireServer(titan)
  959. end)
  960.  
  961. GiantHead.Name = "GiantHead"
  962. GiantHead.Parent = mainframe
  963. GiantHead.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  964. GiantHead.BorderColor3 = Color3.new(0, 0, 0)
  965. GiantHead.Position = UDim2.new(0.0472972952, 0, 0.340909094, 0)
  966. GiantHead.Size = UDim2.new(0, 86, 0, 13)
  967. GiantHead.Font = Enum.Font.SourceSans
  968. GiantHead.Text = "Giant Head"
  969. GiantHead.TextColor3 = Color3.new(0, 0, 0)
  970. GiantHead.TextSize = 14
  971. GiantHead.MouseButton1Click:Connect(function()
  972.     local OOF =
  973. {
  974. ["assets"] =
  975. {
  976. [1] =
  977. {
  978. ["drotation"] =
  979. {
  980. ["y"] = 90,
  981. ["x"] = 90,
  982. ["z"] = 90
  983. },
  984. ["dposition"] =
  985. {
  986. ["y"] = 200,
  987. ["x"] = 200,
  988. ["z"] = 200
  989. },
  990. ["scale"] =
  991. {
  992. ["y"] = 10000,
  993. ["x"] = 10000,
  994. ["z"] = 10000
  995. },
  996. ["dscale"] =
  997. {
  998. ["y"] = 500,
  999. ["x"] = 500,
  1000. ["z"] = 500
  1001. },
  1002. ["vscale"] =
  1003. {
  1004. ["y"] = 1,
  1005. ["x"] = 1,
  1006. ["z"] = 1
  1007. },
  1008. ["rotation"] =
  1009. {
  1010. ["y"] = 0,
  1011. ["x"] = 0,
  1012. ["z"] = 0
  1013. },
  1014. ["assetId"] = 916733101,
  1015. ["changedFX"] = false,
  1016. ["position"] =
  1017. {
  1018. ["y"] = 0,
  1019. ["x"] = 0,
  1020. ["z"] = 0
  1021. },
  1022. ["fx"] =
  1023. {
  1024. [1] = true,
  1025. [2] = true,
  1026. [3] = true,
  1027. [4] = true,
  1028. [5] = true
  1029. },
  1030. ["vrotation"] =
  1031. {
  1032. ["y"] = 0,
  1033. ["x"] = 0,
  1034. ["z"] = 0
  1035. },
  1036. ["vposition"] =
  1037. {
  1038. ["y"] = 0,
  1039. ["x"] = -0,
  1040. ["z"] = -0
  1041. }
  1042. },
  1043. [2] =
  1044. {
  1045. ["drotation"] =
  1046. {
  1047. ["y"] = 90,
  1048. ["x"] = 90,
  1049. ["z"] = 90
  1050. },
  1051. ["dposition"] =
  1052. {
  1053. ["y"] = 20000,
  1054. ["x"] = 20000,
  1055. ["z"] = 20000
  1056. },
  1057. ["scale"] =
  1058. {
  1059. ["y"] = 100,
  1060. ["x"] = 100,
  1061. ["z"] = 100
  1062. },
  1063. ["dscale"] =
  1064. {
  1065. ["y"] = 500,
  1066. ["x"] = 500,
  1067. ["z"] = 500
  1068. },
  1069. ["vscale"] =
  1070. {
  1071. ["y"] = 1,
  1072. ["x"] = 1,
  1073. ["z"] = 1
  1074. },
  1075. ["rotation"] =
  1076. {
  1077. ["y"] = 0,
  1078. ["x"] = 0,
  1079. ["z"] = 0
  1080. },
  1081. ["assetId"] = 602599987,
  1082. ["changedFX"] = false,
  1083. ["position"] =
  1084. {
  1085. ["y"] = 0,
  1086. ["x"] = 0,
  1087. ["z"] = 0
  1088. },
  1089. ["fx"] =
  1090. {
  1091. [1] = true,
  1092. [2] = true,
  1093. [3] = true,
  1094. [4] = true,
  1095. [5] = true
  1096. },
  1097. ["vrotation"] =
  1098. {
  1099. ["y"] = 0,
  1100. ["x"] = 0,
  1101. ["z"] = 0
  1102. },
  1103. ["vposition"] =
  1104. {
  1105. ["y"] = 0,
  1106. ["x"] = -0,
  1107. ["z"] = -0
  1108. }
  1109. },
  1110. [3] =
  1111. {
  1112. ["drotation"] =
  1113. {
  1114. ["y"] = 90,
  1115. ["x"] = 90,
  1116. ["z"] = 90
  1117. },
  1118. ["dposition"] =
  1119. {
  1120. ["y"] = 200,
  1121. ["x"] = 200,
  1122. ["z"] = 200
  1123. },
  1124. ["scale"] =
  1125. {
  1126. ["y"] = 10000,
  1127. ["x"] = 10000,
  1128. ["z"] = 10000
  1129. },
  1130. ["dscale"] =
  1131. {
  1132. ["y"] = 500,
  1133. ["x"] = 500,
  1134. ["z"] = 500
  1135. },
  1136. ["vscale"] =
  1137. {
  1138. ["y"] = 1,
  1139. ["x"] = 1,
  1140. ["z"] = 1
  1141. },
  1142. ["rotation"] =
  1143. {
  1144. ["y"] = 0,
  1145. ["x"] = 0,
  1146. ["z"] = 0
  1147. },
  1148. ["assetId"] = 616980142,
  1149. ["changedFX"] = false,
  1150. ["position"] =
  1151. {
  1152. ["y"] = 0,
  1153. ["x"] = 0,
  1154. ["z"] = 0
  1155. },
  1156. ["fx"] =
  1157. {
  1158. [1] = true,
  1159. [2] = true,
  1160. [3] = true,
  1161. [4] = true,
  1162. [5] = true
  1163. },
  1164. ["vrotation"] =
  1165. {
  1166. ["y"] = 0,
  1167. ["x"] = 0,
  1168. ["z"] = 0
  1169. },
  1170. ["vposition"] =
  1171. {
  1172. ["y"] = 0,
  1173. ["x"] = -0,
  1174. ["z"] = -0
  1175. }
  1176. },
  1177. [4] =
  1178. {
  1179. ["drotation"] =
  1180. {
  1181. ["y"] = 180,
  1182. ["x"] = 90,
  1183. ["z"] = 90
  1184. },
  1185. ["dposition"] =
  1186. {
  1187. ["y"] = 100,
  1188. ["x"] = 200,
  1189. ["z"] = 200
  1190. },
  1191. ["scale"] =
  1192. {
  1193. ["y"] = 1250,
  1194. ["x"] = 1250,
  1195. ["z"] = 12500
  1196. },
  1197. ["dscale"] =
  1198. {
  1199. ["y"] = 750,
  1200. ["x"] = 750,
  1201. ["z"] = 750
  1202. },
  1203. ["vscale"] =
  1204. {
  1205. ["y"] = 1.25,
  1206. ["x"] = 1.25,
  1207. ["z"] = 1.25
  1208. },
  1209. ["rotation"] =
  1210. {
  1211. ["y"] = 0,
  1212. ["x"] = 0,
  1213. ["z"] = 0
  1214. },
  1215. ["assetId"] = 244159819,
  1216. ["changedFX"] = false,
  1217. ["position"] =
  1218. {
  1219. ["y"] = 0,
  1220. ["x"] = 0,
  1221. ["z"] = 0
  1222. },
  1223. ["fx"] =
  1224. {
  1225. [1] = true,
  1226. [2] = true,
  1227. [3] = true,
  1228. [4] = true,
  1229. [5] = true
  1230. },
  1231. ["vrotation"] =
  1232. {
  1233. ["y"] = 0,
  1234. ["x"] = 0,
  1235. ["z"] = 0
  1236. },
  1237. ["vposition"] =
  1238. {
  1239. ["y"] = 0,
  1240. ["x"] = -0,
  1241. ["z"] = -0
  1242. }
  1243. },
  1244. [5] =
  1245. {
  1246. ["drotation"] =
  1247. {
  1248. ["y"] = 90,
  1249. ["x"] = 90,
  1250. ["z"] = 90
  1251. },
  1252. ["dposition"] =
  1253. {
  1254. ["y"] = 200,
  1255. ["x"] = 200,
  1256. ["z"] = 200
  1257. },
  1258. ["scale"] =
  1259. {
  1260. ["y"] = 5000,
  1261. ["x"] = 5000,
  1262. ["z"] = 5000
  1263. },
  1264. ["dscale"] =
  1265. {
  1266. ["y"] = 5000,
  1267. ["x"] = 5000,
  1268. ["z"] = 5000
  1269. },
  1270. ["vscale"] =
  1271. {
  1272. ["y"] = 1,
  1273. ["x"] = 1,
  1274. ["z"] = 1
  1275. },
  1276. ["rotation"] =
  1277. {
  1278. ["y"] = 0,
  1279. ["x"] = 0,
  1280. ["z"] = 0
  1281. },
  1282. ["assetId"] = 7075502,
  1283. ["changedFX"] = false,
  1284. ["position"] =
  1285. {
  1286. ["y"] = 0,
  1287. ["x"] = 0,
  1288. ["z"] = 0
  1289. },
  1290. ["fx"] =
  1291. {
  1292. [1] = true,
  1293. [2] = true,
  1294. [3] = true,
  1295. [4] = true,
  1296. [5] = true
  1297. },
  1298. ["vrotation"] =
  1299. {
  1300. ["y"] = 0,
  1301. ["x"] = 0,
  1302. ["z"] = 0
  1303. },
  1304. ["vposition"] =
  1305. {
  1306. ["y"] = 0,
  1307. ["x"] = -0,
  1308. ["z"] = -0
  1309. }
  1310. }
  1311. },
  1312. ["description"] = "",
  1313. ["createdDate"] = 1000,
  1314. ["lowerDesc"] = "",
  1315. ["bodyColors"] =
  1316. {
  1317. ["HeadColor"] = Color3.new(1, 0, 0),
  1318. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1319. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1320. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1321. ["RightArmColor"] = Color3.new(1, 0, 0),
  1322. ["LeftLegColor"] = Color3.new(1, 0, 0)
  1323. },
  1324. ["scales"] =
  1325. {
  1326. ["LowerLegHeight"] = 1,
  1327. ["UpperTorsoWidth"] = 1,
  1328. ["UpperArmHeight"] = 1,
  1329. ["HandHeight"] = 1,
  1330. ["UpperLegWidth"] = 1,
  1331. ["LowerArmWidth"] = 1,
  1332. ["FootWidth"] = 1,
  1333. ["LowerArmHeight"] = 1,
  1334. ["UpperArmWidth"] = 1,
  1335. ["FootHeight"] = 1,
  1336. ["LowerTorsoWidth"] = 1,
  1337. ["UpperTorsoHeight"] = 1,
  1338. ["HandWidth"] = 1,
  1339. ["HeadScale"] = 500,
  1340. ["UpperLegHeight"] = 1,
  1341. ["LowerTorsoHeight"] = 1,
  1342. ["LowerLegWidth"] = 1
  1343. },
  1344. ["name"] = "GAY",
  1345. ["outfitId"] = 1,
  1346. ["isOutfit"] = true,
  1347. ["collageSeed"] = 0,
  1348. ["lowerName"] = ""
  1349. }
  1350. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  1351. Event:FireServer(OOF)
  1352. end)
  1353.  
  1354. MemeCreature.Name = "MemeCreature"
  1355. MemeCreature.Parent = mainframe
  1356. MemeCreature.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1357. MemeCreature.BorderColor3 = Color3.new(0, 0, 0)
  1358. MemeCreature.Position = UDim2.new(0.0472972952, 0, 0.5, 0)
  1359. MemeCreature.Size = UDim2.new(0, 86, 0, 13)
  1360. MemeCreature.Font = Enum.Font.SourceSans
  1361. MemeCreature.Text = "Meme Creature"
  1362. MemeCreature.TextColor3 = Color3.new(0, 0, 0)
  1363. MemeCreature.TextSize = 14
  1364. MemeCreature.MouseButton1Click:Connect(function()
  1365.     local weird =
  1366. {
  1367. ["assets"] =
  1368. {
  1369. [1] =
  1370. {
  1371. ["drotation"] =
  1372. {
  1373. ["y"] = 90,
  1374. ["x"] = 90,
  1375. ["z"] = 90
  1376. },
  1377. ["dposition"] =
  1378. {
  1379. ["y"] = 200,
  1380. ["x"] = 200,
  1381. ["z"] = 200
  1382. },
  1383. ["scale"] =
  1384. {
  1385. ["y"] = 100,
  1386. ["x"] = 100,
  1387. ["z"] = 100
  1388. },
  1389. ["dscale"] =
  1390. {
  1391. ["y"] = 500,
  1392. ["x"] = 500,
  1393. ["z"] = 500
  1394. },
  1395. ["vscale"] =
  1396. {
  1397. ["y"] = 1,
  1398. ["x"] = 1,
  1399. ["z"] = 1
  1400. },
  1401. ["rotation"] =
  1402. {
  1403. ["y"] = 0,
  1404. ["x"] = 0,
  1405. ["z"] = 0
  1406. },
  1407. ["assetId"] = 616980142,
  1408. ["changedFX"] = false,
  1409. ["position"] =
  1410. {
  1411. ["y"] = 0,
  1412. ["x"] = 0,
  1413. ["z"] = 0
  1414. },
  1415. ["fx"] =
  1416. {
  1417. [1] = true,
  1418. [2] = true,
  1419. [3] = true,
  1420. [4] = true,
  1421. [5] = true
  1422. },
  1423. ["vrotation"] =
  1424. {
  1425. ["y"] = 0,
  1426. ["x"] = 0,
  1427. ["z"] = 0
  1428. },
  1429. ["vposition"] =
  1430. {
  1431. ["y"] = 0,
  1432. ["x"] = -0,
  1433. ["z"] = -0
  1434. }
  1435. },
  1436. [2] =
  1437. {
  1438. ["drotation"] =
  1439. {
  1440. ["y"] = 90,
  1441. ["x"] = 90,
  1442. ["z"] = 90
  1443. },
  1444. ["dposition"] =
  1445. {
  1446. ["y"] = 200,
  1447. ["x"] = 200,
  1448. ["z"] = 200
  1449. },
  1450. ["scale"] =
  1451. {
  1452. ["y"] = 100,
  1453. ["x"] = 100,
  1454. ["z"] = 100
  1455. },
  1456. ["dscale"] =
  1457. {
  1458. ["y"] = 500,
  1459. ["x"] = 500,
  1460. ["z"] = 500
  1461. },
  1462. ["vscale"] =
  1463. {
  1464. ["y"] = 1,
  1465. ["x"] = 1,
  1466. ["z"] = 1
  1467. },
  1468. ["rotation"] =
  1469. {
  1470. ["y"] = 0,
  1471. ["x"] = 0,
  1472. ["z"] = 0
  1473. },
  1474. ["assetId"] = 602599987,
  1475. ["changedFX"] = false,
  1476. ["position"] =
  1477. {
  1478. ["y"] = 0,
  1479. ["x"] = 0,
  1480. ["z"] = 0
  1481. },
  1482. ["fx"] =
  1483. {
  1484. [1] = true,
  1485. [2] = true,
  1486. [3] = true,
  1487. [4] = true,
  1488. [5] = true
  1489. },
  1490. ["vrotation"] =
  1491. {
  1492. ["y"] = 0,
  1493. ["x"] = 0,
  1494. ["z"] = 0
  1495. },
  1496. ["vposition"] =
  1497. {
  1498. ["y"] = 0,
  1499. ["x"] = -0,
  1500. ["z"] = -0
  1501. }
  1502. },
  1503. [3] =
  1504. {
  1505. ["drotation"] =
  1506. {
  1507. ["y"] = 180,
  1508. ["x"] = 90,
  1509. ["z"] = 90
  1510. },
  1511. ["dposition"] =
  1512. {
  1513. ["y"] = 100,
  1514. ["x"] = 200,
  1515. ["z"] = 200
  1516. },
  1517. ["scale"] =
  1518. {
  1519. ["y"] = 100,
  1520. ["x"] = 100,
  1521. ["z"] = 100
  1522. },
  1523. ["dscale"] =
  1524. {
  1525. ["y"] = 500,
  1526. ["x"] = 500,
  1527. ["z"] = 500
  1528. },
  1529. ["vscale"] =
  1530. {
  1531. ["y"] = 1,
  1532. ["x"] = 1,
  1533. ["z"] = 1
  1534. },
  1535. ["rotation"] =
  1536. {
  1537. ["y"] = 0,
  1538. ["x"] = 0,
  1539. ["z"] = 0
  1540. },
  1541. ["assetId"] = 244159819,
  1542. ["changedFX"] = false,
  1543. ["position"] =
  1544. {
  1545. ["y"] = 0,
  1546. ["x"] = 0,
  1547. ["z"] = 0
  1548. },
  1549. ["fx"] =
  1550. {
  1551. [1] = true,
  1552. [2] = true,
  1553. [3] = true,
  1554. [4] = true,
  1555. [5] = true
  1556. },
  1557. ["vrotation"] =
  1558. {
  1559. ["y"] = 0,
  1560. ["x"] = 0,
  1561. ["z"] = 0
  1562. },
  1563. ["vposition"] =
  1564. {
  1565. ["y"] = 0,
  1566. ["x"] = -0,
  1567. ["z"] = -0
  1568. }
  1569. },
  1570. [4] =
  1571. {
  1572. ["drotation"] =
  1573. {
  1574. ["y"] = 90,
  1575. ["x"] = 90,
  1576. ["z"] = 90
  1577. },
  1578. ["dposition"] =
  1579. {
  1580. ["y"] = 200,
  1581. ["x"] = 200,
  1582. ["z"] = 200
  1583. },
  1584. ["scale"] =
  1585. {
  1586. ["y"] = 100,
  1587. ["x"] = 100,
  1588. ["z"] = 100
  1589. },
  1590. ["dscale"] =
  1591. {
  1592. ["y"] = 500,
  1593. ["x"] = 500,
  1594. ["z"] = 500
  1595. },
  1596. ["vscale"] =
  1597. {
  1598. ["y"] = 1,
  1599. ["x"] = 1,
  1600. ["z"] = 1
  1601. },
  1602. ["rotation"] =
  1603. {
  1604. ["y"] = 0,
  1605. ["x"] = 0,
  1606. ["z"] = 0
  1607. },
  1608. ["assetId"] = 7075502,
  1609. ["changedFX"] = false,
  1610. ["position"] =
  1611. {
  1612. ["y"] = 0,
  1613. ["x"] = 0,
  1614. ["z"] = 0
  1615. },
  1616. ["fx"] =
  1617. {
  1618. [1] = true,
  1619. [2] = true,
  1620. [3] = true,
  1621. [4] = true,
  1622. [5] = true
  1623. },
  1624. ["vrotation"] =
  1625. {
  1626. ["y"] = 0,
  1627. ["x"] = 0,
  1628. ["z"] = 0
  1629. },
  1630. ["vposition"] =
  1631. {
  1632. ["y"] = 0,
  1633. ["x"] = -0,
  1634. ["z"] = -0
  1635. }
  1636. },
  1637. [5] =
  1638. {
  1639. ["drotation"] =
  1640. {
  1641. ["y"] = 90,
  1642. ["x"] = 90,
  1643. ["z"] = 90
  1644. },
  1645. ["dposition"] =
  1646. {
  1647. ["y"] = 200,
  1648. ["x"] = 200,
  1649. ["z"] = 200
  1650. },
  1651. ["scale"] =
  1652. {
  1653. ["y"] = 100,
  1654. ["x"] = 100,
  1655. ["z"] = 100
  1656. },
  1657. ["dscale"] =
  1658. {
  1659. ["y"] = 500,
  1660. ["x"] = 500,
  1661. ["z"] = 500
  1662. },
  1663. ["vscale"] =
  1664. {
  1665. ["y"] = 1,
  1666. ["x"] = 1,
  1667. ["z"] = 1
  1668. },
  1669. ["rotation"] =
  1670. {
  1671. ["y"] = 0,
  1672. ["x"] = 0,
  1673. ["z"] = 0
  1674. },
  1675. ["assetId"] = 916733101,
  1676. ["changedFX"] = false,
  1677. ["position"] =
  1678. {
  1679. ["y"] = 0,
  1680. ["x"] = 0,
  1681. ["z"] = 0
  1682. },
  1683. ["fx"] =
  1684. {
  1685. [1] = true,
  1686. [2] = true,
  1687. [3] = true,
  1688. [4] = true,
  1689. [5] = true
  1690. },
  1691. ["vrotation"] =
  1692. {
  1693. ["y"] = 0,
  1694. ["x"] = 0,
  1695. ["z"] = 0
  1696. },
  1697. ["vposition"] =
  1698. {
  1699. ["y"] = 0,
  1700. ["x"] = -0,
  1701. ["z"] = -0
  1702. }
  1703. }
  1704. },
  1705. ["description"] = "",
  1706. ["createdDate"] = 1000,
  1707. ["lowerDesc"] = "",
  1708. ["bodyColors"] =
  1709. {
  1710. ["HeadColor"] = Color3.new(1, 0, 0),
  1711. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1712. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1713. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1714. ["RightArmColor"] = Color3.new(1, 0, 0),
  1715. ["LeftLegColor"] = Color3.new(1, 0, 0)
  1716. },
  1717. ["scales"] =
  1718. {
  1719. ["LowerLegHeight"] = 5,
  1720. ["UpperTorsoWidth"] = 5,
  1721. ["UpperArmHeight"] = 5,
  1722. ["HandHeight"] = 5,
  1723. ["UpperLegWidth"] = -1,
  1724. ["LowerArmWidth"] = -1,
  1725. ["FootWidth"] = 5,
  1726. ["LowerArmHeight"] = -1,
  1727. ["UpperArmWidth"] = -1,
  1728. ["FootHeight"] = 5,
  1729. ["LowerTorsoWidth"] = -1,
  1730. ["UpperTorsoHeight"] = -1,
  1731. ["HandWidth"] = -1,
  1732. ["HeadScale"] = -1,
  1733. ["UpperLegHeight"] = -1,
  1734. ["LowerTorsoHeight"] = -1,
  1735. ["LowerLegWidth"] = -1
  1736. },
  1737. ["name"] = "",
  1738. ["outfitId"] = 1,
  1739. ["isOutfit"] = true,
  1740. ["collageSeed"] = 0,
  1741. ["lowerName"] = ""
  1742. }
  1743. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  1744. Event:FireServer(weird)
  1745. end)
  1746.  
  1747. RainbowChat.Name = "RainbowChat"
  1748. RainbowChat.Parent = mainframe
  1749. RainbowChat.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1750. RainbowChat.BorderColor3 = Color3.new(0, 0, 0)
  1751. RainbowChat.Position = UDim2.new(0.0472972952, 0, 0.651515126, 0)
  1752. RainbowChat.Size = UDim2.new(0, 86, 0, 13)
  1753. RainbowChat.Font = Enum.Font.SourceSans
  1754. RainbowChat.Text = "Rainbow Chat"
  1755. RainbowChat.TextColor3 = Color3.new(0, 0, 0)
  1756. RainbowChat.TextSize = 14
  1757. RainbowChat.MouseButton1Click:Connect(function()
  1758. while true do
  1759. wait()
  1760. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  1761. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  1762. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  1763. local color = Color3.new(r, g, b)
  1764. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1765. Event:FireServer(color)
  1766. end
  1767. end)
  1768.  
  1769. BlackChat.Name = "BlackChat"
  1770. BlackChat.Parent = mainframe
  1771. BlackChat.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1772. BlackChat.BorderColor3 = Color3.new(0, 0, 0)
  1773. BlackChat.Position = UDim2.new(0.0472972952, 0, 0.803030252, 0)
  1774. BlackChat.Size = UDim2.new(0, 86, 0, 13)
  1775. BlackChat.Font = Enum.Font.SourceSans
  1776. BlackChat.Text = "Black Chat"
  1777. BlackChat.TextColor3 = Color3.new(0, 0, 0)
  1778. BlackChat.TextSize = 14
  1779. BlackChat.MouseButton1Click:Connect(function()
  1780.     local color = Color3.new(0,0,0) --Color you want here!
  1781. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  1782. Event:FireServer(color)
  1783. end)
  1784.  
  1785. BodyConfigurationTab.Name = "BodyConfigurationTab"
  1786. BodyConfigurationTab.Parent = mainframe
  1787. BodyConfigurationTab.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1788. BodyConfigurationTab.BorderColor3 = Color3.new(0, 0, 0)
  1789. BodyConfigurationTab.Position = UDim2.new(0.92567569, 0, 0.189393938, 0)
  1790. BodyConfigurationTab.Size = UDim2.new(0, 11, 0, 13)
  1791. BodyConfigurationTab.Font = Enum.Font.SourceSans
  1792. BodyConfigurationTab.Text = "1"
  1793. BodyConfigurationTab.TextColor3 = Color3.new(0, 0, 0)
  1794. BodyConfigurationTab.TextSize = 14
  1795. BodyConfigurationTab.MouseButton1Click:Connect(function()
  1796.      if Sizeframe.Visible == false then
  1797.         Sizeframe.Visible = true
  1798.     else
  1799.         Sizeframe.Visible = false
  1800.     end
  1801. end)
  1802.  
  1803. BodyConfigurationTab.MouseButton1Click:Connect(function()
  1804.  
  1805.     if BodyConfigurationHelpFrame.Visible == false then
  1806.         BodyConfigurationHelpFrame.Visible = false
  1807.     else
  1808.         BodyConfigurationHelpFrame.Visible = false
  1809.     end
  1810.  
  1811. end)
  1812.  
  1813. Sizeframe.Name = "Sizeframe"
  1814. Sizeframe.Parent = RbxhighGUIv2
  1815. Sizeframe.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  1816. Sizeframe.BorderColor3 = Color3.new(0, 0, 0)
  1817. Sizeframe.Position = UDim2.new(0.61105901, 0, 0.434108555, 0)
  1818. Sizeframe.Size = UDim2.new(0, 375, 0, 271)
  1819. Sizeframe.Active = true
  1820. Sizeframe.Draggable = true
  1821. Sizeframe.Visible = false
  1822.  
  1823. title.Name = "title"
  1824. title.Parent = Sizeframe
  1825. title.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  1826. title.BorderColor3 = Color3.new(0, 0, 0)
  1827. title.Position = UDim2.new(0.207310781, 0, 0, 0)
  1828. title.Size = UDim2.new(0, 219, 0, 26)
  1829. title.Font = Enum.Font.SourceSans
  1830. title.Text = "Custom Body Configuration"
  1831. title.TextColor3 = Color3.new(0, 0, 0)
  1832. title.TextSize = 16
  1833. title.TextWrapped = true
  1834.  
  1835. HeadScaleBox.Name = "HeadScaleBox"
  1836. HeadScaleBox.Parent = Sizeframe
  1837. HeadScaleBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1838. HeadScaleBox.BorderColor3 = Color3.new(0, 0, 0)
  1839. HeadScaleBox.Position = UDim2.new(0.042871356, 0, 0.222484708, 0)
  1840. HeadScaleBox.Size = UDim2.new(0, 62, 0, 20)
  1841. HeadScaleBox.Font = Enum.Font.SourceSans
  1842. HeadScaleBox.Text = "INT"
  1843. HeadScaleBox.TextColor3 = Color3.new(0, 0, 0)
  1844. HeadScaleBox.TextScaled = true
  1845. HeadScaleBox.TextSize = 14
  1846. HeadScaleBox.TextWrapped = true
  1847.  
  1848. LowerLegHeightBox.Name = "LowerLegHeightBox"
  1849. LowerLegHeightBox.Parent = Sizeframe
  1850. LowerLegHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1851. LowerLegHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  1852. LowerLegHeightBox.Position = UDim2.new(0.296204686, 0, 0.221601546, 0)
  1853. LowerLegHeightBox.Size = UDim2.new(0, 62, 0, 20)
  1854. LowerLegHeightBox.Font = Enum.Font.SourceSans
  1855. LowerLegHeightBox.Text = "INT"
  1856. LowerLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
  1857. LowerLegHeightBox.TextScaled = true
  1858. LowerLegHeightBox.TextSize = 14
  1859. LowerLegHeightBox.TextWrapped = true
  1860.  
  1861. UpperTorsoWidthBox.Name = "UpperTorsoWidthBox"
  1862. UpperTorsoWidthBox.Parent = Sizeframe
  1863. UpperTorsoWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1864. UpperTorsoWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1865. UpperTorsoWidthBox.Position = UDim2.new(0.549538076, 0, 0.221949041, 0)
  1866. UpperTorsoWidthBox.Size = UDim2.new(0, 62, 0, 20)
  1867. UpperTorsoWidthBox.Font = Enum.Font.SourceSans
  1868. UpperTorsoWidthBox.Text = "INT"
  1869. UpperTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1870. UpperTorsoWidthBox.TextScaled = true
  1871. UpperTorsoWidthBox.TextSize = 14
  1872. UpperTorsoWidthBox.TextWrapped = true
  1873.  
  1874. LowerTorsoWidthBox.Name = "LowerTorsoWidthBox"
  1875. LowerTorsoWidthBox.Parent = Sizeframe
  1876. LowerTorsoWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1877. LowerTorsoWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1878. LowerTorsoWidthBox.Position = UDim2.new(0.790871382, 0, 0.222313806, 0)
  1879. LowerTorsoWidthBox.Size = UDim2.new(0, 62, 0, 20)
  1880. LowerTorsoWidthBox.Font = Enum.Font.SourceSans
  1881. LowerTorsoWidthBox.Text = "INT"
  1882. LowerTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1883. LowerTorsoWidthBox.TextScaled = true
  1884. LowerTorsoWidthBox.TextSize = 14
  1885. LowerTorsoWidthBox.TextWrapped = true
  1886.  
  1887. UpperArmHeightBox.Name = "UpperArmHeightBox"
  1888. UpperArmHeightBox.Parent = Sizeframe
  1889. UpperArmHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1890. UpperArmHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  1891. UpperArmHeightBox.Position = UDim2.new(0.296204716, 0, 0.399800479, 0)
  1892. UpperArmHeightBox.Size = UDim2.new(0, 62, 0, 20)
  1893. UpperArmHeightBox.Font = Enum.Font.SourceSans
  1894. UpperArmHeightBox.Text = "INT"
  1895. UpperArmHeightBox.TextColor3 = Color3.new(0, 0, 0)
  1896. UpperArmHeightBox.TextScaled = true
  1897. UpperArmHeightBox.TextSize = 14
  1898. UpperArmHeightBox.TextWrapped = true
  1899.  
  1900. HandHeightBox.Name = "HandHeightBox"
  1901. HandHeightBox.Parent = Sizeframe
  1902. HandHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1903. HandHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  1904. HandHeightBox.Position = UDim2.new(0.54838872, 0, 0.580418229, 0)
  1905. HandHeightBox.Size = UDim2.new(0, 62, 0, 20)
  1906. HandHeightBox.Font = Enum.Font.SourceSans
  1907. HandHeightBox.Text = "INT"
  1908. HandHeightBox.TextColor3 = Color3.new(0, 0, 0)
  1909. HandHeightBox.TextScaled = true
  1910. HandHeightBox.TextSize = 14
  1911. HandHeightBox.TextWrapped = true
  1912.  
  1913. UpperLegWidthBox.Name = "UpperLegWidthBox"
  1914. UpperLegWidthBox.Parent = Sizeframe
  1915. UpperLegWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1916. UpperLegWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1917. UpperLegWidthBox.Position = UDim2.new(0.550472975, 0, 0.398723304, 0)
  1918. UpperLegWidthBox.Size = UDim2.new(0, 62, 0, 20)
  1919. UpperLegWidthBox.Font = Enum.Font.SourceSans
  1920. UpperLegWidthBox.Text = "INT"
  1921. UpperLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1922. UpperLegWidthBox.TextScaled = true
  1923. UpperLegWidthBox.TextSize = 14
  1924. UpperLegWidthBox.TextWrapped = true
  1925.  
  1926. LowerArmWidthBox.Name = "LowerArmWidthBox"
  1927. LowerArmWidthBox.Parent = Sizeframe
  1928. LowerArmWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1929. LowerArmWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1930. LowerArmWidthBox.Position = UDim2.new(0.787055373, 0, 0.39907074, 0)
  1931. LowerArmWidthBox.Size = UDim2.new(0, 62, 0, 20)
  1932. LowerArmWidthBox.Font = Enum.Font.SourceSans
  1933. LowerArmWidthBox.Text = "INT"
  1934. LowerArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1935. LowerArmWidthBox.TextScaled = true
  1936. LowerArmWidthBox.TextSize = 14
  1937. LowerArmWidthBox.TextWrapped = true
  1938.  
  1939. UpperArmWidthBox.Name = "UpperArmWidthBox"
  1940. UpperArmWidthBox.Parent = Sizeframe
  1941. UpperArmWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1942. UpperArmWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1943. UpperArmWidthBox.Position = UDim2.new(0.0417220592, 0, 0.580721974, 0)
  1944. UpperArmWidthBox.Size = UDim2.new(0, 62, 0, 20)
  1945. UpperArmWidthBox.Font = Enum.Font.SourceSans
  1946. UpperArmWidthBox.Text = "INT"
  1947. UpperArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1948. UpperArmWidthBox.TextScaled = true
  1949. UpperArmWidthBox.TextSize = 14
  1950. UpperArmWidthBox.TextWrapped = true
  1951.  
  1952. FootWidthBox.Name = "FootWidthBox"
  1953. FootWidthBox.Parent = Sizeframe
  1954. FootWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1955. FootWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  1956. FootWidthBox.Position = UDim2.new(0.297139645, 0, 0.580137789, 0)
  1957. FootWidthBox.Size = UDim2.new(0, 62, 0, 20)
  1958. FootWidthBox.Font = Enum.Font.SourceSans
  1959. FootWidthBox.Text = "INT"
  1960. FootWidthBox.TextColor3 = Color3.new(0, 0, 0)
  1961. FootWidthBox.TextScaled = true
  1962. FootWidthBox.TextSize = 14
  1963. FootWidthBox.TextWrapped = true
  1964.  
  1965. FootHeightBox.Name = "FootHeightBox"
  1966. FootHeightBox.Parent = Sizeframe
  1967. FootHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1968. FootHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  1969. FootHeightBox.Position = UDim2.new(0.418488264, 0, 0.912521541, 0)
  1970. FootHeightBox.Size = UDim2.new(0, 62, 0, 20)
  1971. FootHeightBox.Font = Enum.Font.SourceSans
  1972. FootHeightBox.Text = "INT"
  1973. FootHeightBox.TextColor3 = Color3.new(0, 0, 0)
  1974. FootHeightBox.TextScaled = true
  1975. FootHeightBox.TextSize = 14
  1976. FootHeightBox.TextWrapped = true
  1977.  
  1978. LowerTorsoHeightBox.Name = "LowerTorsoHeightBox"
  1979. LowerTorsoHeightBox.Parent = Sizeframe
  1980. LowerTorsoHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1981. LowerTorsoHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  1982. LowerTorsoHeightBox.Position = UDim2.new(0.295821607, 0, 0.754811883, 0)
  1983. LowerTorsoHeightBox.Size = UDim2.new(0, 62, 0, 20)
  1984. LowerTorsoHeightBox.Font = Enum.Font.SourceSans
  1985. LowerTorsoHeightBox.Text = "INT"
  1986. LowerTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
  1987. LowerTorsoHeightBox.TextScaled = true
  1988. LowerTorsoHeightBox.TextSize = 14
  1989. LowerTorsoHeightBox.TextWrapped = true
  1990.  
  1991. UpperTorsoHeightBox.Name = "UpperTorsoHeightBox"
  1992. UpperTorsoHeightBox.Parent = Sizeframe
  1993. UpperTorsoHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  1994. UpperTorsoHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  1995. UpperTorsoHeightBox.Position = UDim2.new(0.793154955, 0, 0.755159318, 0)
  1996. UpperTorsoHeightBox.Size = UDim2.new(0, 62, 0, 20)
  1997. UpperTorsoHeightBox.Font = Enum.Font.SourceSans
  1998. UpperTorsoHeightBox.Text = "INT"
  1999. UpperTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
  2000. UpperTorsoHeightBox.TextScaled = true
  2001. UpperTorsoHeightBox.TextSize = 14
  2002. UpperTorsoHeightBox.TextWrapped = true
  2003.  
  2004. UpperLegHeightBox.Name = "UpperLegHeightBox"
  2005. UpperLegHeightBox.Parent = Sizeframe
  2006. UpperLegHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  2007. UpperLegHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  2008. UpperLegHeightBox.Position = UDim2.new(0.0438215733, 0, 0.755998671, 0)
  2009. UpperLegHeightBox.Size = UDim2.new(0, 62, 0, 20)
  2010. UpperLegHeightBox.Font = Enum.Font.SourceSans
  2011. UpperLegHeightBox.Text = "INT"
  2012. UpperLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
  2013. UpperLegHeightBox.TextScaled = true
  2014. UpperLegHeightBox.TextSize = 14
  2015. UpperLegHeightBox.TextWrapped = true
  2016.  
  2017. HandWidthBox.Name = "HandWidthBox"
  2018. HandWidthBox.Parent = Sizeframe
  2019. HandWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  2020. HandWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  2021. HandWidthBox.Position = UDim2.new(0.549154937, 0, 0.755414486, 0)
  2022. HandWidthBox.Size = UDim2.new(0, 62, 0, 20)
  2023. HandWidthBox.Font = Enum.Font.SourceSans
  2024. HandWidthBox.Text = "INT"
  2025. HandWidthBox.TextColor3 = Color3.new(0, 0, 0)
  2026. HandWidthBox.TextScaled = true
  2027. HandWidthBox.TextSize = 14
  2028. HandWidthBox.TextWrapped = true
  2029.  
  2030. LowerArmHeightbox.Name = "LowerArmHeightbox"
  2031. LowerArmHeightbox.Parent = Sizeframe
  2032. LowerArmHeightbox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  2033. LowerArmHeightbox.BorderColor3 = Color3.new(0, 0, 0)
  2034. LowerArmHeightbox.Position = UDim2.new(0.0415380001, 0, 0.398847759, 0)
  2035. LowerArmHeightbox.Size = UDim2.new(0, 62, 0, 20)
  2036. LowerArmHeightbox.Font = Enum.Font.SourceSans
  2037. LowerArmHeightbox.Text = "INT"
  2038. LowerArmHeightbox.TextColor3 = Color3.new(0, 0, 0)
  2039. LowerArmHeightbox.TextScaled = true
  2040. LowerArmHeightbox.TextSize = 14
  2041. LowerArmHeightbox.TextWrapped = true
  2042.  
  2043. LowerLegWidthBox.Name = "LowerLegWidthBox"
  2044. LowerLegWidthBox.Parent = Sizeframe
  2045. LowerLegWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  2046. LowerLegWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  2047. LowerLegWidthBox.Position = UDim2.new(0.791821599, 0, 0.578968227, 0)
  2048. LowerLegWidthBox.Size = UDim2.new(0, 62, 0, 20)
  2049. LowerLegWidthBox.Font = Enum.Font.SourceSans
  2050. LowerLegWidthBox.Text = "INT"
  2051. LowerLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
  2052. LowerLegWidthBox.TextScaled = true
  2053. LowerLegWidthBox.TextSize = 14
  2054. LowerLegWidthBox.TextWrapped = true
  2055.  
  2056. HelpBtnSizeFrame.Name = "HelpBtnSizeFrame"
  2057. HelpBtnSizeFrame.Parent = Sizeframe
  2058. HelpBtnSizeFrame.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2059. HelpBtnSizeFrame.BorderColor3 = Color3.new(0, 0, 0)
  2060. HelpBtnSizeFrame.Position = UDim2.new(0.961652815, 0, 0, 0)
  2061. HelpBtnSizeFrame.Size = UDim2.new(0, 13, 0, 12)
  2062. HelpBtnSizeFrame.Font = Enum.Font.SourceSans
  2063. HelpBtnSizeFrame.Text = "?"
  2064. HelpBtnSizeFrame.TextColor3 = Color3.new(0, 0, 0)
  2065. HelpBtnSizeFrame.TextSize = 14
  2066. HelpBtnSizeFrame.MouseButton1Click:Connect(function()
  2067.  
  2068.     if BodyConfigurationHelpFrame.Visible == false then
  2069.         BodyConfigurationHelpFrame.Visible = true
  2070.     else
  2071.         BodyConfigurationHelpFrame.Visible = false
  2072.     end
  2073.  
  2074. end)
  2075.  
  2076. MorphButton.Name = "MorphButton"
  2077. MorphButton.Parent = Sizeframe
  2078. MorphButton.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  2079. MorphButton.BorderColor3 = Color3.new(1, 1, 1)
  2080. MorphButton.Position = UDim2.new(0.765323579, 0, 0.89912641, 0)
  2081. MorphButton.Size = UDim2.new(0, 82, 0, 19)
  2082. MorphButton.Font = Enum.Font.SourceSans
  2083. MorphButton.Text = "Change"
  2084. MorphButton.TextColor3 = Color3.new(0, 0, 0)
  2085. MorphButton.TextSize = 14
  2086. MorphButton.MouseButton1Click:Connect(function()
  2087.         local OOF =
  2088. {
  2089. ["assets"] =
  2090. {
  2091. [1] =
  2092. {
  2093. ["drotation"] =
  2094. {
  2095. ["y"] = 0,
  2096. ["x"] = 0,
  2097. ["z"] = 0
  2098. },
  2099. ["dposition"] =
  2100. {
  2101. ["y"] = 0,
  2102. ["x"] = 0,
  2103. ["z"] = 0
  2104. },
  2105. ["scale"] =
  2106. {
  2107. ["y"] = 0,
  2108. ["x"] = 0,
  2109. ["z"] = 0
  2110. },
  2111. ["dscale"] =
  2112. {
  2113. ["y"] = 0,
  2114. ["x"] = 0,
  2115. ["z"] = 0
  2116. },
  2117. ["vscale"] =
  2118. {
  2119. ["y"] = 0,
  2120. ["x"] = 0,
  2121. ["z"] = 0
  2122. },
  2123. ["rotation"] =
  2124. {
  2125. ["y"] = 0,
  2126. ["x"] = 0,
  2127. ["z"] = 0
  2128. },
  2129. ["position"] =
  2130. {
  2131. ["y"] = 0,
  2132. ["x"] = 0,
  2133. ["z"] = 0
  2134. },
  2135. ["vrotation"] =
  2136. {
  2137. ["y"] = 0,
  2138. ["x"] = 0,
  2139. ["z"] = 0
  2140. },
  2141. ["vposition"] =
  2142. {
  2143. ["y"] = 0,
  2144. ["x"] = 0,
  2145. ["z"] = 0
  2146. }
  2147. },
  2148. [2] =
  2149. {
  2150. ["drotation"] =
  2151. {
  2152. ["y"] = 0,
  2153. ["x"] = 0,
  2154. ["z"] = 0
  2155. },
  2156. ["dposition"] =
  2157. {
  2158. ["y"] = 0,
  2159. ["x"] = 0,
  2160. ["z"] = 0
  2161. },
  2162. ["scale"] =
  2163. {
  2164. ["y"] = 0,
  2165. ["x"] = 0,
  2166. ["z"] = 0
  2167. },
  2168. ["dscale"] =
  2169. {
  2170. ["y"] = 0,
  2171. ["x"] = 0,
  2172. ["z"] = 0
  2173. },
  2174. ["vscale"] =
  2175. {
  2176. ["y"] = 0,
  2177. ["x"] = 0,
  2178. ["z"] = 0
  2179. },
  2180. ["rotation"] =
  2181. {
  2182. ["y"] = 0,
  2183. ["x"] = 0,
  2184. ["z"] = 0
  2185. },
  2186. ["position"] =
  2187. {
  2188. ["y"] = 0,
  2189. ["x"] = 0,
  2190. ["z"] = 0
  2191. },
  2192. ["vrotation"] =
  2193. {
  2194. ["y"] = 0,
  2195. ["x"] = 0,
  2196. ["z"] = 0
  2197. },
  2198. ["vposition"] =
  2199. {
  2200. ["y"] = 0,
  2201. ["x"] = 0,
  2202. ["z"] = 0
  2203. }
  2204. },
  2205. [3] =
  2206. {
  2207. ["drotation"] =
  2208. {
  2209. ["y"] = 0,
  2210. ["x"] = 0,
  2211. ["z"] = 0
  2212. },
  2213. ["dposition"] =
  2214. {
  2215. ["y"] = 0,
  2216. ["x"] = 0,
  2217. ["z"] = 0
  2218. },
  2219. ["scale"] =
  2220. {
  2221. ["y"] = 0,
  2222. ["x"] = 0,
  2223. ["z"] = 0
  2224. },
  2225. ["dscale"] =
  2226. {
  2227. ["y"] = 0,
  2228. ["x"] = 0,
  2229. ["z"] = 0
  2230. },
  2231. ["vscale"] =
  2232. {
  2233. ["y"] = 0,
  2234. ["x"] = 0,
  2235. ["z"] = 0
  2236. },
  2237. ["rotation"] =
  2238. {
  2239. ["y"] = 0,
  2240. ["x"] = 0,
  2241. ["z"] = 0
  2242. },
  2243. ["position"] =
  2244. {
  2245. ["y"] = 0,
  2246. ["x"] = 0,
  2247. ["z"] = 0
  2248. },
  2249. ["vrotation"] =
  2250. {
  2251. ["y"] = 0,
  2252. ["x"] = 0,
  2253. ["z"] = 0
  2254. },
  2255. ["vposition"] =
  2256. {
  2257. ["y"] = 0,
  2258. ["x"] = 0,
  2259. ["z"] = 0
  2260. }
  2261. },
  2262. [4] =
  2263. {
  2264. ["drotation"] =
  2265. {
  2266. ["y"] = 0,
  2267. ["x"] = 0,
  2268. ["z"] = 0
  2269. },
  2270. ["dposition"] =
  2271. {
  2272. ["y"] = 0,
  2273. ["x"] = 0,
  2274. ["z"] = 0
  2275. },
  2276. ["scale"] =
  2277. {
  2278. ["y"] = 0,
  2279. ["x"] = 0,
  2280. ["z"] = 0
  2281. },
  2282. ["dscale"] =
  2283. {
  2284. ["y"] = 0,
  2285. ["x"] = 0,
  2286. ["z"] = 0
  2287. },
  2288. ["vscale"] =
  2289. {
  2290. ["y"] = 0,
  2291. ["x"] = 0,
  2292. ["z"] = 0
  2293. },
  2294. ["rotation"] =
  2295. {
  2296. ["y"] = 0,
  2297. ["x"] = 0,
  2298. ["z"] = 0
  2299. },
  2300. ["position"] =
  2301. {
  2302. ["y"] = 0,
  2303. ["x"] = 0,
  2304. ["z"] = 0
  2305. },
  2306. ["vrotation"] =
  2307. {
  2308. ["y"] = 0,
  2309. ["x"] = 0,
  2310. ["z"] = 0
  2311. },
  2312. ["vposition"] =
  2313. {
  2314. ["y"] = 0,
  2315. ["x"] = 0,
  2316. ["z"] = 0
  2317. }
  2318. },
  2319. [5] =
  2320. {
  2321. ["drotation"] =
  2322. {
  2323. ["y"] = 0,
  2324. ["x"] = 0,
  2325. ["z"] = 0
  2326. },
  2327. ["dposition"] =
  2328. {
  2329. ["y"] = 0,
  2330. ["x"] = 0,
  2331. ["z"] = 0
  2332. },
  2333. ["scale"] =
  2334. {
  2335. ["y"] = 0,
  2336. ["x"] = 0,
  2337. ["z"] = 0
  2338. },
  2339. ["dscale"] =
  2340. {
  2341. ["y"] = 0,
  2342. ["x"] = 0,
  2343. ["z"] = 0
  2344. },
  2345. ["vscale"] =
  2346. {
  2347. ["y"] = 0,
  2348. ["x"] = 0,
  2349. ["z"] = 0
  2350. },
  2351. ["rotation"] =
  2352. {
  2353. ["y"] = 0,
  2354. ["x"] = 0,
  2355. ["z"] = 0
  2356. },
  2357. ["position"] =
  2358. {
  2359. ["y"] = 0,
  2360. ["x"] = 0,
  2361. ["z"] = 0
  2362. },
  2363. ["vrotation"] =
  2364. {
  2365. ["y"] = 0,
  2366. ["x"] = 0,
  2367. ["z"] = 0
  2368. },
  2369. ["vposition"] =
  2370. {
  2371. ["y"] = 0,
  2372. ["x"] = 0,
  2373. ["z"] = 0
  2374. }
  2375. }
  2376. },
  2377. ["description"] = "",
  2378. ["createdDate"] = 1000,
  2379. ["lowerDesc"] = "",
  2380. ["scales"] =
  2381. {
  2382. ["LowerLegHeight"] = (LowerLegHeightBox.Text),
  2383. ["UpperTorsoWidth"] = (UpperTorsoHeightBox.Text),
  2384. ["UpperArmHeight"] = (UpperArmHeightBox.Text),
  2385. ["HandHeight"] = (HandHeightBox.Text),
  2386. ["UpperLegWidth"] = (UpperLegWidthBox.Text),
  2387. ["LowerArmWidth"] = (LowerArmWidthBox.Text),
  2388. ["FootWidth"] = (FootWidthBox.Text),
  2389. ["LowerArmHeight"] = (LowerArmHeightbox.Text),
  2390. ["UpperArmWidth"] = (UpperArmWidthBox.Text),
  2391. ["FootHeight"] = (FootHeightBox.Text),
  2392. ["LowerTorsoWidth"] = (LowerTorsoWidthBox.Text),
  2393. ["UpperTorsoHeight"] = (UpperTorsoHeightBox.Text),
  2394. ["HandWidth"] = (HandWidthBox.Text),
  2395. ["HeadScale"] = (HeadScaleBox.Text),
  2396. ["UpperLegHeight"] = (UpperLegHeightBox.Text),
  2397. ["LowerTorsoHeight"] = (LowerTorsoHeightBox.Text),
  2398. ["LowerLegWidth"] = (LowerLegWidthBox.Text)
  2399. },
  2400. ["name"] = "",
  2401. ["outfitId"] = 1,
  2402. ["isOutfit"] = true,
  2403. ["collageSeed"] = 0,
  2404. ["lowerName"] = ""
  2405. }
  2406. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  2407. Event:FireServer(OOF)
  2408. end)
  2409.  
  2410. DontMess.Name = "DontMess"
  2411. DontMess.Parent = Sizeframe
  2412. DontMess.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2413. DontMess.BorderSizePixel = 0
  2414. DontMess.Size = UDim2.new(0, 7, 0, 6)
  2415. DontMess.Visible = false
  2416. DontMess.Font = Enum.Font.SourceSans
  2417. DontMess.Text = ""
  2418. DontMess.TextSize = 14
  2419.  
  2420. TextLabel.Parent = Sizeframe
  2421. TextLabel.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2422. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  2423. TextLabel.BorderSizePixel = 0
  2424. TextLabel.Position = UDim2.new(0, 0, 0.136531368, 0)
  2425. TextLabel.Size = UDim2.new(0, 95, 0, 16)
  2426. TextLabel.Font = Enum.Font.SourceSans
  2427. TextLabel.Text = "-- Head Scale --"
  2428. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  2429. TextLabel.TextSize = 14
  2430. TextLabel.TextWrapped = true
  2431.  
  2432. TextLabel_2.Parent = Sizeframe
  2433. TextLabel_2.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2434. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  2435. TextLabel_2.BorderSizePixel = 0
  2436. TextLabel_2.Position = UDim2.new(0.25333333, 0, 0.136531368, 0)
  2437. TextLabel_2.Size = UDim2.new(0, 95, 0, 16)
  2438. TextLabel_2.Font = Enum.Font.SourceSans
  2439. TextLabel_2.Text = "-- Low Leg Height --"
  2440. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  2441. TextLabel_2.TextScaled = true
  2442. TextLabel_2.TextSize = 14
  2443. TextLabel_2.TextWrapped = true
  2444.  
  2445. TextLabel_3.Parent = Sizeframe
  2446. TextLabel_3.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2447. TextLabel_3.BorderColor3 = Color3.new(0, 0, 0)
  2448. TextLabel_3.BorderSizePixel = 0
  2449. TextLabel_3.Position = UDim2.new(0.50666666, 0, 0.136531368, 0)
  2450. TextLabel_3.Size = UDim2.new(0, 95, 0, 16)
  2451. TextLabel_3.Font = Enum.Font.SourceSans
  2452. TextLabel_3.Text = "-- Up Torso Width --"
  2453. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  2454. TextLabel_3.TextScaled = true
  2455. TextLabel_3.TextSize = 14
  2456. TextLabel_3.TextWrapped = true
  2457.  
  2458. TextLabel_4.Parent = Sizeframe
  2459. TextLabel_4.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2460. TextLabel_4.BorderColor3 = Color3.new(0, 0, 0)
  2461. TextLabel_4.BorderSizePixel = 0
  2462. TextLabel_4.Position = UDim2.new(-0.00133333332, 0, 0.317343175, 0)
  2463. TextLabel_4.Size = UDim2.new(0, 95, 0, 16)
  2464. TextLabel_4.Font = Enum.Font.SourceSans
  2465. TextLabel_4.Text = "-- Low Arm Height --"
  2466. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  2467. TextLabel_4.TextScaled = true
  2468. TextLabel_4.TextSize = 14
  2469. TextLabel_4.TextWrapped = true
  2470.  
  2471. TextLabel_5.Parent = Sizeframe
  2472. TextLabel_5.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2473. TextLabel_5.BorderColor3 = Color3.new(0, 0, 0)
  2474. TextLabel_5.BorderSizePixel = 0
  2475. TextLabel_5.Position = UDim2.new(0.252000004, 0, 0.317343175, 0)
  2476. TextLabel_5.Size = UDim2.new(0, 95, 0, 16)
  2477. TextLabel_5.Font = Enum.Font.SourceSans
  2478. TextLabel_5.Text = "-- Up Arm Height --"
  2479. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  2480. TextLabel_5.TextScaled = true
  2481. TextLabel_5.TextSize = 14
  2482. TextLabel_5.TextWrapped = true
  2483.  
  2484. TextLabel_6.Parent = Sizeframe
  2485. TextLabel_6.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2486. TextLabel_6.BorderColor3 = Color3.new(0, 0, 0)
  2487. TextLabel_6.BorderSizePixel = 0
  2488. TextLabel_6.Position = UDim2.new(0.745333314, 0, 0.136531368, 0)
  2489. TextLabel_6.Size = UDim2.new(0, 95, 0, 16)
  2490. TextLabel_6.Font = Enum.Font.SourceSans
  2491. TextLabel_6.Text = "-- Low Torso Width --"
  2492. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  2493. TextLabel_6.TextScaled = true
  2494. TextLabel_6.TextSize = 14
  2495. TextLabel_6.TextWrapped = true
  2496.  
  2497. TextLabel_7.Parent = Sizeframe
  2498. TextLabel_7.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2499. TextLabel_7.BorderColor3 = Color3.new(0, 0, 0)
  2500. TextLabel_7.BorderSizePixel = 0
  2501. TextLabel_7.Position = UDim2.new(-0.00133333332, 0, 0.498154998, 0)
  2502. TextLabel_7.Size = UDim2.new(0, 95, 0, 16)
  2503. TextLabel_7.Font = Enum.Font.SourceSans
  2504. TextLabel_7.Text = "-- Up Arm Width --"
  2505. TextLabel_7.TextColor3 = Color3.new(0, 0, 0)
  2506. TextLabel_7.TextSize = 14
  2507. TextLabel_7.TextWrapped = true
  2508.  
  2509. TextLabel_8.Parent = Sizeframe
  2510. TextLabel_8.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2511. TextLabel_8.BorderColor3 = Color3.new(0, 0, 0)
  2512. TextLabel_8.BorderSizePixel = 0
  2513. TextLabel_8.Position = UDim2.new(0.742666662, 0, 0.317343175, 0)
  2514. TextLabel_8.Size = UDim2.new(0, 95, 0, 16)
  2515. TextLabel_8.Font = Enum.Font.SourceSans
  2516. TextLabel_8.Text = "-- Low Arm Width --"
  2517. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  2518. TextLabel_8.TextScaled = true
  2519. TextLabel_8.TextSize = 14
  2520. TextLabel_8.TextWrapped = true
  2521.  
  2522. TextLabel_9.Parent = Sizeframe
  2523. TextLabel_9.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2524. TextLabel_9.BorderColor3 = Color3.new(0, 0, 0)
  2525. TextLabel_9.BorderSizePixel = 0
  2526. TextLabel_9.Position = UDim2.new(0.505333304, 0, 0.317343175, 0)
  2527. TextLabel_9.Size = UDim2.new(0, 95, 0, 16)
  2528. TextLabel_9.Font = Enum.Font.SourceSans
  2529. TextLabel_9.Text = "-- Up Leg Width --"
  2530. TextLabel_9.TextColor3 = Color3.new(0, 0, 0)
  2531. TextLabel_9.TextSize = 14
  2532. TextLabel_9.TextWrapped = true
  2533.  
  2534. TextLabel_10.Parent = Sizeframe
  2535. TextLabel_10.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2536. TextLabel_10.BorderColor3 = Color3.new(0, 0, 0)
  2537. TextLabel_10.BorderSizePixel = 0
  2538. TextLabel_10.Position = UDim2.new(0.252000004, 0, 0.498154998, 0)
  2539. TextLabel_10.Size = UDim2.new(0, 95, 0, 16)
  2540. TextLabel_10.Font = Enum.Font.SourceSans
  2541. TextLabel_10.Text = "-- Foot Width --"
  2542. TextLabel_10.TextColor3 = Color3.new(0, 0, 0)
  2543. TextLabel_10.TextSize = 14
  2544.  
  2545. TextLabel_11.Parent = Sizeframe
  2546. TextLabel_11.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2547. TextLabel_11.BorderColor3 = Color3.new(0, 0, 0)
  2548. TextLabel_11.BorderSizePixel = 0
  2549. TextLabel_11.Position = UDim2.new(0.505333304, 0, 0.498154998, 0)
  2550. TextLabel_11.Size = UDim2.new(0, 95, 0, 16)
  2551. TextLabel_11.Font = Enum.Font.SourceSans
  2552. TextLabel_11.Text = "-- Hand Height --"
  2553. TextLabel_11.TextColor3 = Color3.new(0, 0, 0)
  2554. TextLabel_11.TextSize = 14
  2555.  
  2556. TextLabel_12.Parent = Sizeframe
  2557. TextLabel_12.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2558. TextLabel_12.BorderColor3 = Color3.new(0, 0, 0)
  2559. TextLabel_12.BorderSizePixel = 0
  2560. TextLabel_12.Position = UDim2.new(0.742666602, 0, 0.498154998, 0)
  2561. TextLabel_12.Size = UDim2.new(0, 95, 0, 16)
  2562. TextLabel_12.Font = Enum.Font.SourceSans
  2563. TextLabel_12.Text = "-- Low Leg Width --"
  2564. TextLabel_12.TextColor3 = Color3.new(0, 0, 0)
  2565. TextLabel_12.TextSize = 14
  2566. TextLabel_12.TextWrapped = true
  2567.  
  2568. TextLabel_13.Parent = Sizeframe
  2569. TextLabel_13.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2570. TextLabel_13.BorderColor3 = Color3.new(0, 0, 0)
  2571. TextLabel_13.BorderSizePixel = 0
  2572. TextLabel_13.Position = UDim2.new(-0.00133333332, 0, 0.675276756, 0)
  2573. TextLabel_13.Size = UDim2.new(0, 95, 0, 16)
  2574. TextLabel_13.Font = Enum.Font.SourceSans
  2575. TextLabel_13.Text = "-- Up Leg Width --"
  2576. TextLabel_13.TextColor3 = Color3.new(0, 0, 0)
  2577. TextLabel_13.TextSize = 14
  2578.  
  2579. TextLabel_14.Parent = Sizeframe
  2580. TextLabel_14.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2581. TextLabel_14.BorderColor3 = Color3.new(0, 0, 0)
  2582. TextLabel_14.BorderSizePixel = 0
  2583. TextLabel_14.Position = UDim2.new(0.249333337, 0, 0.675276756, 0)
  2584. TextLabel_14.Size = UDim2.new(0, 95, 0, 16)
  2585. TextLabel_14.Font = Enum.Font.SourceSans
  2586. TextLabel_14.Text = "-- Low Torso Height --"
  2587. TextLabel_14.TextColor3 = Color3.new(0, 0, 0)
  2588. TextLabel_14.TextScaled = true
  2589. TextLabel_14.TextSize = 14
  2590. TextLabel_14.TextWrapped = true
  2591.  
  2592. TextLabel_15.Parent = Sizeframe
  2593. TextLabel_15.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2594. TextLabel_15.BorderColor3 = Color3.new(0, 0, 0)
  2595. TextLabel_15.BorderSizePixel = 0
  2596. TextLabel_15.Position = UDim2.new(0.373333275, 0, 0.852398515, 0)
  2597. TextLabel_15.Size = UDim2.new(0, 95, 0, 13)
  2598. TextLabel_15.Font = Enum.Font.SourceSans
  2599. TextLabel_15.Text = "-- Foot Height --"
  2600. TextLabel_15.TextColor3 = Color3.new(0, 0, 0)
  2601. TextLabel_15.TextSize = 14
  2602.  
  2603. TextLabel_16.Parent = Sizeframe
  2604. TextLabel_16.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2605. TextLabel_16.BorderColor3 = Color3.new(0, 0, 0)
  2606. TextLabel_16.BorderSizePixel = 0
  2607. TextLabel_16.Position = UDim2.new(0.742666662, 0, 0.675276756, 0)
  2608. TextLabel_16.Size = UDim2.new(0, 95, 0, 16)
  2609. TextLabel_16.Font = Enum.Font.SourceSans
  2610. TextLabel_16.Text = "-- Up Torso Height --"
  2611. TextLabel_16.TextColor3 = Color3.new(0, 0, 0)
  2612. TextLabel_16.TextSize = 14
  2613.  
  2614. TextLabel_17.Parent = Sizeframe
  2615. TextLabel_17.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2616. TextLabel_17.BorderColor3 = Color3.new(0, 0, 0)
  2617. TextLabel_17.BorderSizePixel = 0
  2618. TextLabel_17.Position = UDim2.new(0.50666666, 0, 0.675276756, 0)
  2619. TextLabel_17.Size = UDim2.new(0, 95, 0, 16)
  2620. TextLabel_17.Font = Enum.Font.SourceSans
  2621. TextLabel_17.Text = "-- Hand Width --"
  2622. TextLabel_17.TextColor3 = Color3.new(0, 0, 0)
  2623. TextLabel_17.TextSize = 14
  2624.  
  2625. BodyConfigurationHelpFrame.Name = "BodyConfigurationHelpFrame"
  2626. BodyConfigurationHelpFrame.Parent = RbxhighGUIv2
  2627. BodyConfigurationHelpFrame.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2628. BodyConfigurationHelpFrame.BorderColor3 = Color3.new(0, 0, 0)
  2629. BodyConfigurationHelpFrame.Position = UDim2.new(0.00140583515, 0, 0.585271299, 0)
  2630. BodyConfigurationHelpFrame.Size = UDim2.new(0, 179, 0, 193)
  2631. BodyConfigurationHelpFrame.Active = true
  2632. BodyConfigurationHelpFrame.Draggable = true
  2633. BodyConfigurationHelpFrame.Visible = false
  2634.  
  2635. title_2.Name = "title"
  2636. title_2.Parent = BodyConfigurationHelpFrame
  2637. title_2.BackgroundColor3 = Color3.new(0.376471, 0.376471, 0.376471)
  2638. title_2.BorderColor3 = Color3.new(0, 0, 0)
  2639. title_2.Position = UDim2.new(0.0670391023, 0, 0.0310880821, 0)
  2640. title_2.Size = UDim2.new(0, 155, 0, 28)
  2641. title_2.Font = Enum.Font.SourceSans
  2642. title_2.Text = "~ Help ~"
  2643. title_2.TextColor3 = Color3.new(0, 0, 0)
  2644. title_2.TextSize = 20
  2645.  
  2646. info.Name = "info"
  2647. info.Parent = BodyConfigurationHelpFrame
  2648. info.BackgroundColor3 = Color3.new(0.376471, 0.376471, 0.376471)
  2649. info.BorderColor3 = Color3.new(0, 0, 0)
  2650. info.Position = UDim2.new(0.0670391098, 0, 0.259067357, 0)
  2651. info.Size = UDim2.new(0, 155, 0, 131)
  2652. info.Font = Enum.Font.SourceSans
  2653. info.Text = "This part of the GUI allows you to customize the size and width of your body. It's simple! All you have to do is replace what is originally in the text box with a number. Once you hit the button, then the number you put in the box will take effect on your player."
  2654. info.TextColor3 = Color3.new(0, 0, 0)
  2655. info.TextScaled = true
  2656. info.TextSize = 20
  2657. info.TextWrapped = true
Add Comment
Please, Sign In to add comment