Advertisement
metilol

Untitled

Apr 28th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 image = Instance.new("ImageLabel",gui)
  10.     image.Image = "rbxassetid://1119705749"
  11.     image.Size = UDim2.new(0,0,0,0)
  12.     image.Position = UDim2.new(0.5,0,0.5,0)
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement