Advertisement
ZeyRoxs

ewe

Mar 1st, 2021
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Name"
  4. s.SoundId = "rbxassetid://5438958396"
  5. s.Volume = 7
  6. s.Looped = true
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10.  
  11. wait(1)
  12.  
  13. s:play()
  14. discord=Instance.new("Hint")
  15. discord.Text = "you got rick rolled!"
  16. discord.Parent = game.Workspace
  17. local me = "DeadDefense" -- You don't get jumpscared.
  18. while wait() do
  19. for i,v in pairs(game.Players:GetPlayers()) do
  20. if v.Name ~= me and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then
  21. spawn(function()
  22. local newgui = Instance.new("ScreenGui",game.CoreGui)
  23. newgui.Name = "Screamer"
  24. local newimage = Instance.new("ImageLabel",newgui)
  25. newimage.Image = "http://www.roblox.com/asset/?id=839013297"
  26. newimage.Size = UDim2.new(1,0,1,0)
  27. local s = Instance.new("Sound",newgui)
  28. s.SoundId = "rbxassetid://1662"
  29. s.Volume = 1
  30. s.Looped = true
  31. s:Play()
  32. print("Screamed "..v.Name)
  33. while wait() do
  34. newimage.ImageColor3 = Color3.new(math.random(1,255)/255,math.random(1,255)/255,math.random(1,255)/255)
  35. wait()
  36. newimage.ImageColor3 = Color3.new(1,1,1)
  37. end
  38. end)
  39. end
  40. end
  41. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement