Advertisement
Guest User

GUI ROBLOX

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