Advertisement
TheGreatGoryGamer

ROBLOX Rose Hub

May 27th, 2018
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 137.47 KB | None | 0 0
  1. local start = tick()
  2. local VERSION = "3.0.1"
  3. print"Rose Hub process started."
  4. local coreGui = game:GetService("CoreGui")
  5. local tweening = false
  6. local scriptsTabText = ""
  7. local feTabText = ""
  8. local gameScriptsTabText = ""
  9. local guiTabText = ""
  10. local darkBack = false
  11. local lightBack = true
  12. local tweenService = game:GetService("TweenService")
  13. local tweenSpeed = 0.35
  14. local colorPickerOpen = false
  15. local backColor = Color3.fromRGB(255, 255, 255)
  16. local lightColor = Color3.fromRGB(255, 255, 255)
  17. local darkColor = Color3.fromRGB(150, 150, 150)
  18. local textColor = Color3.fromRGB(255, 255, 255)
  19. local httpService = game:GetService("HttpService")
  20. local savingSettings = false
  21. local mainSettings = nil
  22. local lighting = game:GetService("Lighting")
  23. local mWorkspace = game:GetService("Workspace")
  24.  
  25. local defaultSettings = {
  26. ["BackgroundColorR"] = 59,
  27. ["BackgroundColorG"] = 59,
  28. ["BackgroundColorB"] = 59,
  29. ["PickerColorR"] = 59,
  30. ["PickerColorG"] = 59,
  31. ["PickerColorB"] = 59,
  32. ["ChangePickerBackground"] = true,
  33. ["Transparency"] = 0.7,
  34. ["RainbowOn"] = false,
  35. ["RainbowSpeed"] = 75,
  36. }
  37.  
  38. local function round(num)
  39. return math.floor(num * 10^3 + 0.5) / 10^3
  40. end
  41.  
  42. if writefile and readfile and pcall(function() readfile("RoseHubSettings.txt") end) then
  43. local file = readfile("RoseHubSettings.txt")
  44. local continue = true
  45. local write = false
  46. if pcall(function() httpService:JSONDecode(file) end) then
  47. file = httpService:JSONDecode(readfile("RoseHubSettings.txt"))
  48. mainSettings = file
  49. else
  50. mainSettings = defaultSettings
  51. writefile("RoseHubSettings.txt", httpService:JSONEncode(defaultSettings))
  52. warn("Settings file corrupted, creating new.")
  53. continue = false
  54. end
  55. if continue then
  56. for setting,value in pairs(defaultSettings) do
  57. if file[setting] == nil then
  58. writefile("RoseHubSettings.txt", httpService:JSONEncode(defaultSettings))
  59. warn(setting.." is missing, setting to default.")
  60. file[setting] = defaultSettings[setting]
  61. write = true
  62. elseif file[setting] ~= nil then
  63. if type(file[setting]) ~= type(defaultSettings[setting]) then
  64. warn(setting.." is invalid, overwriting.")
  65. write = true
  66. file[setting] = defaultSettings[setting]
  67. end
  68. end
  69. end
  70. if write == true then
  71. warn("Fixing settings file.")
  72. mainSettings = file
  73. writefile("RoseHubSettings.txt", httpService:JSONEncode(mainSettings))
  74. write = false
  75. end
  76. end
  77. else
  78. mainSettings = defaultSettings
  79. if writefile then
  80. warn("Rose Hub settings missing, creating new.")
  81. writefile("RoseHubSettings.txt", httpService:JSONEncode(defaultSettings))
  82. end
  83. end
  84.  
  85. local savedColor = Color3.fromRGB(mainSettings.BackgroundColorR, mainSettings.BackgroundColorG, mainSettings.BackgroundColorB)
  86. local mainTransparency = mainSettings.Transparency
  87. local enableRainbow = mainSettings.RainbowOn
  88. local rainbowCount = mainSettings.RainbowSpeed
  89. local mainTrans = mainSettings.Transparency
  90. local changeColorPickerBack = mainSettings.ChangePickerBackground
  91. local colorPickerBack = Color3.fromRGB(mainSettings.PickerColorR, mainSettings.PickerColorG, mainSettings.PickerColorB)
  92.  
  93. local function saveSetting(backColor, pickerColor, changeBack, tranparency, rainbowOn, rainbowSpeed)
  94. local settingsTab = {
  95. ["BackgroundColorR"] = round(backColor.r*255),
  96. ["BackgroundColorG"] = round(backColor.g*255),
  97. ["BackgroundColorB"] = round(backColor.b*255),
  98. ["PickerColorR"] = round(pickerColor.r*255),
  99. ["PickerColorG"] = round(pickerColor.g*255),
  100. ["PickerColorB"] = round(pickerColor.b*255),
  101. ["ChangePickerBackground"] = changeBack,
  102. ["Transparency"] = round(tranparency),
  103. ["RainbowOn"] = rainbowOn,
  104. ["RainbowSpeed"] = rainbowSpeed,
  105. }
  106. writefile("RoseHubSettings.txt", httpService:JSONEncode(settingsTab))
  107. end
  108.  
  109. if darkBack then
  110. backColor = Color3.fromRGB(150, 150, 150)
  111. end
  112.  
  113. local scripttabList = {
  114. {"Infinite Yield", "MjBzRjmT", 1},
  115. {"Knife V3", "W833RBFr", 1},
  116. {"Bird Wings", "RQ9b8UTv", 1},
  117. {"M4A1", "eP1zq8tb", 1},
  118. {"Dungun", "90M7Mi8e", 1},
  119. {"Bomb Vest", "tG1PPuMd", 1},
  120. {"Music Bars", "SvYebC2r", 1},
  121. {"Omni God", "87NeeChc", 1},
  122. {"Pain Titan", "Hg5L8EtM", 1,},
  123. {"Reaper Titan", "B0q3QBg6", 1},
  124. {"Alter Chat", "ZSB4pN9R", 1},
  125. {"Hoverbike", 01268225564, 2},
  126. {"Rail Gun Titan", "0wFiFdwM", 1},
  127. {"True Hero", "P8AQ2ebJ", 1},
  128. {"Celestial Wheel", "bymTcgzf", 1},
  129. {"Knive V4", "j0Ns1w1S", 1},
  130. {"Ravenger Claws", "D7GxxvWL", 1},
  131. {"John Doe", "m5wHsLhr", 1},
  132. {"Messor Titan", "4bSrkLtA", 1},
  133. {"Clown Titan", "L0WLDZvc", 1},
  134. {"Chara", "HrWjgXtb", 1},
  135. {"Shedlesky Rage", "2SPz35LS", 1},
  136. {"LunchaThug", "x6GWFC5K", 1},
  137. {"Nazi Flag", "ZCZNxFBD", 1},
  138. {"Psychopath", "DGqk3bqY", 1},
  139. {"Fireworks Wand", "GB29NAPv", 1},
  140. {"Psycho Clown", "UgxKqKwE", 1},
  141. {"Inferno", "qhMGk36S", 1},
  142. {"Police Titan", "UCmufLU8", 1},
  143. {"Galaxy Titan", "nKNdCrKj", 1},
  144. {"Holy Wrench", "cKSh0a8C", 1},
  145. {"Krystal Dance", "j7EqLfbP", 1},
  146. {"Pee", "3CYmA0Pz", 1},
  147. {"Jihad", "vSujnuaF", 1},
  148. {"Hermit Purple", "R3C3ajQV", 1},
  149. {"Golden Gun", "2574Sd9E", 1},
  150. {"Goku", "yAXZZF9r", 1},
  151. {"Emoji", "vKPcMKnm", 1},
  152. {"Damn Son", "AMLHT8aJ", 1},
  153. {"Devuzi", "q0mt2peM", 1},
  154. {"Flash", "gGSVVq1H", 1},
  155. {"Teal Scythe", "0TUBSaxt", 1},
  156. {"Demon Demise", "ghMDMW63", 1},
  157. {"Red Sayan", "uC5DBvf9", 1},
  158. {"Ban Hammer", "1ynQ4Mu0", 1},
  159. {"Dick Gun", "UR9FBjcj", 1},
  160. {"Dat Boi", "Sz7KJHay", 1},
  161. {"Watermelon Trap", "pypsM3hj", 1},
  162. {"Whip", "XDsek3Rf", 1},
  163. {"School Shooter", "EmmwRFDA", 1},
  164. {"9/11", "3UmV26hG", 1},
  165. {"Bong", "8Kb08E9s", 1},
  166. {"Horse", "MVph7nmq", 1},
  167. {"Scythe", "fEEVkJba", 1},
  168. {"Disco Fog", "xg8d4PS0", 1},
  169. {"Disco Mesh", "GvtPCRVR", 1},
  170. {"Russian Dance", "RADQ2vH8", 1},
  171. {"Sun God", "0uJhLJ5m", 1},
  172. {"Rolling Light Ball", "S4Hj3MPd", 1},
  173. {"Red Death Scythe", "KJ5nqeVF", 1},
  174. {"Crystal Pistols", "GDLZ4VAq", 1},
  175. {"Epic Sword", "DZVV9AGG", 1},
  176. {"Circle Visualizer", "diJiteen", 1},
  177. {"Hex Blade", "fA0bBELV", 1},
  178. {"Bulldog", "nPPLxSA3", 1},
  179. {"FS-627-SENDER", "R3m4gfuP", 1},
  180. {"Voodoo Child", "w5TEtd0Q", 1},
  181. {"Bye Bye", "XBysEMgg", 1},
  182. {"Galil V2", "cnFz3h8D", 1},
  183. {"Mario", "pKmtnc9u", 1},
  184. {"Lighting Blade", "rMEe8R4N", 1},
  185. {"Flamingo Skybox", "8rWM880e", 1},
  186. {"Sin Unleashed", "ZQh5B023", 1},
  187. {"Ravager", "VQEz6a6i", 1},
  188. {"Brock", "Fe5YrxcY", 1},
  189. {"M249", "J4ijx897", 1},
  190. {"MG36", "zLZ4Auqn", 1},
  191. {"Omega Scythe", "Ag8dKZYB", 1},
  192. {"Omega Sword", "7JjxwhPn", 1},
  193. {"Draw", "1322re6a", 1},
  194. {"Gaydar", "s1P9sJub", 1},
  195. {"Crimson Hell", "na3pQXNV", 1},
  196. {"Psycho", "WNvhEZJw", 1},
  197. {"R6", "yX1DMcvM", 1},
  198. {"Elemental God", "mLz55spD", 1},
  199. {"Cross Power", "mLz55spD", 1},
  200. {"Blood Harvester", "qz0ufnwd", 1},
  201. {"Mustard Gas", "sg2wg4y8", 1},
  202. {"Gas Can", "xknu2gna", 1},
  203. {"Frieza", "tpkyda6c", 1},
  204. {"Sadistic Genocider V2", "nch0tn9u", 1},
  205. {"Demon Nelf", "VcBmmGuz", 1},
  206. {"Demonic Sword", "W2Hc3Tkd", 1},
  207. {"Noob Power", "9YMc9FRj", 1},
  208. {"Creep", "z7S1ugBF", 1},
  209. {"Crazy Nuke", "6kbRdDk6", 1},
  210. {"Sticky Bombs", "2A4U8xdA", 1},
  211. {"Cloud Visualizer", "sMCnTvHa", 1},
  212. {"Furfag", "FS1d8pB9", 1},
  213. {"Another Fist", "ukLjYGS1", 1},
  214. {"Eyozen", "VmQXnzZs", 1},
  215. {"Shadow Blade", "E08uiXDL", 1},
  216. {"Glock", "UwRX1avh", 1},
  217. {"Star Glitcher", "uiXScmiC", 1},
  218.  
  219. }
  220.  
  221. local fescripttabList = {
  222. {"Fe God", "KduGECH6", 1},
  223. {"Fe Fly", 1281055032, 2},
  224. {"Spam", "74GjB7tB", 1},
  225. }
  226.  
  227. local gameScriptsList = {
  228. {"Virgo 3.0", "EwYDRD4Y", 1},
  229. {"City Life Bomb Vest", "sLHGSBn1", 1},
  230. {"City Life Suicide", "YdKKQ7yT", 1},
  231. {"City Life Explosion", "vy78mqrG", 1},
  232. {"CB:RO Aimbot", "t3yHg06t", 1},
  233. {"Prison Life 2 GUI", "d6X2R39V", 1},
  234. {"Jailbreak GUI", 1461971147, 2},
  235. {"Apoc Tools v4", "0de4tAtR", 1},
  236. }
  237.  
  238. local guitabList = {
  239. {"c00lgui", "Rz2EFsLU", 1},
  240. {"Topkek 4.0", "d0CJRrcg", 1},
  241. {"Topkek 3.0", "SikGfE9u", 1},
  242. {"Ro-Xploit 4.0", 175137115, 2},
  243. {"Ro-Xploit 5.0", 288646117, 2},
  244. {"Ro-Xploit 6.0", 364364477, 2},
  245. {"Dex 2.0", 492005721, 2},
  246. {"Dex 3.0", 418957341, 2},
  247. {"Clown Van", "a5UZuuiT", 1},
  248. {"Hell Elevator GUI", "8NYWpf2T", 1},
  249. {"Chams / Aimlock", "Yi7fzELj", 1},
  250. {"YourMom GUI", "289110135", 2},
  251. {"Pepe GUI", "277881926", 2},
  252. {"Brack Hub", "PT9Gf7d5", 1},
  253. {"Vesprin FE GUI", "1231351616", 2},
  254. {"Music GUI", "U352cdsv", 1},
  255. }
  256.  
  257. local mapsList = {
  258. {"Clockwork Arena", "EvnXCXhP", 1},
  259. {"Town Map", 1345094164, 2},
  260. {"Cave Island", "t29C42rm", 1},
  261. {"Nature Map", "gmF4Kq5B", 1},
  262. {"Nazi Map", "az8sLCLT", 1},
  263. {"Ritual Room", "hYCTFiAC", 1},
  264. {"Stripper", "jztW5Vuy", 1},
  265. {"Witch Map", "R9epW292", 1},
  266. {"Rainbow Tunnel", "8bznLitn", 1},
  267. {"Scary Map", "fNw46f74", 1},
  268. {"Nazi Camp", "KJNk4STm", 1},
  269. {"Night Club", 1281063730, 2},
  270. {"Da Club", "6UyLJheX", 1},
  271. }
  272.  
  273. local lists = {
  274. {scripttabList, "Scripts"},
  275. {fescripttabList, "FE Scripts"},
  276. {gameScriptsList, "Game Scripts"},
  277. {guitabList, "GUIs"},
  278. {mapsList, "Maps"},
  279. }
  280.  
  281. local tabs = {
  282. "Home",
  283. "Scripts",
  284. "FE Scripts",
  285. "GUIs",
  286. "Maps",
  287. "Audios",
  288. "Decals",
  289. "Executor",
  290. "ScriptSearch",
  291. "Game Scripts",
  292. "Settings",
  293. "Credits",
  294. }
  295.  
  296. local threshold = 185
  297. local transBackRunning = false
  298. local tweenTable = {}
  299. local function updateBack(...)
  300. local list = {...}
  301. local color = list[1]
  302. screenGui.Top.Main.BackgroundColor3 = color
  303. if list[2] and changeColorPickerBack == true then
  304. list[2].BackgroundColor3 = color
  305. end
  306. if round(color.g*255) >= threshold and round(color.b*255) >= threshold and darkBack == false or round(color.g*255) >= threshold and darkBack == false then
  307. if lightBack == true and transBackRunning == true then
  308. for _,tween in pairs(tweenTable) do
  309. tween:Pause()
  310. end
  311. end
  312. tweenTable = {}
  313. darkBack = true
  314. lightBack = false
  315. for i,v in pairs(screenGui.Top.Important:GetDescendants()) do
  316. local goal = {}
  317. goal.BackgroundColor3 = darkColor
  318. local customTween = tweenService:Create(v, TweenInfo.new(0.5), goal)
  319. table.insert(tweenTable, customTween)
  320. end
  321. transBackRunning = true
  322. for _,tween in pairs(tweenTable) do
  323. tween:Play()
  324. end
  325. tweenTable[1].Completed:Connect(function()
  326. transBackRunning = false
  327. end)
  328. elseif round(color.g*255) < threshold and round(color.b*255) < threshold and lightBack == false or round(color.g*255) < threshold and lightBack == false then
  329. if lightBack == true and transBackRunning == true then
  330. for _,tween in pairs(tweenTable) do
  331. tween:Pause()
  332. end
  333. end
  334. tweenTable = {}
  335. lightBack = true
  336. darkBack = false
  337. for i,v in pairs(screenGui.Top.Important:GetDescendants()) do
  338. local goal = {}
  339. goal.BackgroundColor3 = lightColor
  340. local customTween = tweenService:Create(v, TweenInfo.new(0.5), goal)
  341. table.insert(tweenTable, customTween)
  342. end
  343. transBackRunning = true
  344. for _,tween in pairs(tweenTable) do
  345. tween:Play()
  346. end
  347. tweenTable[1].Completed:Connect(function()
  348. transBackRunning = false
  349. end)
  350. end
  351. end
  352.  
  353. local function createFrame(Active, BackgroundColor3, BackgroundTransparency, BorderSizePixel, ClipsDescendants, Name, Parent, Position, Size)
  354. local Frame = Instance.new("Frame")
  355. Frame.Active = Active
  356. Frame.BackgroundColor3 = BackgroundColor3
  357. Frame.BackgroundTransparency = BackgroundTransparency
  358. Frame.BorderSizePixel = BorderSizePixel
  359. Frame.ClipsDescendants = ClipsDescendants
  360. Frame.Name = Name
  361. Frame.Parent = Parent
  362. Frame.Position = Position
  363. Frame.Size = Size
  364. return Frame
  365. end
  366.  
  367. local function createTextLabel(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Font, Name, Parent, Position, Size, Text, TextColor3, TextSize, TextWrapped, TextXAlignment, TextYAlignment, ZIndex)
  368. local TextLabel = Instance.new("TextLabel")
  369. TextLabel.BackgroundColor3 = BackgroundColor3
  370. TextLabel.BackgroundTransparency = BackgroundTransparency
  371. TextLabel.BorderSizePixel = BorderSizePixel
  372. TextLabel.Font = Font
  373. TextLabel.Name = Name
  374. TextLabel.Parent = Parent
  375. TextLabel.Position = Position
  376. TextLabel.Size = Size
  377. TextLabel.Text = Text
  378. TextLabel.TextColor3 = TextColor3
  379. TextLabel.TextSize = TextSize
  380. TextLabel.TextWrapped = TextWrapped
  381. TextLabel.TextXAlignment = TextXAlignment
  382. TextLabel.TextYAlignment = TextYAlignment
  383. TextLabel.ZIndex = ZIndex
  384. return TextLabel
  385. end
  386.  
  387. local function createTextBox(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Font, Name, Parent, PlaceholderText, Position, Size, Text, TextColor3, TextSize, TextWrapped, TextXAlignment, TextYAlignment)
  388. local TextBox = Instance.new("TextBox")
  389. TextBox.BackgroundColor3 = BackgroundColor3
  390. TextBox.BackgroundTransparency = BackgroundTransparency
  391. TextBox.BorderSizePixel = BorderSizePixel
  392. TextBox.Font = Font
  393. TextBox.Name = Name
  394. TextBox.Parent = Parent
  395. TextBox.PlaceholderText = PlaceholderText
  396. TextBox.Position = Position
  397. TextBox.Size = Size
  398. TextBox.Text = Text
  399. TextBox.TextColor3 = TextColor3
  400. TextBox.TextSize = TextSize
  401. TextBox.TextWrapped = TextWrapped
  402. TextBox.TextXAlignment = TextXAlignment
  403. TextBox.TextYAlignment = TextYAlignment
  404. return TextBox
  405. end
  406.  
  407. local function createTextButton(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Font, Name, Parent, Position, Size, Text, TextColor3, TextSize, ZIndex, func)
  408. local TextButton = Instance.new("TextButton")
  409. TextButton.BackgroundColor3 = BackgroundColor3
  410. TextButton.BackgroundTransparency = BackgroundTransparency
  411. TextButton.BorderSizePixel = BorderSizePixel
  412. TextButton.Font = Font
  413. TextButton.Name = Name
  414. TextButton.Parent = Parent
  415. TextButton.Position = Position
  416. TextButton.Size = Size
  417. TextButton.Text = Text
  418. TextButton.TextColor3 = TextColor3
  419. TextButton.TextSize = TextSize
  420. TextButton.ZIndex = ZIndex
  421. TextButton.MouseButton1Down:Connect(func)
  422. return TextButton
  423. end
  424.  
  425. local function createImageLabel(BackgroundTransparency, Image, Name, Parent, Position, Selectable, Size, ZIndex)
  426. local ImageLabel = Instance.new("ImageLabel")
  427. ImageLabel.BackgroundTransparency = BackgroundTransparency
  428. ImageLabel.Image = Image
  429. ImageLabel.Name = Name
  430. ImageLabel.Parent = Parent
  431. ImageLabel.Position = Position
  432. ImageLabel.Selectable = Selectable
  433. ImageLabel.Size = Size
  434. ImageLabel.ZIndex = ZIndex
  435. return ImageLabel
  436. end
  437.  
  438. local function createScrollingFrame(BackgroundColor3, BackgroundTransparency, BorderSizePixel, BottomImage, CanvasSize, MidImage, Name, Parent, Position, Rotation, ScrollBarThickness, Selectable, Size, TopImage, Visible)
  439. local ScrollingFrame = Instance.new("ScrollingFrame")
  440. ScrollingFrame.BackgroundColor3 = BackgroundColor3
  441. ScrollingFrame.BackgroundTransparency = BackgroundTransparency
  442. ScrollingFrame.BorderSizePixel = BorderSizePixel
  443. ScrollingFrame.BottomImage = BottomImage
  444. ScrollingFrame.CanvasSize = CanvasSize
  445. ScrollingFrame.MidImage = MidImage
  446. ScrollingFrame.Name = Name
  447. ScrollingFrame.Parent = Parent
  448. ScrollingFrame.Position = Position
  449. ScrollingFrame.Rotation = Rotation
  450. ScrollingFrame.ScrollBarThickness = ScrollBarThickness
  451. ScrollingFrame.Selectable = Selectable
  452. ScrollingFrame.Size = Size
  453. ScrollingFrame.TopImage = TopImage
  454. ScrollingFrame.Visible = Visible
  455. return ScrollingFrame
  456. end
  457.  
  458. function CreateInstance(cls,props)
  459. local inst = Instance.new(cls)
  460. for i,v in pairs(props) do
  461. inst[i] = v
  462. end
  463. return inst
  464. end
  465.  
  466. local pickerCreated = false
  467. local ColorPicker do
  468. ColorPicker = {}
  469.  
  470. local function createColorPick()
  471. local ColorPick = CreateInstance("ScreenGui",{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name="ColorPick",})
  472. local ColorPick2 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.39215689897537,0.39215689897537,0.39215689897537),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,450,0,330),SizeConstraint=0,Visible=true,ZIndex=1,Name="ColorPicker",Parent = ColorPick})
  473. local ColorPickBack = CreateInstance("Frame",{Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=colorPickerBack,BackgroundTransparency=0,BorderColor3=Color3.new(0.14509804546833,0.20784315466881,0.21176472306252),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(1, 0, 1, 0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Backdrop",Parent = ColorPick2})
  474. local ColorPick3 = CreateInstance("Frame",{Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.fromRGB(117, 117, 117),BackgroundTransparency=0.5,BorderColor3=Color3.new(0.14509804546833,0.20784315466881,0.21176472306252),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,25),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,-25),SizeConstraint=0,Visible=true,ZIndex=1,Name="Content",Parent = ColorPickBack})
  475. local ColorPick4 = CreateInstance("ImageLabel",{Image="rbxassetid://1072518502",ImageColor3=Color3.new(1,1,1),ImageRectOffset=Vector2.new(0,0),ImageRectSize=Vector2.new(0,0),ImageTransparency=0,ScaleType=0,SliceCenter=Rect.new(0,0,0,0),Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-30,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,13,0,200),SizeConstraint=0,Visible=true,ZIndex=1,Name="ColorStrip",Parent = ColorPick3})
  476. local ColorPick5 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-260,0,211),Rotation=0,Selectable=false,Size=UDim2.new(0,35,1,-245),SizeConstraint=0,Visible=true,ZIndex=1,Name="Preview",Parent = ColorPick3})
  477. local ColorPick6 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=true,Draggable=false,Position=UDim2.new(1,-261,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,222,0,202),SizeConstraint=0,Visible=true,ZIndex=1,Name="ColorSpaceFrame",Parent = ColorPick3})
  478. local ColorPick7 = CreateInstance("ImageLabel",{Image="rbxassetid://1072518406",ImageColor3=Color3.new(1,1,1),ImageRectOffset=Vector2.new(0,0),ImageRectSize=Vector2.new(0,0),ImageTransparency=0,ScaleType=0,SliceCenter=Rect.new(0,0,0,0),Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,1,0,1),Rotation=0,Selectable=false,Size=UDim2.new(0,220,0,200),SizeConstraint=0,Visible=true,ZIndex=1,Name="ColorSpace",Parent = ColorPick6})
  479. local ColorPick8 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,210,0,190),Rotation=0,Selectable=false,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=1,Name="Scope",Parent = ColorPick7})
  480. local ColorPick9 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,9,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,2,0,20),SizeConstraint=0,Visible=true,ZIndex=1,Name="Line",Parent = ColorPick8})
  481. local ColorPick10 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,9),Rotation=0,Selectable=false,Size=UDim2.new(0,20,0,2),SizeConstraint=0,Visible=true,ZIndex=1,Name="Line",Parent = ColorPick8})
  482. local ColorPick11 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.3137255012989,0.3137255012989,0.3137255012989),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,1),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,208),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick3})
  483. local ColorPick12 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-2,0,-4),Rotation=0,Selectable=false,Size=UDim2.new(0,8,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick11})
  484. local ColorPick13 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,8),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12})
  485. local ColorPick14 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,3,0,7),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,3),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12})
  486. local ColorPick15 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,4,0,6),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,5),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12})
  487. local ColorPick16 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,5,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,7),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12})
  488. local ColorPick17 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,9),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12})
  489. local ColorPick18 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-180,0,211),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Hue",Parent = ColorPick3})
  490. local ColorPick19 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick18})
  491. local ColorPick20 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick19})
  492. local ColorPick21 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick20})
  493. local ColorPick22 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick21})
  494. local ColorPick23 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick22})
  495. local ColorPick24 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick22})
  496. local ColorPick25 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick22})
  497. local ColorPick26 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick20})
  498. local ColorPick27 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick26})
  499. local ColorPick28 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick27})
  500. local ColorPick29 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick27})
  501. local ColorPick30 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick27})
  502. local ColorPick31 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Hue:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick18})
  503. local ColorPick32 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-180,0,233),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Sat",Parent = ColorPick3})
  504. local ColorPick33 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick32})
  505. local ColorPick34 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick33})
  506. local ColorPick35 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick34})
  507. local ColorPick36 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick35})
  508. local ColorPick37 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick36})
  509. local ColorPick38 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick36})
  510. local ColorPick39 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick36})
  511. local ColorPick40 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick34})
  512. local ColorPick41 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick40})
  513. local ColorPick42 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick41})
  514. local ColorPick43 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick41})
  515. local ColorPick44 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick41})
  516. local ColorPick45 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Sat:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick32})
  517. local ColorPick46 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-180,0,255),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Val",Parent = ColorPick3})
  518. local ColorPick47 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="255",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick46})
  519. local ColorPick48 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick47})
  520. local ColorPick49 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick48})
  521. local ColorPick50 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick49})
  522. local ColorPick51 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick50})
  523. local ColorPick52 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick50})
  524. local ColorPick53 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick50})
  525. local ColorPick54 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick48})
  526. local ColorPick55 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick54})
  527. local ColorPick56 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick55})
  528. local ColorPick57 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick55})
  529. local ColorPick58 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick55})
  530. local ColorPick59 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Val:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick46})
  531. local ColorPick60 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-63,0,233),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Green",Parent = ColorPick3})
  532. local ColorPick61 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick60})
  533. local ColorPick62 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick61})
  534. local ColorPick63 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick62})
  535. local ColorPick64 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick63})
  536. local ColorPick65 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick64})
  537. local ColorPick66 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick64})
  538. local ColorPick67 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick64})
  539. local ColorPick68 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick62})
  540. local ColorPick69 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick68})
  541. local ColorPick70 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick69})
  542. local ColorPick71 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick69})
  543. local ColorPick72 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick69})
  544. local ColorPick73 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Green:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick60})
  545. local ColorPick74 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-63,0,211),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Red",Parent = ColorPick3})
  546. local ColorPick75 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick74})
  547. local ColorPick76 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick75})
  548. local ColorPick77 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick76})
  549. local ColorPick78 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick77})
  550. local ColorPick79 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick78})
  551. local ColorPick80 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick78})
  552. local ColorPick81 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick78})
  553. local ColorPick82 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick76})
  554. local ColorPick83 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick82})
  555. local ColorPick84 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick83})
  556. local ColorPick85 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick83})
  557. local ColorPick86 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick83})
  558. local ColorPick87 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Red:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick74})
  559. local ColorPick88 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-63,0,255),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Blue",Parent = ColorPick3})
  560. local ColorPick89 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick88})
  561. local ColorPick90 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick89})
  562. local ColorPick91 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick90})
  563. local ColorPick92 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick91})
  564. local ColorPick93 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick92})
  565. local ColorPick94 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick92})
  566. local ColorPick95 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick92})
  567. local ColorPick96 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick90})
  568. local ColorPick97 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick96})
  569. local ColorPick98 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick97})
  570. local ColorPick99 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick97})
  571. local ColorPick100 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick97})
  572. local ColorPick101 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Blue:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick88})
  573. local ColorPick102 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="OK",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.18823531270027,0.18823531270027,0.18823531270027),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-210,1,-28),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,25),SizeConstraint=0,Visible=true,ZIndex=1,Name="Ok",Parent = ColorPick3})
  574. local ColorPick103 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="Cancel",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.18823531270027,0.18823531270027,0.18823531270027),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-105,1,-28),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,25),SizeConstraint=0,Visible=true,ZIndex=1,Name="Cancel",Parent = ColorPick3})
  575. local ColorPick104 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,5,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,180,0,200),SizeConstraint=0,Visible=true,ZIndex=1,Name="BasicColors",Parent = ColorPick3})
  576. local ColorPick105 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Basic Colors",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,-5),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,26),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick104})
  577. local ColorPick106 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,5,0,210),Rotation=0,Selectable=false,Size=UDim2.new(0,180,0,90),SizeConstraint=0,Visible=true,ZIndex=1,Name="CustomColors",Parent = ColorPick3})
  578. local ColorPick107 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Custom Colors (RC = Set)",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,20),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick106})
  579. local ColorPick108 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.fromRGB(84, 84, 84),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,25),SizeConstraint=0,Visible=true,ZIndex=1,Name="TopBar",Parent = ColorPick2})
  580. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", ColorPick108, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  581. local ColorPick109 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Color Picker",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,25,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,-50,0,25),SizeConstraint=0,Visible=true,ZIndex=1,Name="WindowTitle",Parent = ColorPick108})
  582. local ColorPick110 = CreateInstance("TextButton",{Font=4,FontSize=5,Text="X",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-27,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=1,Name="Close",Parent = ColorPick108})
  583. return ColorPick
  584. end
  585. local GuiTemplate = createColorPick()
  586.  
  587. ColorPicker.new = function()
  588. pickerCreated = true
  589. local newMt = setmetatable({},{})
  590.  
  591. local rootGui = GuiTemplate:Clone()
  592. rootGui.Parent = coreGui
  593. rootGui.Enabled = true
  594. pickerGui = rootGui.ColorPicker
  595. local pickerTopBar = pickerGui.TopBar
  596. backDrop = pickerGui.Backdrop
  597. local pickerFrame = pickerGui.Backdrop.Content
  598. local colorSpace = pickerFrame.ColorSpaceFrame.ColorSpace
  599. local colorStrip = pickerFrame.ColorStrip
  600. local previewFrame = pickerFrame.Preview
  601. local basicColorsFrame = pickerFrame.BasicColors
  602. local customColorsFrame = pickerFrame.CustomColors
  603. local okButton = pickerFrame.Ok
  604. local cancelButton = pickerFrame.Cancel
  605. local closeButton = pickerTopBar.Close
  606.  
  607. local colorScope = colorSpace.Scope
  608. local colorArrow = pickerFrame.ArrowFrame.Arrow
  609.  
  610. local hueInput = pickerFrame.Hue.Input
  611. local satInput = pickerFrame.Sat.Input
  612. local valInput = pickerFrame.Val.Input
  613.  
  614. local redInput = pickerFrame.Red.Input
  615. local greenInput = pickerFrame.Green.Input
  616. local blueInput = pickerFrame.Blue.Input
  617.  
  618. local user = game:GetService("UserInputService")
  619. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  620.  
  621. local hue,sat,val = Color3.toHSV(savedColor)
  622. local red,green,blue = savedColor.r, savedColor.g, savedColor.b
  623. local chosenColor = savedColor
  624.  
  625. local basicColors = {Color3.new(0,0,0),Color3.new(0.66666668653488,0,0),Color3.new(0,0.33333334326744,0),Color3.new(0.66666668653488,0.33333334326744,0),Color3.new(0,0.66666668653488,0),Color3.new(0.66666668653488,0.66666668653488,0),Color3.new(0,1,0),Color3.new(0.66666668653488,1,0),Color3.new(0,0,0.49803924560547),Color3.new(0.66666668653488,0,0.49803924560547),Color3.new(0,0.33333334326744,0.49803924560547),Color3.new(0.66666668653488,0.33333334326744,0.49803924560547),Color3.new(0,0.66666668653488,0.49803924560547),Color3.new(0.66666668653488,0.66666668653488,0.49803924560547),Color3.new(0,1,0.49803924560547),Color3.new(0.66666668653488,1,0.49803924560547),Color3.new(0,0,1),Color3.new(0.66666668653488,0,1),Color3.new(0,0.33333334326744,1),Color3.new(0.66666668653488,0.33333334326744,1),Color3.new(0,0.66666668653488,1),Color3.new(0.66666668653488,0.66666668653488,1),Color3.new(0,1,1),Color3.new(0.66666668653488,1,1),Color3.new(0.33333334326744,0,0),Color3.new(1,0,0),Color3.new(0.33333334326744,0.33333334326744,0),Color3.new(1,0.33333334326744,0),Color3.new(0.33333334326744,0.66666668653488,0),Color3.new(1,0.66666668653488,0),Color3.new(0.33333334326744,1,0),Color3.new(1,1,0),Color3.new(0.33333334326744,0,0.49803924560547),Color3.new(1,0,0.49803924560547),Color3.new(0.33333334326744,0.33333334326744,0.49803924560547),Color3.new(1,0.33333334326744,0.49803924560547),Color3.new(0.33333334326744,0.66666668653488,0.49803924560547),Color3.new(1,0.66666668653488,0.49803924560547),Color3.new(0.33333334326744,1,0.49803924560547),Color3.new(1,1,0.49803924560547),Color3.new(0.33333334326744,0,1),Color3.new(1,0,1),Color3.new(0.33333334326744,0.33333334326744,1),Color3.new(1,0.33333334326744,1),Color3.new(0.33333334326744,0.66666668653488,1),Color3.new(1,0.66666668653488,1),Color3.new(0.33333334326744,1,1),Color3.new(1,1,1)}
  626. local customColors = {}
  627.  
  628. local function updateColor(noupdate)
  629. local relativeX,relativeY,relativeStripY = 219 - hue*219, 199 - sat*199, 199 - val*199
  630. local hsvColor = Color3.fromHSV(hue,sat,val)
  631.  
  632. if noupdate == 2 or not noupdate then
  633. hueInput.Text = tostring(math.ceil(359*hue))
  634. satInput.Text = tostring(math.ceil(255*sat))
  635. valInput.Text = tostring(math.floor(255*val))
  636. end
  637. if noupdate == 1 or not noupdate then
  638. redInput.Text = tostring(math.floor(255*red))
  639. greenInput.Text = tostring(math.floor(255*green))
  640. blueInput.Text = tostring(math.floor(255*blue))
  641. end
  642.  
  643. chosenColor = Color3.new(red,green,blue)
  644.  
  645. colorScope.Position = UDim2.new(0,relativeX-9,0,relativeY-9)
  646. colorStrip.ImageColor3 = Color3.fromHSV(hue,sat,1)
  647. colorArrow.Position = UDim2.new(0,-2,0,relativeStripY-4)
  648. previewFrame.BackgroundColor3 = chosenColor
  649.  
  650. updateBack(chosenColor, backDrop)
  651.  
  652. newMt.Color = chosenColor
  653. if newMt.Changed then
  654. newMt:Changed(chosenColor)
  655. end
  656. end
  657.  
  658. local function colorSpaceInput()
  659. local relativeX = mouse.X - colorSpace.AbsolutePosition.X
  660. local relativeY = mouse.Y - colorSpace.AbsolutePosition.Y
  661.  
  662. if relativeX < 0 then relativeX = 0 elseif relativeX > 219 then relativeX = 219 end
  663. if relativeY < 0 then relativeY = 0 elseif relativeY > 199 then relativeY = 199 end
  664.  
  665. hue = (219 - relativeX)/219
  666. sat = (199 - relativeY)/199
  667.  
  668. local hsvColor = Color3.fromHSV(hue,sat,val)
  669. red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
  670.  
  671. updateColor()
  672. end
  673.  
  674. local function colorStripInput()
  675. local relativeY = mouse.Y - colorStrip.AbsolutePosition.Y
  676.  
  677. if relativeY < 0 then relativeY = 0 elseif relativeY > 199 then relativeY = 199 end
  678.  
  679. val = (199 - relativeY)/199
  680.  
  681. local hsvColor = Color3.fromHSV(hue,sat,val)
  682. red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
  683.  
  684. updateColor()
  685. end
  686.  
  687. local function hookButtons(frame,func)
  688. frame.ArrowFrame.Up.InputBegan:Connect(function(input)
  689. if input.UserInputType == Enum.UserInputType.MouseMovement then
  690. frame.ArrowFrame.Up.BackgroundTransparency = 0.5
  691. elseif input.UserInputType == Enum.UserInputType.MouseButton1 then
  692. local releaseEvent,runEvent
  693.  
  694. local startTime = tick()
  695. local pressing = true
  696. local startNum = tonumber(frame.Text)
  697.  
  698. if not startNum then return end
  699.  
  700. releaseEvent = user.InputEnded:Connect(function(input)
  701. if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
  702. releaseEvent:Disconnect()
  703. pressing = false
  704. end)
  705.  
  706. startNum = startNum + 1
  707. func(startNum)
  708. while pressing do
  709. if tick()-startTime > 0.3 then
  710. startNum = startNum + 1
  711. func(startNum)
  712. end
  713. wait(0.1)
  714. end
  715. end
  716. end)
  717.  
  718. frame.ArrowFrame.Up.InputEnded:Connect(function(input)
  719. if input.UserInputType == Enum.UserInputType.MouseMovement then
  720. frame.ArrowFrame.Up.BackgroundTransparency = 1
  721. end
  722. end)
  723.  
  724. frame.ArrowFrame.Down.InputBegan:Connect(function(input)
  725. if input.UserInputType == Enum.UserInputType.MouseMovement then
  726. frame.ArrowFrame.Down.BackgroundTransparency = 0.5
  727. elseif input.UserInputType == Enum.UserInputType.MouseButton1 then
  728. local releaseEvent,runEvent
  729.  
  730. local startTime = tick()
  731. local pressing = true
  732. local startNum = tonumber(frame.Text)
  733.  
  734. if not startNum then return end
  735.  
  736. releaseEvent = user.InputEnded:Connect(function(input)
  737. if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
  738. releaseEvent:Disconnect()
  739. pressing = false
  740. end)
  741.  
  742. startNum = startNum - 1
  743. func(startNum)
  744. while pressing do
  745. if tick()-startTime > 0.3 then
  746. startNum = startNum - 1
  747. func(startNum)
  748. end
  749. wait(0.1)
  750. end
  751. end
  752. end)
  753.  
  754. frame.ArrowFrame.Down.InputEnded:Connect(function(input)
  755. if input.UserInputType == Enum.UserInputType.MouseMovement then
  756. frame.ArrowFrame.Down.BackgroundTransparency = 1
  757. end
  758. end)
  759. end
  760.  
  761. colorSpace.InputBegan:Connect(function(input)
  762. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  763. local releaseEvent,mouseEvent
  764.  
  765. releaseEvent = user.InputEnded:Connect(function(input)
  766. if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
  767. releaseEvent:Disconnect()
  768. mouseEvent:Disconnect()
  769. end)
  770.  
  771. mouseEvent = user.InputChanged:Connect(function(input)
  772. if input.UserInputType == Enum.UserInputType.MouseMovement then
  773. colorSpaceInput()
  774. end
  775. end)
  776.  
  777. colorSpaceInput()
  778. end
  779. end)
  780.  
  781. colorStrip.InputBegan:Connect(function(input)
  782. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  783. local releaseEvent,mouseEvent
  784.  
  785. releaseEvent = user.InputEnded:Connect(function(input)
  786. if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
  787. releaseEvent:Disconnect()
  788. mouseEvent:Disconnect()
  789. end)
  790.  
  791. mouseEvent = user.InputChanged:Connect(function(input)
  792. if input.UserInputType == Enum.UserInputType.MouseMovement then
  793. colorStripInput()
  794. end
  795. end)
  796.  
  797. colorStripInput()
  798. end
  799. end)
  800.  
  801. local function updateHue(str)
  802. local num = tonumber(str)
  803. if num then
  804. hue = math.clamp(math.floor(num),0,359)/359
  805. local hsvColor = Color3.fromHSV(hue,sat,val)
  806. red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
  807. hueInput.Text = tostring(hue*359)
  808. updateColor(1)
  809. end
  810. end
  811. hueInput.FocusLost:Connect(function() updateHue(hueInput.Text) end) hookButtons(hueInput,updateHue)
  812.  
  813. local function updateSat(str)
  814. local num = tonumber(str)
  815. if num then
  816. sat = math.clamp(math.floor(num),0,255)/255
  817. local hsvColor = Color3.fromHSV(hue,sat,val)
  818. red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
  819. satInput.Text = tostring(sat*255)
  820. updateColor(1)
  821. end
  822. end
  823. satInput.FocusLost:Connect(function() updateSat(satInput.Text) end) hookButtons(satInput,updateSat)
  824.  
  825. local function updateVal(str)
  826. local num = tonumber(str)
  827. if num then
  828. val = math.clamp(math.floor(num),0,255)/255
  829. local hsvColor = Color3.fromHSV(hue,sat,val)
  830. red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
  831. valInput.Text = tostring(val*255)
  832. updateColor(1)
  833. end
  834. end
  835. valInput.FocusLost:Connect(function() updateVal(valInput.Text) end) hookButtons(valInput,updateVal)
  836.  
  837. local function updateRed(str)
  838. local num = tonumber(str)
  839. if num then
  840. red = math.clamp(math.floor(num),0,255)/255
  841. local newColor = Color3.new(red,green,blue)
  842. hue,sat,val = Color3.toHSV(newColor)
  843. redInput.Text = tostring(red*255)
  844. updateColor(2)
  845. end
  846. end
  847. redInput.FocusLost:Connect(function() updateRed(redInput.Text) end) hookButtons(redInput,updateRed)
  848.  
  849. local function updateGreen(str)
  850. local num = tonumber(str)
  851. if num then
  852. green = math.clamp(math.floor(num),0,255)/255
  853. local newColor = Color3.new(red,green,blue)
  854. hue,sat,val = Color3.toHSV(newColor)
  855. greenInput.Text = tostring(green*255)
  856. updateColor(2)
  857. end
  858. end
  859. greenInput.FocusLost:Connect(function() updateGreen(greenInput.Text) end) hookButtons(greenInput,updateGreen)
  860.  
  861. local function updateBlue(str)
  862. local num = tonumber(str)
  863. if num then
  864. blue = math.clamp(math.floor(num),0,255)/255
  865. local newColor = Color3.new(red,green,blue)
  866. hue,sat,val = Color3.toHSV(newColor)
  867. blueInput.Text = tostring(blue*255)
  868. updateColor(2)
  869. end
  870. end
  871. blueInput.FocusLost:Connect(function() updateBlue(blueInput.Text) end) hookButtons(blueInput,updateBlue)
  872.  
  873. local colorChoice = Instance.new("TextButton")
  874. colorChoice.Name = "Choice"
  875. colorChoice.Size = UDim2.new(0,25,0,18)
  876. colorChoice.BorderColor3 = Color3.new(96/255,96/255,96/255)
  877. colorChoice.Text = ""
  878. colorChoice.AutoButtonColor = false
  879.  
  880. local row = 0
  881. local column = 0
  882. for i,v in pairs(basicColors) do
  883. local newColor = colorChoice:Clone()
  884. newColor.BackgroundColor3 = v
  885. newColor.Position = UDim2.new(0,1 + 30*column,0,21 + 23*row)
  886.  
  887. newColor.MouseButton1Click:Connect(function()
  888. red,green,blue = v.r,v.g,v.b
  889. local newColor = Color3.new(red,green,blue)
  890. hue,sat,val = Color3.toHSV(newColor)
  891. updateColor()
  892. end)
  893.  
  894. newColor.Parent = basicColorsFrame
  895. column = column + 1
  896. if column == 6 then row = row + 1 column = 0 end
  897. end
  898.  
  899. row = 0
  900. column = 0
  901. for i = 1,12 do
  902. local color = customColors[i] or Color3.new(0,0,0)
  903. local newColor = colorChoice:Clone()
  904. newColor.BackgroundColor3 = color
  905. newColor.Position = UDim2.new(0,1 + 30*column,0,20 + 23*row)
  906.  
  907. newColor.MouseButton1Click:Connect(function()
  908. local curColor = customColors[i] or Color3.new(0,0,0)
  909. red,green,blue = curColor.r,curColor.g,curColor.b
  910. hue,sat,val = Color3.toHSV(curColor)
  911. updateColor()
  912. end)
  913.  
  914. newColor.MouseButton2Click:Connect(function()
  915. customColors[i] = chosenColor
  916. newColor.BackgroundColor3 = chosenColor
  917. end)
  918.  
  919. newColor.Parent = customColorsFrame
  920. column = column + 1
  921. if column == 6 then row = row + 1 column = 0 end
  922. end
  923.  
  924. pickerTopBar.InputBegan:Connect(function(input)
  925. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  926. local releaseEvent,mouseEvent
  927. local dragOffX,dragOffY = mouse.X-pickerTopBar.AbsolutePosition.X,mouse.Y-pickerTopBar.AbsolutePosition.Y
  928.  
  929. releaseEvent = user.InputEnded:Connect(function(input)
  930. if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
  931. releaseEvent:Disconnect()
  932. mouseEvent:Disconnect()
  933. end)
  934.  
  935. mouseEvent = user.InputChanged:Connect(function(input)
  936. if input.UserInputType == Enum.UserInputType.MouseMovement then
  937. pickerGui.Position = UDim2.new(0,mouse.X-dragOffX,0,mouse.Y-dragOffY)
  938. end
  939. end)
  940. end
  941. end)
  942.  
  943. okButton.MouseButton1Click:Connect(function() if newMt.Confirm then newMt:Confirm(chosenColor) end pickerGui.Visible = false savedColor = chosenColor colorPickerOpen = false end)
  944. okButton.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then okButton.BackgroundTransparency = 0.4 end end)
  945. okButton.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then okButton.BackgroundTransparency = 0 end end)
  946.  
  947. cancelButton.MouseButton1Click:Connect(function() if newMt.Cancel then newMt:Cancel() end pickerGui.Visible = false updateBack(savedColor, backDrop) colorPickerOpen = false end)
  948. cancelButton.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then cancelButton.BackgroundTransparency = 0.4 end end)
  949. cancelButton.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then cancelButton.BackgroundTransparency = 0 end end)
  950.  
  951. closeButton.MouseButton1Click:Connect(function() pickerGui.Visible = false updateBack(savedColor, backDrop) colorPickerOpen = false end)
  952.  
  953. updateColor()
  954.  
  955. newMt.SetColor = function(self,color)
  956. red,green,blue = color.r,color.g,color.b
  957. hue,sat,val = Color3.toHSV(color)
  958. updateColor()
  959. end
  960.  
  961. newMt.Gui = rootGui
  962.  
  963. return newMt
  964. end
  965. end
  966.  
  967. local rainbowColors = {
  968. Color3.fromRGB(0, 0, 255),
  969. Color3.fromRGB(255, 0, 0),
  970. Color3.fromRGB(255, 255, 0),
  971. Color3.fromRGB(0, 255, 0),
  972. Color3.fromRGB(0, 255, 255),
  973. }
  974.  
  975. local rainbow = false
  976. local customRainbow = false
  977. local rainbowReset = false
  978. local rainbowStart = 1
  979. local currentRainbow = nil
  980.  
  981. spawn(function()
  982. while wait() do
  983. if rainbow == true then
  984. for i,v in pairs(rainbowColors) do
  985. local start = rainbowColors[i]
  986. local rEnd = i + 1
  987. if not rainbowColors[rEnd] then
  988. rEnd = 1
  989. end
  990. if customRainbow == true then
  991. local back = screenGui.Top.Main.BackgroundColor3
  992. start = back
  993. end
  994. for num = rainbowCount, 1, -1 do
  995. currentRainbow = start:Lerp(rainbowColors[rEnd], (rainbowCount - num)/rainbowCount)
  996. if rainbow == true then
  997. updateBack(currentRainbow)
  998. else
  999. break
  1000. end
  1001. wait()
  1002. end
  1003. customRainbow = false
  1004. end
  1005. if rainbowReset == true then
  1006. rainbowReset = false
  1007. rainbow = false
  1008. currentRainbow = screenGui.Top.Main.BackgroundColor3
  1009. for num = rainbowCount, 1, -1 do
  1010. currentRainbow = currentRainbow:Lerp(savedColor, (rainbowCount - num)/rainbowCount)
  1011. updateBack(currentRainbow)
  1012. if rainbow == true then
  1013. rainbowReset = false
  1014. break
  1015. end
  1016. wait()
  1017. end
  1018. wait()
  1019. end
  1020. end
  1021. end
  1022. end)
  1023.  
  1024. --Intro
  1025. screenGui = Instance.new("ScreenGui")
  1026. screenGui.Parent = coreGui
  1027. screenGui.Name = "Introooo"
  1028. screenGui.Enabled = false
  1029.  
  1030. createFrame(false, Color3.fromRGB(59, 59, 59), 0, 0, true, "Intro", screenGui, UDim2.new(0.5, -188, 0.5, -84), UDim2.new(0, 376, 0, 169))
  1031.  
  1032. createTextLabel(Color3.fromRGB(84, 84, 84), 0, 0, Enum.Font.SourceSansBold, "Top", screenGui.Intro, UDim2.new(0, 0, 0, 0), UDim2.new(0, 376, 0, 25), "</> Rose Hub </>", Color3.fromRGB(255, 255, 255), 25, true, Enum.TextXAlignment.Center, Enum.TextYAlignment.Top, 1)
  1033.  
  1034. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Intro.Top, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1035.  
  1036. createTextLabel(Color3.fromRGB(255, 255, 255), 1, 1, Enum.Font.SourceSansBold, "Loading", screenGui.Intro, UDim2.new(0, 88, 0, 139), UDim2.new(0, 200, 0, 30), "Loading...", Color3.fromRGB(255, 255, 255), 20, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
  1037.  
  1038. createTextLabel(Color3.fromRGB(255, 255, 255), 1, 1, Enum.Font.SourceSansBold, "Motto", screenGui.Intro, UDim2.new(0, 88, 0, 25), UDim2.new(0, 200, 0, 33), [["Innovating Creativity"]], Color3.fromRGB(255, 255, 255), 17, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
  1039.  
  1040. createFrame(false, Color3.fromRGB(255, 255, 255), 0.65, 1, false, "Background", screenGui.Intro, UDim2.new(0, 19, 0, 75), UDim2.new(0, 338, 0, 33))
  1041.  
  1042. createFrame(false, Color3.fromRGB(255, 255, 255), 0, 0, false, "Bar", screenGui.Intro.Background, UDim2.new(0, 0, 0, 0), UDim2.new(0, 0, 0, 33))
  1043.  
  1044. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Intro.Background, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1045.  
  1046. tweening = true
  1047.  
  1048. screenGui.Intro.Size = UDim2.new(0, 0, 0, 25)
  1049.  
  1050. wait()
  1051.  
  1052. screenGui.Enabled = true
  1053.  
  1054. screenGui.Intro:TweenSize(UDim2.new(0, 376, 0, 25), "Out", "Quad", 0.5)
  1055.  
  1056. wait(0.5)
  1057. wait()
  1058.  
  1059. screenGui.Intro:TweenSize(UDim2.new(0, 376, 0, 169), "Out", "Quad", 0.5)
  1060.  
  1061. wait(0.5)
  1062.  
  1063. screenGui.Intro.Background.Bar:TweenSize(UDim2.new(1, 0, 0, 33), "Out", "Quad", 3)
  1064.  
  1065. intro = screenGui
  1066.  
  1067. --Create Gui
  1068. gui = Instance.new("ScreenGui")
  1069. gui.Parent = coreGui
  1070. gui.Name = "RoseHub"
  1071. gui.Enabled = false
  1072.  
  1073. local uiScale = Instance.new("UIScale")
  1074. uiScale.Scale = 1.1
  1075. uiScale.Parent = gui
  1076.  
  1077. createFrame(true, Color3.fromRGB(255, 255, 255), 1, 0, false, "Main", gui, UDim2.new(0.5, -180, 0.5, -172), UDim2.new(0, 361, 0, 344))
  1078.  
  1079. gui.Main.Active = true
  1080. gui.Main.Draggable = true
  1081. gui.Main.ClipsDescendants = true
  1082.  
  1083. createTextButton(Color3.fromRGB(84, 84, 84), 0, 0, Enum.Font.SourceSansBold, "Open", gui, UDim2.new(0, 0, 0.75, 0), UDim2.new(0, 75, 0, 30), "Open", textColor, 14, 1, function()
  1084. if tweening == false then
  1085. tweening = true
  1086. gui.Open:TweenPosition(UDim2.new(0, -75, 0.75, 0), "Out", "Quad", 0.25)
  1087. wait(0.25)
  1088. gui.Main:TweenSize(UDim2.new(0, 361, 0, 31), "Out", "Quad", 0.5)
  1089. wait(0.5)
  1090. wait()
  1091. gui.Main:TweenSize(UDim2.new(0, 361, 0, 347), "Out", "Quad", 0.5)
  1092. wait(0.5)
  1093. tweening = false
  1094. end
  1095. end)
  1096.  
  1097. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", gui.Open, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1098.  
  1099. screenGui = gui.Main
  1100.  
  1101. createFrame(true, Color3.fromRGB(84, 84, 84), 0, 0, false, "Top", screenGui, UDim2.new(0, 0, 0, 0), UDim2.new(0, 361, 0, 31))
  1102. createFrame(false, savedColor, 0, 0, false, "Main", screenGui.Top, UDim2.new(0, 0, 0.984, 0), UDim2.new(0, 361, 0, 313))
  1103.  
  1104. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Main, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1105.  
  1106. createFrame(false, Color3.fromRGB(117, 117, 117), 0.5, 0, false, "Tabs", screenGui.Top, UDim2.new(0, 0, 1, 0), UDim2.new(0, 110, 0, 313))
  1107.  
  1108. createFrame(false, backColor, 1, 0, true, "Important", screenGui.Top, UDim2.new(0.36, 0, 1.516, 0), UDim2.new(0, 211, 0, 281))
  1109.  
  1110. local underline = createFrame(false, backColor, 0, 0, false, "Frame", screenGui.Top.Tabs, UDim2.new(0, 20, 0, 25), UDim2.new(0, 70, 0, 2))
  1111.  
  1112. --Create Tabs Function
  1113. local tabPos = 0
  1114. local oldTab = tabs[1]
  1115. for _,tab in pairs(tabs) do
  1116. local tabFrame = createFrame(false, Color3.fromRGB(117, 117, 117), 0.75, 0, false, tab.."Tab", screenGui.Top.Important, UDim2.new(-1, 0, 0, 0), UDim2.new(0, 211, 0, 281))
  1117. local tweenPos = tabPos + 22
  1118. createTextButton(backColor, 1, 1, Enum.Font.SourceSansBold, tab, screenGui.Top.Tabs, UDim2.new(0, 0, 0, tabPos), UDim2.new(0, 110, 0, 26), tab, textColor, 14, 1, function()
  1119. if tweening == false and tab ~= oldTab then
  1120. tweening = true
  1121. underline:TweenSizeAndPosition(UDim2.new(0, 2, 0, 0), UDim2.new(0, 55, 0, underline.Position.Y.Offset), "Out", "Quad", tweenSpeed)
  1122. local newUnderline = createFrame(false, backColor, 0, 0, false, "Frame", screenGui.Top.Tabs, UDim2.new(0, 55, 0, tweenPos), UDim2.new(0, 0, 0, 2))
  1123. newUnderline:TweenSizeAndPosition(UDim2.new(0, screenGui.Top.Tabs[tab].TextBounds.X, 0, 2), UDim2.new(0, 55 - screenGui.Top.Tabs[tab].TextBounds.X/2, 0, tweenPos), "Out", "Quad", tweenSpeed)
  1124. screenGui.Top.Important[oldTab.."Tab"]:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Quad", tweenSpeed)
  1125. screenGui.Top.Important[tab.."Tab"]:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", tweenSpeed)
  1126. screenGui.Top.CurrentTab:TweenSize(UDim2.new(0, 0, 0, 31), "Out", "Quad", tweenSpeed/2)
  1127. wait(tweenSpeed/2)
  1128. screenGui.Top.CurrentTab.Label.Text = tab
  1129. screenGui.Top.CurrentTab:TweenSize(UDim2.new(0, 109, 0, 31), "Out", "Quad", tweenSpeed/2)
  1130. wait(tweenSpeed/2)
  1131. screenGui.Top.Important[oldTab.."Tab"].Position = UDim2.new(-1, 0, 0, 0)
  1132. underline:Destroy()
  1133. underline = newUnderline
  1134. oldTab = tab
  1135. tweening = false
  1136. end
  1137. end)
  1138. tabPos = tabPos + 26
  1139. end
  1140. screenGui.Top.Important[tabs[1].."Tab"].Position = UDim2.new(0, 0, 0, 0)
  1141. underline.Size = UDim2.new(0, screenGui.Top.Tabs[tabs[1]].TextBounds.X, 0, 2)
  1142. underline.Position = UDim2.new(0, 55 - screenGui.Top.Tabs[tabs[1]].TextBounds.X/2, 0, 22)
  1143.  
  1144. createTextLabel(backColor, 1, 1, Enum.Font.SourceSansBold, "Name", screenGui.Top, UDim2.new(0, 45, 0, 0), UDim2.new(0, 109, 1, 0), "Rose Hub "..VERSION, textColor, 18, true, Enum.TextXAlignment.Left, Enum.TextYAlignment.Center, 1)
  1145.  
  1146. createTextButton(backColor, 1, 0, Enum.Font.SourceSansBold, "Close", screenGui.Top, UDim2.new(0.898, 0, 0, 0), UDim2.new(0, 36, 0, 31), "X", textColor, 18, 1, function()
  1147. if tweening == false then
  1148. tweening = true
  1149. gui.Main:TweenSize(UDim2.new(0, 361, 0, 31), "Out", "Quad", 0.5)
  1150. wait(0.5)
  1151. gui.Main:TweenSize(UDim2.new(0, 0, 0, 31), "Out", "Quad", 0.5)
  1152. wait(0.5)
  1153. wait()
  1154. gui.Open:TweenPosition(UDim2.new(0, 0, 0.75, 0), "Out", "Quad", 0.25)
  1155. wait(0.25)
  1156. tweening = false
  1157. end
  1158. end)
  1159.  
  1160. local singleImageButton = Instance.new("ImageButton")
  1161. singleImageButton.BackgroundColor3 = backColor
  1162. singleImageButton.BackgroundTransparency = 1
  1163. singleImageButton.Image = "rbxassetid://708157521"
  1164. singleImageButton.Parent = screenGui.Top
  1165. singleImageButton.Position = UDim2.new(0.033, 0, 0.129, 0)
  1166. singleImageButton.ScaleType = Enum.ScaleType.Fit
  1167. singleImageButton.Size = UDim2.new(0, 24, 0, 23)
  1168. singleImageButton.MouseButton1Down:Connect(function()
  1169. --Stuff
  1170. end)
  1171.  
  1172. --Home Tab
  1173. createTextLabel(backColor, 1, 1, Enum.Font.SourceSansBold, "Part1", screenGui.Top.Important.HomeTab, UDim2.new(0.024, 0, 0.009, 0), UDim2.new(0, 200, 0, 50), "Welcome to Rose Hub!", textColor, 20, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
  1174.  
  1175. createTextButton(backColor, 0.75, 0, Enum.Font.SourceSansBold, "Discord", screenGui.Top.Important.HomeTab, UDim2.new(0.024, 0, 0.721, 0), UDim2.new(0, 200, 0, 50), "Discord Server:\nhttps://discord.me/rosehub", textColor, 14, 1, function()
  1176.  
  1177. end)
  1178.  
  1179. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.HomeTab.Discord, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1180.  
  1181. createTextLabel(backColor, 1, 0, Enum.Font.SourceSans, "Explanation", screenGui.Top.Important.HomeTab, UDim2.new(0, 0, 0.174, 0), UDim2.new(0, 211, 0, 141), [[To get started click the tabs to find what scripts your looking for.
  1182. The scrolling bar is invisible so to scroll use your scroll wheel.
  1183.  
  1184. Want scripts or features added?
  1185.  
  1186. Join our Discord for Support donations and more!]], textColor, 14, true, Enum.TextXAlignment.Center, Enum.TextYAlignment.Top, 4)
  1187.  
  1188. --All Script Tabs
  1189. --Sort lists and insert them
  1190. for _,list in pairs(lists) do
  1191. local toSort = {}
  1192. local sortedList = {}
  1193. local pos = 0
  1194.  
  1195. for _,v in pairs(list[1]) do
  1196. table.insert(toSort, v[1])
  1197. end
  1198.  
  1199. table.sort(toSort)
  1200.  
  1201. for i,name in pairs(toSort) do
  1202. for i,actualTable in pairs(list[1]) do
  1203. if name == actualTable[1] then
  1204. table.insert(sortedList, {actualTable[1], actualTable[2], actualTable[3]})
  1205. end
  1206. end
  1207. end
  1208.  
  1209. --Make Holding Frame
  1210. createScrollingFrame(backColor, 0.8, 0, "", UDim2.new(0, 0, 0, 0), "", "Holder", screenGui.Top.Important[list[2].."Tab"], UDim2.new(0, 10, 0, 38), 0, 0, false, UDim2.new(1, -20, 1, -48), "", true)
  1211.  
  1212. --Function to create the buttons
  1213. local function createButons(text)
  1214. pos = 5
  1215. for _,button in pairs(sortedList) do
  1216. if text == "" or string.match(string.lower(button[1]), string.lower(text)) then
  1217. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSans, button[1], screenGui.Top.Important[list[2].."Tab"].Holder, UDim2.new(0, 5, 0, pos), UDim2.new(0, 181, 0, 20), button[1], textColor, 14, 1, function()
  1218. if button[3] == 1 then
  1219. loadstring(game:HttpGet("https://pastebin.com/raw/"..button[2], true))()
  1220. elseif button[3] == 2 then
  1221. loadstring(game:GetObjects("rbxassetid://"..button[2])[1].Source)()
  1222. end
  1223. end)
  1224. pos = pos + 23
  1225. end
  1226. end
  1227. end
  1228.  
  1229. --Remove Buttons and create new on search
  1230. local function removeButtons()
  1231. for _,button in pairs(screenGui.Top.Important[list[2].."Tab"].Holder:GetChildren()) do
  1232. button:Destroy()
  1233. end
  1234. end
  1235.  
  1236. --Search Function
  1237. createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSans, "Search", screenGui.Top.Important[list[2].."Tab"], "Search "..list[2], UDim2.new(0, 10, 0, 10), UDim2.new(1, -20, 0, 22), "", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center)
  1238. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important[list[2].."Tab"].Search, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1239. screenGui.Top.Important[list[2].."Tab"].Search.PlaceholderColor3 = textColor
  1240. screenGui.Top.Important[list[2].."Tab"].Search.PlaceholderText = "Search "..list[2]
  1241. local function searchBar(chosenList)
  1242. local search = screenGui.Top.Important[chosenList.."Tab"].Search
  1243. local currentSearch = ""
  1244. search.Changed:connect(function(property)
  1245. if property == "Text" then
  1246. if search.Text ~= "" and search.Text ~= currentSearch then
  1247. currentSearch = search.Text
  1248. removeButtons()
  1249. createButons(search.Text)
  1250. elseif search.Text == "" and currentSearch.Text ~= "" then
  1251. currentSearch = search.Text
  1252. removeButtons()
  1253. createButons("")
  1254. end
  1255. end
  1256. end)
  1257. end
  1258.  
  1259. searchBar(list[2])
  1260.  
  1261. --Create Buttons with no search
  1262. createButons("")
  1263.  
  1264. screenGui.Top.Important[list[2].."Tab"].Holder.CanvasSize = UDim2.new(1, 0, 0, pos + 2)
  1265. end
  1266.  
  1267. --Executor Tab
  1268. local movedExec = false
  1269. local movingText = false
  1270.  
  1271. local execHolder = createScrollingFrame(backColor, mainTrans, 0, "rbxasset://textures/ui/Scroll/scroll-bottom.png", UDim2.new(0, 0, 0, 0), "rbxasset://textures/ui/Scroll/scroll-middle.png", "Holder", screenGui.Top.Important.ExecutorTab, UDim2.new(0, 10, 0, 10), 0, 10, false, UDim2.new(1, -20, 1, -56), "rbxasset://textures/ui/Scroll/scroll-top.png", true)
  1272. execHolder.Changed:connect(function(property)
  1273. if property == "CanvasPosition" then
  1274. if movingText == false then
  1275. if execInput.TextBounds.Y - execHolder.CanvasPosition.Y <= 201 then
  1276. movedExec = false
  1277. else
  1278. movedExec = true
  1279. end
  1280. end
  1281. end
  1282. end)
  1283.  
  1284. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "execute", screenGui.Top.Important.ExecutorTab, UDim2.new(0, 10, 1, -41), UDim2.new(0, 93, 0, 31), "Execute", textColor, 15, 3, function()
  1285. pcall(function()
  1286. loadstring(execInput.Text)()
  1287. end)
  1288. end)
  1289.  
  1290. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.ExecutorTab.execute, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1291.  
  1292. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "clear", screenGui.Top.Important.ExecutorTab, UDim2.new(0, 108, 1, -41), UDim2.new(0, 93, 0, 31), "Clear", textColor, 15, 3, function()
  1293. execInput.Text = ""
  1294. end)
  1295.  
  1296. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.ExecutorTab.clear, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1297.  
  1298. execInput = createTextBox(backColor, 1, 0, Enum.Font.SourceSans, "input", screenGui.Top.Important.ExecutorTab.Holder, "Input script here...", UDim2.new(0, 10, 0, 10), UDim2.new(0, 170, 1, 0), "", textColor, 14, true, Enum.TextXAlignment.Left, Enum.TextYAlignment.Top)
  1299. execInput.ClearTextOnFocus = false
  1300. execInput.MultiLine = true
  1301. execInput.Changed:connect(function(property)
  1302. if property == "Text" then
  1303. movingText = true
  1304. execHolder.CanvasSize = UDim2.new(1, -20, 0, execInput.TextBounds.Y + execInput.TextSize + 10)
  1305. if movedExec == false and execInput.TextBounds.Y - execHolder.CanvasPosition.Y >= 205 then
  1306. execHolder.CanvasPosition = Vector2.new(0, execInput.TextBounds.Y + 224 + execInput.TextSize + 10)
  1307. movedExec = false
  1308. elseif movedExec == true and execInput.TextBounds.Y < 224 then
  1309. movedExec = false
  1310. end
  1311. movingText = false
  1312. end
  1313. end)
  1314.  
  1315. --Settings
  1316. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "colorpickopen", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10, 0, 10), UDim2.new(0, 93, 0, 31), "Color Picker", textColor, 15, 3, function()
  1317. if colorPickerOpen == false then
  1318. colorPickerOpen = true
  1319. if rainbow == true then
  1320. rainbow = false
  1321. rainbowReset = true
  1322. end
  1323. if pickerCreated ~= true then
  1324. ColorPicker.new()
  1325. else
  1326. pickerGui.Visible = true
  1327. end
  1328. end
  1329. end)
  1330.  
  1331. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.colorpickopen, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1332.  
  1333. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "ResetGui", screenGui.Top.Important.SettingsTab, UDim2.new(0, 108, 0, 10), UDim2.new(0, 93, 0, 31), "Reset Gui", textColor, 15, 3, function()
  1334. rainbowReset = true
  1335. rainbow = false
  1336. rainbowCount = 75
  1337. changeColorPickerBack = true
  1338. backDrop.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  1339. updateBack(Color3.fromRGB(59, 59, 59))
  1340. savedColor = Color3.fromRGB(59, 59, 59)
  1341. end)
  1342.  
  1343. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.ResetGui, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1344.  
  1345. createFrame(false, backColor, mainTrans, 0, false, "RainbowFrame", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10, 0, 46), UDim2.new(1, -20, 0, 111))
  1346.  
  1347. createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "SpeedLabel", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 10, 0, 46), UDim2.new(0, 90, 0, 25), "Speed: "..tostring(rainbowCount), textColor, 15, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
  1348.  
  1349. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.SpeedLabel, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1350.  
  1351. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowSet", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 135, 0, 46), UDim2.new(0, 44, 0, 25), "Set", textColor, 15, 3, function()
  1352. local speed = screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowBox.Text
  1353. if tonumber(speed) and tonumber(speed) >= 1 then
  1354. rainbowCount = tonumber(speed)
  1355. screenGui.Top.Important.SettingsTab.RainbowFrame.SpeedLabel.Text = "Speed: "..tostring(speed)
  1356. end
  1357. end)
  1358.  
  1359. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowSet, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1360.  
  1361. createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowBox", screenGui.Top.Important.SettingsTab.RainbowFrame, "", UDim2.new(0, 105, 0, 46), UDim2.new(0, 25, 0, 25), tostring(rainbowCount), textColor, 15, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, true)
  1362.  
  1363. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowBox, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1364.  
  1365. createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowLabel", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 10, 0, 10), UDim2.new(0, 170, 0, 31), "Rainbow Background", textColor, 15, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
  1366.  
  1367. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowLabel, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1368.  
  1369. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowOn", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 10, 0, 76), UDim2.new(0, 83, 0, 25), "Enabled", textColor, 15, 3, function()
  1370. if rainbow == false and colorPickerOpen == false then
  1371. customRainbow = true
  1372. rainbow = true
  1373. rainbowReset = false
  1374. end
  1375. end)
  1376.  
  1377. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowOn, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1378.  
  1379. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowOff", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 98, 0, 76), UDim2.new(0, 83, 0, 25), "Disabled", textColor, 15, 3, function()
  1380. if rainbow == true and colorPickerOpen == false then
  1381. rainbow = false
  1382. rainbowReset = true
  1383. end
  1384. end)
  1385.  
  1386. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowOff, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1387.  
  1388. createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSans, "ColorPickerBackgroundChangeLabel", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10,0, 162), UDim2.new(1, -20, 0, 31), "Change Color Picker Background", textColor, 15, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
  1389.  
  1390. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.ColorPickerBackgroundChangeLabel, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1391.  
  1392. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "PickerBackgroundOn", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10, 0, 198), UDim2.new(0, 93, 0, 25), "Enabled", textColor, 15, 1, function()
  1393. if changeColorPickerBack == false then
  1394. changeColorPickerBack = true
  1395. end
  1396. end)
  1397.  
  1398. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "PickerBackgroundOff", screenGui.Top.Important.SettingsTab, UDim2.new(0, 108, 0, 198), UDim2.new(0, 93, 0, 25), "Disabled", textColor, 15, 1, function()
  1399. if changeColorPickerBack == true then
  1400. changeColorPickerBack = false
  1401. end
  1402. end)
  1403.  
  1404. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "SaveSettings", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10, 0, 228), UDim2.new(1, -20, 0, 31), "Save Settings", textColor, 15, 3, function()
  1405. if savingSettings == false then
  1406. savingSettings = true
  1407. if writefile then
  1408. local back = colorPickerBack
  1409. if backDrop then
  1410. back = backDrop.BackgroundColor3
  1411. end
  1412. saveSetting(savedColor, back, changeColorPickerBack, mainTrans, rainbow, rainbowCount)
  1413. screenGui.Top.Important.SettingsTab.SaveSettings.Text = "Settings Saved!"
  1414. wait(1)
  1415. else
  1416. screenGui.Top.Important.SettingsTab.SaveSettings.Text = "Exploit not Supported :("
  1417. wait(1)
  1418. end
  1419. screenGui.Top.Important.SettingsTab.SaveSettings.Text = "Save Settings"
  1420. savingSettings = false
  1421. end
  1422. end)
  1423.  
  1424. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.SaveSettings, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1425.  
  1426. --Credits
  1427. createTextLabel(backColor, 1, 1, Enum.Font.Highway, "CreditsTxt", screenGui.Top.Important.CreditsTab, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), [[Humanoid
  1428. Humanoid#1337
  1429.  
  1430. Zwolf
  1431. Zwolf#3762
  1432.  
  1433. Alex
  1434. Alex the Great#9740
  1435.  
  1436. Tom
  1437. tomisapussycat#0409
  1438.  
  1439. Moon
  1440. Moon#6245]], textColor, 20, true, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
  1441.  
  1442. --Script Search
  1443. createTextLabel(backColor, 1, 0, Enum.Font.SourceSansBold, "Sad", screenGui.Top.Important.ScriptSearchTab, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), "Soon to Come", textColor, 15, true, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
  1444.  
  1445. --Audios Tab
  1446. local volume = 1
  1447. local audioPage = 1
  1448.  
  1449. local function stopSounds()
  1450. for _,obj in pairs(lighting:GetChildren()) do
  1451. if obj:IsA("Sound") then
  1452. obj:Destroy()
  1453. end
  1454. end
  1455. for _,obj in pairs(mWorkspace:GetChildren()) do
  1456. if obj:IsA("Sound") then
  1457. obj:Destroy()
  1458. end
  1459. end
  1460. end
  1461.  
  1462. local function playSong(id)
  1463. stopSounds()
  1464. local sound = Instance.new("Sound")
  1465. sound.Parent = lighting
  1466. sound.SoundId = "rbxassetid://"..tostring(id)
  1467. sound.Volume = volume
  1468. sound.Name = "RoseHubSound"
  1469. sound.Looped = true
  1470. sound.Playing = true
  1471. end
  1472.  
  1473. local audioHolder = createScrollingFrame(backColor, 0.8, 0, "", UDim2.new(0, 0, 0, 0), "", "Holder", screenGui.Top.Important.AudiosTab, UDim2.new(0, 10, 0, 96), 0, 0, false, UDim2.new(1, -20, 0, 145), "", true)
  1474.  
  1475. local audioInputBox = createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSans, "audioinput", screenGui.Top.Important.AudiosTab, "Search Audios", UDim2.new(0, 10, 0, 10), UDim2.new(0, 140, 0, 25), "", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center)
  1476. audioInputBox.PlaceholderColor3 = textColor
  1477.  
  1478. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.audioinput, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1479.  
  1480. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "Stop", screenGui.Top.Important.AudiosTab, UDim2.new(0, 10, 0, 38), UDim2.new(0, 62, 0, 25), "Stop", textColor, 15, 1, function()
  1481. stopSounds()
  1482. end)
  1483.  
  1484. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.Stop, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1485.  
  1486. local volumeBox = createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "VolumeBox", screenGui.Top.Important.AudiosTab, "Volume", UDim2.new(0, 75, 0, 38), UDim2.new(0, 61, 0, 25), "Volume", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center)
  1487.  
  1488. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.VolumeBox, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1489.  
  1490. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "Set", screenGui.Top.Important.AudiosTab, UDim2.new(0, 139, 0, 38), UDim2.new(0, 62, 0, 25), "Set", textColor, 15, 1, function()
  1491. if tonumber(volumeBox.Text) then
  1492. volume = tonumber(volumeBox.Text)
  1493. pcall(function()
  1494. lighting.RoseHubSound.Volume = volume
  1495. end)
  1496. end
  1497. end)
  1498.  
  1499. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.Set, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1500.  
  1501. local currentSong = createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSans, "CurrentSong", screenGui.Top.Important.AudiosTab, UDim2.new(0, 10, 0, 66), UDim2.new(1, -20, 0, 25), "Current Song", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
  1502.  
  1503. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.CurrentSong, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1504.  
  1505. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "PreviousPage", screenGui.Top.Important.AudiosTab, UDim2.new(0, 10, 0, 246), UDim2.new(0, 94, 0, 25), "Previous Page", textColor, 15, 1, function()
  1506. if audioPage > 1 then
  1507. audioPage = audioPage - 1
  1508. createAudios(audioPage)
  1509. end
  1510. end)
  1511.  
  1512. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.PreviousPage, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1513.  
  1514. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "NextPage", screenGui.Top.Important.AudiosTab, UDim2.new(0, 107, 0, 246), UDim2.new(0, 94, 0, 25), "Next Page", textColor, 15, 1, function()
  1515. audioPage = audioPage + 1
  1516. createAudios(audioPage)
  1517. end)
  1518.  
  1519. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.NextPage, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1520.  
  1521. function createAudios(audioPage)
  1522. local audioKeyword = audioInputBox.Text
  1523. local json = "https://search.roblox.com/catalog/json?Category=Audio&Keyword="..audioKeyword.."&ResultsPerPage=25&PageNumber="..tostring(audioPage)
  1524. local gotJson = game:HttpGet(json, true)
  1525. local rawResult = httpService:JSONDecode(gotJson)
  1526. local pos = 5
  1527. for _,button in pairs(audioHolder:GetChildren()) do
  1528. button:Destroy()
  1529. end
  1530. for _,tab in pairs(rawResult) do
  1531. local scale = false
  1532. local button = createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSans, tab.Name, screenGui.Top.Important.AudiosTab.Holder, UDim2.new(0, 5, 0, pos), UDim2.new(0, 181, 0, 20), tab.Name, textColor, 14, 1, function()
  1533. playSong(tab.AssetId)
  1534. currentSong.Text = tab.Name
  1535. currentSong.TextScaled = scale
  1536. end)
  1537. if button.TextBounds.X > button.Size.X.Offset then
  1538. button.TextScaled = true
  1539. scale = true
  1540. end
  1541. pos = pos + 23
  1542. end
  1543. audioHolder.CanvasSize = UDim2.new(0, 0, 0, pos + 2)
  1544. end
  1545.  
  1546. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "search", screenGui.Top.Important.AudiosTab, UDim2.new(0, 153, 0, 10), UDim2.new(0, 48, 0, 25), "Search", textColor, 15, 3, function()
  1547. createAudios(1)
  1548. end)
  1549.  
  1550. --Remove pcall
  1551. pcall(function()
  1552. createAudios(1)
  1553. end)
  1554.  
  1555. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.search, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1556.  
  1557. --Decals Tab
  1558. local decalsPage = 1
  1559.  
  1560. local decalsHolder = createScrollingFrame(backColor, 0.8, 0, "", UDim2.new(0, 0, 0, 0), "", "Holder", screenGui.Top.Important.DecalsTab, UDim2.new(0, 10, 0, 68), 0, 0, false, UDim2.new(1, -20, 0, 173), "", true)
  1561.  
  1562. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "search", screenGui.Top.Important.DecalsTab, UDim2.new(0, 153, 0, 10), UDim2.new(0, 48, 0, 25), "Search", textColor, 15, 3, function()
  1563. createDecals(decalsPage)
  1564. end)
  1565.  
  1566. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.search, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1567.  
  1568. local decalInput = createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSans, "decalinput", screenGui.Top.Important.DecalsTab, "Search Decals", UDim2.new(0, 10, 0, 10), UDim2.new(0, 140, 0, 25), "", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center)
  1569. decalInput.PlaceholderColor3 = textColor
  1570.  
  1571. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.decalinput, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1572.  
  1573. local selectedDecal = createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSans, "SelectedDecal", screenGui.Top.Important.DecalsTab, UDim2.new(0, 10, 0, 38), UDim2.new(1, -20, 0, 25), "Selected Decal", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
  1574.  
  1575. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.SelectedDecal, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1576.  
  1577. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "PreviousPage", screenGui.Top.Important.DecalsTab, UDim2.new(0, 10, 0, 246), UDim2.new(0, 94, 0, 25), "Previous Page", textColor, 15, 1, function()
  1578. if decalsPage > 1 then
  1579. decalsPage = decalsPage - 1
  1580. createDecals(decalsPage)
  1581. end
  1582. end)
  1583.  
  1584. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.PreviousPage, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1585.  
  1586. createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "NextPage", screenGui.Top.Important.DecalsTab, UDim2.new(0, 107, 0, 246), UDim2.new(0, 94, 0, 25), "Next Page", textColor, 15, 1, function()
  1587. decalsPage = decalsPage + 1
  1588. createDecals(decalsPage)
  1589. end)
  1590.  
  1591. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.NextPage, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1592.  
  1593. function createDecals(decalsPage)
  1594. local decalsKeyword = decalInput.Text
  1595. local json = "https://search.roblox.com/catalog/json?Category=Decals&Keyword="..decalsKeyword.."&ResultsPerPage=50&PageNumber="..tostring(decalsPage)
  1596. local gotJson = game:HttpGet(json, true)
  1597. local rawResult = httpService:JSONDecode(gotJson)
  1598. local xPos = 5
  1599. local yPos = 5
  1600. local ran = 0
  1601. for _,button in pairs(decalsHolder:GetChildren()) do
  1602. button:Destroy()
  1603. end
  1604. for _,tab in pairs(rawResult) do
  1605. local singleImageButton = Instance.new("ImageButton")
  1606. singleImageButton.BackgroundColor3 = backColor
  1607. singleImageButton.BackgroundTransparency = 1
  1608. singleImageButton.BorderSizePixel = 0
  1609. singleImageButton.Image = "https://www.roblox.com/Thumbs/Asset.ashx?width=420&height=420&assetId="..tostring(tab.AssetId)
  1610. singleImageButton.Parent = screenGui.Top.Important.DecalsTab.Holder
  1611. singleImageButton.Position = UDim2.new(0, xPos, 0, yPos)
  1612. singleImageButton.ScaleType = Enum.ScaleType.Fit
  1613. singleImageButton.Size = UDim2.new(0, 89, 0, 89)
  1614. singleImageButton.MouseButton1Down:Connect(function()
  1615. local image = Instance.new("ImageLabel")
  1616. image.Parent = coreGui
  1617. image.Name = "DecalLoader"
  1618. local returnVal = nil
  1619. for i=1, 10 do
  1620. local test = pcall(function()
  1621. image.Image = "rbxassetid://"tostring(tab.AssetId)
  1622. end)
  1623. if test then
  1624. returnVal = i
  1625. break
  1626. end
  1627. end
  1628. if returnVal ~= nil then
  1629. selectedDecal.Text = tostring(tab.AssetId - returnVal)
  1630. end
  1631. end)
  1632. ran = ran + 1
  1633. xPos = xPos + 92
  1634. if ran == 2 then
  1635. ran = 0
  1636. xPos = 5
  1637. yPos = yPos + 92
  1638. end
  1639. end
  1640. decalsHolder.CanvasSize = UDim2.new(0, 0, 0, yPos + 2)
  1641. end
  1642.  
  1643. pcall(function()
  1644. createDecals(1)
  1645. end)
  1646.  
  1647. --Final Stuff
  1648. createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
  1649.  
  1650. createFrame(false, backColor, 0, 0, false, "Frame", screenGui.Top, UDim2.new(0, 155, 0.194, 0), UDim2.new(0, 1, 0, 21))
  1651.  
  1652. createFrame(false, backColor, 1, 0, true, "CurrentTab", screenGui.Top, UDim2.new(0, 165, 0, 0), UDim2.new(0, 109, 0, 31))
  1653.  
  1654. createTextLabel(backColor, 1, 1, Enum.Font.SourceSansBold, "Label", screenGui.Top.CurrentTab, UDim2.new(0, 0, 0, 0), UDim2.new(0, 109, 0, 31), tabs[1], textColor, 18, true, Enum.TextXAlignment.Left, Enum.TextYAlignment.Center, 1)
  1655.  
  1656. updateBack(savedColor)
  1657.  
  1658. if enableRainbow == true then
  1659. customRainbow = true
  1660. rainbow = true
  1661. end
  1662.  
  1663. gui.Main.Size = UDim2.new(0, 0, 0, 31)
  1664. gui.Open.Position = UDim2.new(0, -75, 0.75, 0)
  1665.  
  1666. wait(3)
  1667.  
  1668. intro.Intro:TweenSize(UDim2.new(0, 376, 0, 25), "Out", "Quad", 0.5)
  1669. wait(0.5)
  1670. intro.Intro:TweenSize(UDim2.new(0, 0, 0, 25), "Out", "Quad", 0.5)
  1671.  
  1672. wait(0.5)
  1673.  
  1674. intro:Destroy()
  1675.  
  1676. gui.Enabled = true
  1677.  
  1678. gui.Open:TweenPosition(UDim2.new(0, 0, 0.75, 0), "Out", "Quad", 0.5)
  1679. wait(0.5)
  1680.  
  1681. tweening = false
  1682.  
  1683. print("Rose Hub process finished at " .. round(tick()-start) .. " milliseconds.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement