SHOW:
|
|
- or go back to the newest paste.
| 1 | function e(p,y) | |
| 2 | local gui = Instance.new("ScreenGui")
| |
| 3 | gui.DisplayOrder = 0 | |
| 4 | gui.ResetOnSpawn = false | |
| 5 | local sound = Instance.new("Sound",gui)
| |
| 6 | sound.SoundId = "rbxassetid://165224484" | |
| 7 | sound.Volume = 0 | |
| 8 | sound.Looped = true | |
| 9 | - | local aaaa = Instance.new("DistortionSoundEffect",sound)
|
| 9 | + | |
| 10 | - | aaaa.Level = 10 |
| 10 | + | image.Image = "rbxassetid://1119705749" |
| 11 | image.Size = UDim2.new(0,0,0,0) | |
| 12 | - | image.Image = "rbxassetid://211463112" |
| 12 | + | |
| 13 | image.BackgroundTransparency = 1 | |
| 14 | image.ImageColor3 = Color3.new(0,0,0) | |
| 15 | image.ZIndex = 100 | |
| 16 | local background = Instance.new("Frame",gui)
| |
| 17 | background.Size = UDim2.new(1,0,1,0) | |
| 18 | background.BackgroundColor3 = Color3.new() | |
| 19 | for _,v in pairs(game.Players:GetChildren()) do | |
| 20 | local gui2 = gui:Clone() | |
| 21 | local intense = 0 | |
| 22 | local intense2 = 10 | |
| 23 | gui2.Parent = v.PlayerGui | |
| 24 | gui2.Sound:Play() | |
| 25 | end | |
| 26 | end |