Advertisement
aarontje11002

Spooky script

Jul 10th, 2015
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. game.Players.PlayerAdded:connect(function(plr)
  2. local gui = Instance.new("ScreenGui", plr:WaitForChild("PlayerGui"))
  3.  
  4. local i = Instance.new("ImageLabel", gui)
  5. i.Image = "rbxassetid://109869682"
  6. spawn(function()
  7. while wait() do
  8. i.Transparency = .2
  9. wait()
  10. i.Transparency = 0
  11. end
  12. end)
  13. i.Size = UDim2.new(1,0,1,0)
  14. local s = Instance.new("Sound", workspace)
  15. s.Looped = true
  16. s.SoundId = "rbxassetid://192334186"
  17. s:Play()
  18. print'spook'
  19. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement