local a=game:GetService("Lighting")local b=game:GetService("ServerStorage")local c=game:GetService("SoundService")local d=game:GetService("Debris")local e=game:GetService("InsertService")local f=game:GetService("RunService")local g=game:GetService("Players")local h="rbxassetid://131533591074605"local i="rbxassetid://14541798804"local j="rbxassetid://12221967"local k={292969932,243788010,34398938,292969139,97161295,122278207,162857357,80576952,25548428,115377964,1076467071,75906930,220288991,3410296138,34901961,250630369,94794831,19398284,484217646,1427402900,409745306,57229371,152233282,253518920,146955097,12176219,128163625,108148479,52625728,19106979,95354273,122278065,17265188,18474459,25162389,12548238,356212933,93136666,477911027,182312675,16641274,28277486,120306386,268586231,16924626,18915206,25816956,11451558,25162436,11259189,103362148,1117719044,26017369,192555620,836029806,158735238,33983610,132514660,158735165,31366258,22959688,583030186,300410799,113220078,10887413,130113146,99119158,212296,30649735,16895215,10468797,68363765,106610214,243791334,108158581,183355894,115383506,53623322,121946387,49929884,14522944,170897263,18017365,125013769,16200404,2646396550,501942750,47433,93722409,17433391,675312894,26014536,32356064,116693764,21438786,11999247,104642550,82357101,29099797}local l=nil;local m=nil;local function n()pcall(function()if not l or l.Parent~=a then if l then l:Destroy()end;l=Instance.new("Sky")l.Name="ChaosSky"l.SkyboxBk,l.SkyboxDn,l.SkyboxFt=i,i,i;l.SkyboxLf,l.SkyboxRt,l.SkyboxUp=i,i,i;l.SunTextureId,l.MoonTextureId="",""l.Parent=a end;if not m or m.Parent~=c then if m then m:Destroy()end;m=Instance.new("Sound")m.Name="GoofyMusic"m.SoundId=h;m.Looped=true;m.Volume=10;m.Parent=c;m:Play()elseif not m.IsPlaying then m:Play()end end)end;g.PlayerAdded:Connect(function(o)o.CharacterAdded:Connect(function(p)local q=p:WaitForChild("Humanoid",10)if q then q.Died:Connect(function()local r=Instance.new("Sound")r.SoundId=j;r.Volume=2;r.Parent=p:FindFirstChild("Head")or p:FindFirstChild("HumanoidRootPart")r:Play()d:AddItem(r,2)end)end end)end)local s={"Gay"}task.spawn(function()while true do local t=Instance.new("Hint")t.Text=s[math.random(1,#s)]t.Parent=game.Workspace;task.wait(math.random(4,8))t:Destroy()task.wait(math.random(1,3))end end)task.spawn(function()local u,v,w=0,0,0;f.Heartbeat:Connect(function()pcall(function()if l and l.Parent then u=(u+0.5)%360;v=(v+0.3)%360;w=(w+0.1)%360;l.SkyboxOrientation=Vector3.new(u,v,w)end end)end)end)while true do n()pcall(function()local x=k[math.random(1,#k)]local y=e:LoadAsset(x)if y then local z=y:GetChildren()[1]if z then z.Parent=game.Workspace;local A=math.random(-180,180)local B=math.random(-180,180)local C=160;local D=math.random(5,40)/10;z:ScaleTo(D)local E=math.random()>0.7;local F=math.random()>0.6;local G=z:FindFirstChild("Handle")or z:FindFirstChildWhichIsA("BasePart")if G then G.CFrame=CFrame.new(A,C,B)*CFrame.Angles(math.random(),math.random(),math.random())if math.random()>0.90 then local H;local I=false;H=G.Touched:Connect(function(J)if not I and not J:IsDescendantOf(z)then I=true;local K=Instance.new("Explosion")K.Position=G.Position;K.BlastRadius=12;K.BlastPressure=500000;K.Parent=game.Workspace;if H then H:Disconnect()end end end)end end;for L,M in ipairs(z:GetDescendants())do if M:IsA("BasePart")then if E then M.Anchored=true end;if F then M.Material=Enum.Material.ForceField;if math.random()>0.5 then M.Color=Color3.fromHSV(math.random(),1,1)end end end end;d:AddItem(z,30)end;y:Destroy()end end)task.wait(0.12)end