Advertisement
ManOhMan

Untitled

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