for _, part in next, game:GetService("Workspace"):GetDescendants() do if part:IsA("BasePart") then for _, side in next, Enum.NormalId:GetEnumItems() do decal = Instance.new("Decal", part) decal.Texture = "https://www.roblox.com/asset-thumbnail/image?assetId=16336200609&width=432&height=432&format=png" decal.Face = side end end end local sky = game:GetService("Lighting"):FindFirstChildOfClass("Sky") or Instance.new("Sky", game:GetService("Lighting")) sky.Name = "BudgieSky: " sky.SkyboxBk = "rbxassetid://16336200609" sky.SkyboxUp = "rbxassetid://16336200609" sky.SkyboxDn = "rbxassetid://16336200609" sky.SkyboxFt = "rbxassetid://16336200609" sky.SkyboxLf = "rbxassetid://16336200609" sky.SkyboxRt = "rbxassetid://16336200609" sky.Destroying:Connect(function() sky2 = sky:Clone() sky2.Parent = game:GetService("Lighting") end) task.spawn(function() repeat task.wait() sky.SkyboxOrientation = Vector3.new(math.random(-1000, 1000), math.random(-1000, 1000), math.random(-1000, 1000)) until not sky end) local scaletext = function(text: string): string local new = "" for i = 1, string.len(text) do local char = string.sub(text, i, i) new = new .. (math.random() <= 0.5 and char:upper() or char:lower()) end return new end local message = Instance.new("Message", game:GetService("Workspace")) message.Text = string.rep(string.rep("Budgie ", 100) .. "\n", 100) task.spawn(function() repeat task.wait(wait()) message.Text = scaletext(message.Text) until not message end) local _, result = pcall(function() writefile("Gonvo123.mp3", game:HttpGet("https://s1-hzde.freeconvert.com/task/68643fbf3e17c4ccd68f34b8/ssstik.io_%40saulait_official_1751400362176.mp3")) end) local getcustomasset = getcustomasset or getsynasset local buuu = Instance.new("Sound", game:GetService("Workspace")) buuu.SoundId = getcustomasset("Gonvo123.mp3") or "rbxassetid://8867136699" buuu.Volume = 10 buuu.PlaybackSpeed = 1 buuu.Looped = true buuu:Play() for _ = 1, 100 do local Distor = Instance.new("DistortionSoundEffect", buuu) Distor.Level = 1 Distor.Priority = math.huge end buuu.DidLoop:Connect(function() buuu.PlaybackSpeed = 1 - (math.random(-10, 7) / 10) end) buuu.Destroying:Connect(function() local function RecursiveCCE() local col = Instance.new("ColorCorrectionEffect", game:GetService("Lighting")) col.Name = "You shouldn\'t have done that" col.TintColor = Color3.new(0, 0, 0) col.Brightness = -1 col.Destroying:Connect(function() RecursiveCCE() end) end local function RecursiveAmb() local ambient = Instance.new("Sound", game:GetService("Workspace")) ambient.SoundId = "rbxassetid://98298255550047" ambient.Volume = 1 ambient.PlaybackSpeed = 1 ambient.Looped = true ambient:Play() ambient.Destroying:Connect(function() RecursiveAmb() end) end local function RecursiveHint() local hint = Instance.new("Hint", game:GetService("Workspace")) hint.Text = "You shouldn\'t have done that" hint.Destroying:Connect(function() RecursiveHint() end) end RecursiveCCE() RecursiveAmb() end) task.spawn(function() for _, el in next, game:GetDescendants() do if el:IsA("Instance") then el.Name = string.rep("Budgie", 100) end end end)