coolgoldboy166

halloween

Oct 31st, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. local stpl = game:GetService("StarterPlayer")
  2. stpl.HealthDisplayDistance = 3
  3. stpl.NameDisplayDistance = 3
  4. local mod = Instance.new("Model")
  5. mod.Parent = game.Players
  6. local s = Instance.new("Sound")
  7. s.SoundId = "rbxassetid://569693718"
  8. s.Parent = mod
  9. s.Volume = 15
  10. s.Pitch = 1
  11. s.Looped = true
  12. s:Play()
  13. local s = Instance.new("Sound")
  14. s.SoundId = "rbxassetid://569693718"
  15. s.Parent = mod
  16. s.Volume = 15
  17. s.Pitch = 1
  18. s.Looped = true
  19. s:Play()
  20. local s = Instance.new("Sound")
  21. s.SoundId = "rbxassetid://569693718"
  22. s.Parent = mod
  23. s.Volume = 15
  24. s.Pitch = 1
  25. s.Looped = true
  26. s:Play()
  27. local w = workspace
  28. local b = workspace.Base
  29. b.BrickColor = BrickColor.new("Burnt Sienna")
  30. b.Material = "Grass"
  31. local lig = game.Lighting
  32. lig.FogEnd = 100
  33. lig.FogColor = Color3.new(0, 0, 0)
  34. lig.TimeOfDay = 0
  35. lig.Brightness = 0.5
  36. lig.GlobalShadows = false
  37. lig.Ambient = Color3.fromRGB(50,50,50)
  38. local m = Instance.new("Message")
  39. m.Parent = workspace
  40. m.Text = "s"
  41. wait(1)
  42. m.Text = "s, p"
  43. wait(1)
  44. m.Text = "s, p, o"
  45. wait(1)
  46. m.Text = "s, p, o, o"
  47. wait(1)
  48. m.Text = "s, p, o, o, k"
  49. wait(1)
  50. m.Text = "s, p, o, o, k, y"
  51. wait(1)
  52. m.Text = "s, p, o, o, k"
  53. wait(1)
  54. m.Text = "s, p, o, o"
  55. wait(1)
  56. m.Text = "s, p, o"
  57. wait(1)
  58. m.Text = "s, p"
  59. wait(1)
  60. m.Text = "s"
  61. wait(1)
  62. m:Destroy()
Add Comment
Please, Sign In to add comment