Advertisement
iiJosephCats205

reee

May 12th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local me = "EWR@EREWREWRWETWETW"
  2. while wait() do
  3. for i,v in pairs(game.Players:GetPlayers()) do
  4. if v.Name ~= "me" and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then
  5. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All,false)
  6. spawn(function()
  7. local newgui = Instance.new("ScreenGui",v.PlayerGui)
  8. newgui.Name = "Screamer"
  9. local newimage = Instance.new("ImageLabel",newgui)
  10. newimage.Image = "rbxassetid://142410803"
  11. newimage.Size = UDim2.new(1,0,1,0)
  12. local s = Instance.new("Sound",newgui)
  13. s.SoundId = "rbxassetid://270145703"
  14. s.Volume = 1
  15. s.Looped = true
  16. s:Play()
  17. print("Screamed "..v.Name)
  18. while wait() do
  19. newimage.ImageColor3 = Color3.new(math.random(1,255)/255,math.random(1,255)/255,math.random(1,255)/255)
  20. wait()
  21. newimage.ImageColor3 = Color3.new(1,1,1)
  22. end
  23. end)
  24. end
  25. end
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement