Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function e(p,y)
- local gui = Instance.new("ScreenGui")
- gui.DisplayOrder = 0
- gui.ResetOnSpawn = false
- local sound = Instance.new("Sound",gui)
- sound.SoundId = "rbxassetid://165224484"
- sound.Volume = 0
- sound.Looped = true
- local image = Instance.new("ImageLabel",gui)
- image.Image = "rbxassetid://1119705749"
- image.Size = UDim2.new(0,0,0,0)
- image.Position = UDim2.new(0.5,0,0.5,0)
- image.BackgroundTransparency = 1
- image.ImageColor3 = Color3.new(0,0,0)
- image.ZIndex = 100
- local background = Instance.new("Frame",gui)
- background.Size = UDim2.new(1,0,1,0)
- background.BackgroundColor3 = Color3.new()
- for _,v in pairs(game.Players:GetChildren()) do
- local gui2 = gui:Clone()
- local intense = 0
- local intense2 = 10
- gui2.Parent = v.PlayerGui
- gui2.Sound:Play()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement