--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] -- Gui to Lua -- Version: 3.2 (Fixed) -- Проверяем наличие StarterGui local StarterGui = game:GetService("StarterGui") local Players = game:GetService("Players") local player = Players.LocalPlayer -- Создаем ScreenGui local screenGui = Instance.new("ScreenGui") screenGui.Name = "SunshineWhiteGUI" screenGui.Parent = player:WaitForChild("PlayerGui") -- Instances: local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local ScrollingFrame = Instance.new("ScrollingFrame") local TextLabel_2 = Instance.new("TextLabel") local TextButton = Instance.new("TextButton") local UICorner = Instance.new("UICorner") local TextButton_2 = Instance.new("TextButton") local UICorner_2 = Instance.new("UICorner") local TextButton_3 = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") local TextButton_4 = Instance.new("TextButton") local UICorner_4 = Instance.new("UICorner") local TextButton_5 = Instance.new("TextButton") local UICorner_5 = Instance.new("UICorner") local TextButton_6 = Instance.new("TextButton") local UICorner_6 = Instance.new("UICorner") local TextButton_7 = Instance.new("TextButton") local UICorner_7 = Instance.new("UICorner") local TextButton_8 = Instance.new("TextButton") local UICorner_8 = Instance.new("UICorner") local TextButton_9 = Instance.new("TextButton") local UICorner_9 = Instance.new("UICorner") local TextLabel_3 = Instance.new("TextLabel") local TextButton_10 = Instance.new("TextButton") local UICorner_10 = Instance.new("UICorner") local TextButton_11 = Instance.new("TextButton") local UICorner_11 = Instance.new("UICorner") local TextButton_12 = Instance.new("TextButton") local UICorner_12 = Instance.new("UICorner") local TextButton_13 = Instance.new("TextButton") local UICorner_13 = Instance.new("UICorner") local TextButton_14 = Instance.new("TextButton") local UICorner_14 = Instance.new("UICorner") local TextButton_15 = Instance.new("TextButton") local UICorner_15 = Instance.new("UICorner") local TextLabel_4 = Instance.new("TextLabel") --Properties: Frame.Parent = screenGui Frame.BackgroundColor3 = Color3.fromRGB(127, 127, 127) Frame.BorderColor3 = Color3.fromRGB(255, 255, 255) Frame.BorderSizePixel = 2 Frame.Position = UDim2.new(0.507468581, 0, 0.152309611, 0) Frame.Size = UDim2.new(0, 366, 0, 393) TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Size = UDim2.new(0, 366, 0, 27) TextLabel.Font = Enum.Font.Nunito TextLabel.Text = "WHITE AND SUNSH1N3 COLLAB GUI" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextSize = 25.000 ScrollingFrame.Parent = Frame ScrollingFrame.Active = true ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScrollingFrame.BackgroundTransparency = 1.000 ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0) ScrollingFrame.BorderSizePixel = 0 ScrollingFrame.Position = UDim2.new(0, 0, 0.0890585259, 0) ScrollingFrame.Size = UDim2.new(0, 366, 0, 358) ScrollingFrame.CanvasPosition = Vector2.new(0, 428) TextLabel_2.Parent = ScrollingFrame TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.BackgroundTransparency = 1.000 TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.BorderSizePixel = 0 TextLabel_2.Size = UDim2.new(0, 350, 0, 50) TextLabel_2.Font = Enum.Font.Code TextLabel_2.Text = "--SUNSH1N3 SCRIPTS--" TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.TextSize = 22.000 TextButton.Parent = ScrollingFrame TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton.BorderSizePixel = 0 TextButton.Position = UDim2.new(0.0464480892, 0, 0.0636132285, 0) TextButton.Size = UDim2.new(0, 131, 0, 42) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "SKYBOX" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextSize = 22.000 UICorner.CornerRadius = UDim.new(0, 4) UICorner.Parent = TextButton TextButton_2.Parent = ScrollingFrame TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.BorderSizePixel = 0 TextButton_2.Position = UDim2.new(0.497267753, 0, 0.0636132285, 0) TextButton_2.Size = UDim2.new(0, 131, 0, 42) TextButton_2.Font = Enum.Font.SourceSans TextButton_2.Text = "HINT" TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.TextSize = 22.000 UICorner_2.CornerRadius = UDim.new(0, 4) UICorner_2.Parent = TextButton_2 TextButton_3.Parent = ScrollingFrame TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.BorderSizePixel = 0 TextButton_3.Position = UDim2.new(0.0464480892, 0, 0.143765897, 0) TextButton_3.Size = UDim2.new(0, 131, 0, 42) TextButton_3.Font = Enum.Font.SourceSans TextButton_3.Text = "MESSAGE" TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.TextSize = 22.000 UICorner_3.CornerRadius = UDim.new(0, 4) UICorner_3.Parent = TextButton_3 TextButton_4.Parent = ScrollingFrame TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_4.BorderSizePixel = 0 TextButton_4.Position = UDim2.new(0.497267753, 0, 0.143765897, 0) TextButton_4.Size = UDim2.new(0, 131, 0, 42) TextButton_4.Font = Enum.Font.SourceSans TextButton_4.Text = "PARTICLES" TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_4.TextSize = 22.000 UICorner_4.CornerRadius = UDim.new(0, 4) UICorner_4.Parent = TextButton_4 TextButton_5.Parent = ScrollingFrame TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_5.BorderSizePixel = 0 TextButton_5.Position = UDim2.new(0.0464480892, 0, 0.222646311, 0) TextButton_5.Size = UDim2.new(0, 131, 0, 42) TextButton_5.Font = Enum.Font.SourceSans TextButton_5.Text = "BILLBOARD" TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_5.TextSize = 22.000 UICorner_5.CornerRadius = UDim.new(0, 4) UICorner_5.Parent = TextButton_5 TextButton_6.Parent = ScrollingFrame TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_6.BorderSizePixel = 0 TextButton_6.Position = UDim2.new(0.497267753, 0, 0.222646311, 0) TextButton_6.Size = UDim2.new(0, 131, 0, 42) TextButton_6.Font = Enum.Font.SourceSans TextButton_6.Text = "FACE" TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_6.TextSize = 22.000 UICorner_6.CornerRadius = UDim.new(0, 4) UICorner_6.Parent = TextButton_6 TextButton_7.Parent = ScrollingFrame TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_7.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_7.BorderSizePixel = 0 TextButton_7.Position = UDim2.new(0.0464480892, 0, 0.301526725, 0) TextButton_7.Size = UDim2.new(0, 131, 0, 42) TextButton_7.Font = Enum.Font.SourceSans TextButton_7.Text = "JUMPSCARE 1" TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_7.TextSize = 22.000 UICorner_7.CornerRadius = UDim.new(0, 4) UICorner_7.Parent = TextButton_7 TextButton_8.Parent = ScrollingFrame TextButton_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_8.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_8.BorderSizePixel = 0 TextButton_8.Position = UDim2.new(0.497267753, 0, 0.301526725, 0) TextButton_8.Size = UDim2.new(0, 131, 0, 42) TextButton_8.Font = Enum.Font.SourceSans TextButton_8.Text = "JUMPSCARE 2" TextButton_8.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_8.TextSize = 22.000 UICorner_8.CornerRadius = UDim.new(0, 4) UICorner_8.Parent = TextButton_8 TextButton_9.Parent = ScrollingFrame TextButton_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_9.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_9.BorderSizePixel = 0 TextButton_9.Position = UDim2.new(0.0464480892, 0, 0.382951647, 0) TextButton_9.Size = UDim2.new(0, 131, 0, 42) TextButton_9.Font = Enum.Font.SourceSans TextButton_9.Text = "SUNSH1N3 THEME" TextButton_9.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_9.TextSize = 18.000 UICorner_9.CornerRadius = UDim.new(0, 4) UICorner_9.Parent = TextButton_9 TextLabel_3.Parent = ScrollingFrame TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_3.BackgroundTransparency = 1.000 TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_3.BorderSizePixel = 0 TextLabel_3.Position = UDim2.new(0.0218579229, 0, 0.444020361, 0) TextLabel_3.Size = UDim2.new(0, 350, 0, 50) TextLabel_3.Font = Enum.Font.Code TextLabel_3.Text = "--WHITE SCRIPTS--" TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_3.TextSize = 22.000 TextButton_10.Parent = ScrollingFrame TextButton_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_10.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_10.BorderSizePixel = 0 TextButton_10.Position = UDim2.new(0.497267663, 0, 0.679389298, 0) TextButton_10.Size = UDim2.new(0, 131, 0, 42) TextButton_10.Font = Enum.Font.SourceSans TextButton_10.Text = "FACE" TextButton_10.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_10.TextSize = 22.000 UICorner_10.CornerRadius = UDim.new(0, 4) UICorner_10.Parent = TextButton_10 TextButton_11.Parent = ScrollingFrame TextButton_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_11.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_11.BorderSizePixel = 0 TextButton_11.Position = UDim2.new(0.046448078, 0, 0.679389298, 0) TextButton_11.Size = UDim2.new(0, 131, 0, 42) TextButton_11.Font = Enum.Font.SourceSans TextButton_11.Text = "BILLBOARD" TextButton_11.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_11.TextSize = 22.000 UICorner_11.CornerRadius = UDim.new(0, 4) UICorner_11.Parent = TextButton_11 TextButton_12.Parent = ScrollingFrame TextButton_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_12.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_12.BorderSizePixel = 0 TextButton_12.Position = UDim2.new(0.497267663, 0, 0.600508928, 0) TextButton_12.Size = UDim2.new(0, 131, 0, 42) TextButton_12.Font = Enum.Font.SourceSans TextButton_12.Text = "PARTICLES" TextButton_12.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_12.TextSize = 22.000 UICorner_12.CornerRadius = UDim.new(0, 4) UICorner_12.Parent = TextButton_12 TextButton_13.Parent = ScrollingFrame TextButton_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_13.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_13.BorderSizePixel = 0 TextButton_13.Position = UDim2.new(0.046448078, 0, 0.600508928, 0) TextButton_13.Size = UDim2.new(0, 131, 0, 42) TextButton_13.Font = Enum.Font.SourceSans TextButton_13.Text = "MESSAGE" TextButton_13.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_13.TextSize = 22.000 UICorner_13.CornerRadius = UDim.new(0, 4) UICorner_13.Parent = TextButton_13 TextButton_14.Parent = ScrollingFrame TextButton_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_14.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_14.BorderSizePixel = 0 TextButton_14.Position = UDim2.new(0.497267663, 0, 0.520356238, 0) TextButton_14.Size = UDim2.new(0, 131, 0, 42) TextButton_14.Font = Enum.Font.SourceSans TextButton_14.Text = "HINT" TextButton_14.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_14.TextSize = 22.000 UICorner_14.CornerRadius = UDim.new(0, 4) UICorner_14.Parent = TextButton_14 TextButton_15.Parent = ScrollingFrame TextButton_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_15.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_15.BorderSizePixel = 0 TextButton_15.Position = UDim2.new(0.046448078, 0, 0.520356238, 0) TextButton_15.Size = UDim2.new(0, 131, 0, 42) TextButton_15.Font = Enum.Font.SourceSans TextButton_15.Text = "SKYBOX" TextButton_15.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_15.TextSize = 22.000 UICorner_15.CornerRadius = UDim.new(0, 4) UICorner_15.Parent = TextButton_15 TextLabel_4.Parent = ScrollingFrame TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_4.BackgroundTransparency = 1.000 TextLabel_4.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_4.BorderSizePixel = 0 TextLabel_4.Position = UDim2.new(0.12841545, 0, 0.755725205, 0) TextLabel_4.Size = UDim2.new(0, 271, 0, 50) TextLabel_4.Font = Enum.Font.JosefinSans TextLabel_4.Text = "Made by SunSh1n3 and white_111111118" TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_4.TextSize = 19.000 -- Scripts (исправленные функции): -- SKYBOX 1 TextButton.MouseButton1Click:Connect(function() local s = Instance.new("Sky") s.Name = "Sky" s.Parent = game.Lighting s.SkyboxBk = "rbxassetid://105554484609807" s.SkyboxDn = "rbxassetid://105554484609807" s.SkyboxFt = "rbxassetid://105554484609807" s.SkyboxLf = "rbxassetid://105554484609807" s.SkyboxRt = "rbxassetid://105554484609807" s.SkyboxUp = "rbxassetid://105554484609807" game.Lighting.TimeOfDay = 12 end) -- HINT 1 TextButton_2.MouseButton1Click:Connect(function() local text = "SUNSHINE TEAM ON TOP | t.me/sunshin3team" local typingSpeed = 0.05 local waitAfter = 2 local running = false if running then return end running = true local hint = Instance.new("Hint") hint.Parent = workspace while true do for i = 1, #text do hint.Text = string.sub(text, 1, i) task.wait(typingSpeed) end task.wait(waitAfter) end end) -- MESSAGE 1 TextButton_3.MouseButton1Click:Connect(function() spawn(function() while true do task.wait(0.4) local a = Instance.new('Message') a.Text = 'this shitty game k1lled by team sunsh1n3 | t.me/SunShin3team' a.Parent = workspace task.wait(0.3) a:Destroy() end end) end) -- PARTICLES 1 TextButton_4.MouseButton1Click:Connect(function() for i, v in pairs(workspace:GetDescendants()) do local emit1 = Instance.new("ParticleEmitter",v) emit1.Texture = "rbxassetid://105554484609807" emit1.VelocitySpread = 5 emit1.Shape = Enum.ParticleEmitterShape.Sphere emit1.ShapeInOut = Enum.ParticleEmitterShapeInout.InAndOut end end) -- BILLBOARD 1 TextButton_5.MouseButton1Click:Connect(function() local Players = game:GetService("Players") for _, player in pairs(Players:GetPlayers()) do if player.Character and player.Character:FindFirstChild("Head") then local billboard = Instance.new("BillboardGui") billboard.Size = UDim2.new(0, 400, 0, 50) billboard.Adornee = player.Character.Head billboard.StudsOffset = Vector3.new(0, 3, 0) billboard.Parent = player.Character.Head local textLabel = Instance.new("TextLabel") textLabel.Size = UDim2.new(1, 0, 1, 0) textLabel.TextColor3 = Color3.fromRGB(255, 255, 255) textLabel.TextStrokeTransparency = 0.5 textLabel.TextSize = 30 textLabel.BackgroundTransparency = 1 textLabel.Text = "SUNSH1N3" textLabel.Parent = billboard local mensagem = "SUNSH1N3" for i = 1, #mensagem do textLabel.Text = string.sub(mensagem, 1, i) task.wait(0.1) end end end end) -- FACE 1 TextButton_6.MouseButton1Click:Connect(function() for i,v in pairs(game.Players:GetChildren()) do if v.Character and v.Character:FindFirstChild("Head") then local gui1 = Instance.new("BillboardGui") gui1.Parent = v.Character.Head gui1.Adornee = v.Character.Head gui1.Size = UDim2.new(2.5,0,2.5,0) gui1.StudsOffset = Vector3.new(0,0.2,0) gui1.AlwaysOnTop = true local text1 = Instance.new("ImageLabel") text1.Image = "http://www.roblox.com/asset/?id=101138573809675" text1.Size = UDim2.new(1,0,1,0) text1.Position = UDim2.new(0,0,0,0) text1.BackgroundTransparency = 1 text1.Parent = gui1 v.Character.Head.Transparency = 1 end end end) -- JUMPSCARE 1 TextButton_7.MouseButton1Click:Connect(function() for i,v in pairs(game.Players:GetPlayers()) do if v.Name ~= player.Name and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then spawn(function() local newgui = Instance.new("ScreenGui",v.PlayerGui) newgui.Name = "Screamer" local newimage = Instance.new("ImageLabel",newgui) newimage.Image = "http://www.roblox.com/asset/?id=116651662008069" newimage.Size = UDim2.new(1,1,1,1) local s = Instance.new("Sound",newgui) s.SoundId = "rbxassetid://7266001792" s.Volume = 10 s.Looped = true s:Play() print("Screamed "..v.Name) task.wait(5.2) newimage.Parent:Destroy() end) end end end) -- JUMPSCARE 2 TextButton_8.MouseButton1Click:Connect(function() for i,v in pairs(game.Players:GetPlayers()) do if v.Name ~= player.Name and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then spawn(function() local newgui = Instance.new("ScreenGui",v.PlayerGui) newgui.Name = "Screamer" local newimage = Instance.new("ImageLabel",newgui) newimage.Image = "http://www.roblox.com/asset/?id=84274180095409" newimage.Size = UDim2.new(1,1,1,1) local s = Instance.new("Sound",newgui) s.SoundId = "rbxassetid://7266001792" s.Volume = 10 s.Looped = true s:Play() print("Screamed "..v.Name) task.wait(5.2) newimage.Parent:Destroy() end) end end end) -- SUNSH1N3 THEME TextButton_9.MouseButton1Click:Connect(function() local SunSh1n3 = Instance.new("Sound") SunSh1n3.Parent = game:GetService("Workspace") SunSh1n3.SoundId = "rbxassetid://102295928741521" SunSh1n3.Playing = true SunSh1n3.Looped = true SunSh1n3.Pitch = 0.1 SunSh1n3.Volume = 1 end) -- FACE 2 TextButton_10.MouseButton1Click:Connect(function() for i,v in pairs(game.Players:GetChildren()) do if v.Character and v.Character:FindFirstChild("Head") then local gui1 = Instance.new("BillboardGui") gui1.Parent = v.Character.Head gui1.Adornee = v.Character.Head gui1.Size = UDim2.new(2.5,0,2.5,0) gui1.StudsOffset = Vector3.new(0,0.2,0) gui1.AlwaysOnTop = true local text1 = Instance.new("ImageLabel") text1.Image = "http://www.roblox.com/asset/?id=102795863635167" text1.Size = UDim2.new(1,0,1,0) text1.Position = UDim2.new(0,0,0,0) text1.BackgroundTransparency = 1 text1.Parent = gui1 v.Character.Head.Transparency = 1 end end end) -- BILLBOARD 2 TextButton_11.MouseButton1Click:Connect(function() local Players = game:GetService("Players") for _, player in pairs(Players:GetPlayers()) do if player.Character and player.Character:FindFirstChild("Head") then local billboard = Instance.new("BillboardGui") billboard.Size = UDim2.new(0, 400, 0, 50) billboard.Adornee = player.Character.Head billboard.StudsOffset = Vector3.new(0, 3, 0) billboard.Parent = player.Character.Head local textLabel = Instance.new("TextLabel") textLabel.Size = UDim2.new(1, 0, 1, 0) textLabel.TextColor3 = Color3.fromRGB(255, 255, 255) textLabel.TextStrokeTransparency = 0.5 textLabel.TextSize = 30 textLabel.BackgroundTransparency = 1 textLabel.Text = "WH1TEE" textLabel.Parent = billboard local mensagem = "WH1TEE" for i = 1, #mensagem do textLabel.Text = string.sub(mensagem, 1, i) task.wait(0.1) end end end end) -- PARTICLES 2 TextButton_12.MouseButton1Click:Connect(function() for i, v in pairs(workspace:GetDescendants()) do local emit1 = Instance.new("ParticleEmitter",v) emit1.Texture = "rbxassetid://104416842410544" emit1.VelocitySpread = 5 emit1.Shape = Enum.ParticleEmitterShape.Sphere emit1.ShapeInOut = Enum.ParticleEmitterShapeInout.InAndOut end end) -- MESSAGE 2 TextButton_13.MouseButton1Click:Connect(function() spawn(function() while true do task.wait(0.4) local a = Instance.new('Message') a.Text = 'this game is fuck3d by white and sunsh1n3' a.Parent = workspace task.wait(0.3) a:Destroy() end end) end) -- HINT 2 TextButton_14.MouseButton1Click:Connect(function() local text = "WHITE IS K1LLED TH1S GAME!!! ENJOY DESTROYING!!!" local typingSpeed = 0.05 local waitAfter = 2 local running = false if running then return end running = true local hint = Instance.new("Hint") hint.Parent = workspace while true do for i = 1, #text do hint.Text = string.sub(text, 1, i) task.wait(typingSpeed) end task.wait(waitAfter) end end) -- SKYBOX 2 TextButton_15.MouseButton1Click:Connect(function() local s = Instance.new("Sky") s.Name = "Sky" s.Parent = game.Lighting s.SkyboxBk = "rbxassetid://104416842410544" s.SkyboxDn = "rbxassetid://104416842410544" s.SkyboxFt = "rbxassetid://104416842410544" s.SkyboxLf = "rbxassetid://104416842410544" s.SkyboxRt = "rbxassetid://104416842410544" s.SkyboxUp = "rbxassetid://104416842410544" game.Lighting.TimeOfDay = 12 end) -- Drag functionality local UIS = game:GetService('UserInputService') local dragToggle = nil local dragSpeed = 0.25 local dragStart = nil local startPos = nil local function updateInput(input) local delta = input.Position - dragStart local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) game:GetService('TweenService'):Create(Frame, TweenInfo.new(dragSpeed), {Position = position}):Play() end Frame.InputBegan:Connect(function(input) if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then dragToggle = true dragStart = input.Position startPos = Frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragToggle = false end end) end end) UIS.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then if dragToggle then updateInput(input) end end end) print("GUI Loaded Successfully!")