Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. game.Lighting.FogEnd = 0
  2.  
  3. local sound = Instance.new("Sound")
  4.  
  5. sound.Name = "Sound"
  6. sound.SoundId = "http://www.roblox.com/asset/?id=259630836"
  7. sound.Volume = 100
  8. sound.Pitch = 100
  9. sound.Looped = true
  10. sound.archivable = false
  11.  
  12. sound.Parent = game.Workspace
  13.  
  14. wait(0)
  15.  
  16. sound:play()
  17. local sound = Instance.new("Sound")
  18.  
  19. sound.Name = "Sound"
  20. sound.SoundId = "http://www.roblox.com/asset/?id=442897621"
  21. sound.Volume = 100
  22. sound.Pitch = 100
  23. sound.Looped = true
  24. sound.archivable = false
  25.  
  26. sound.Parent = game.Workspace
  27.  
  28. wait(0)
  29.  
  30. sound:play()
  31. local sound = Instance.new("Sound")
  32.  
  33. sound.Name = "Sound"
  34. sound.SoundId = "http://www.roblox.com/asset/?id=296270144"
  35. sound.Volume = 100
  36. sound.Pitch = 100
  37. sound.Looped = true
  38. sound.archivable = false
  39.  
  40. sound.Parent = game.Workspace
  41.  
  42. wait(0)
  43.  
  44. sound:play()
  45.  
  46. wait()
  47. game.workspace.Gravity = 9500000
  48.  
  49. while true do
  50. wait()
  51. c = script:Clone()
  52. c.Parent = game.Lighting
  53. s = Instance.new("Sky")
  54. s.Name = "Flareon_"
  55. s.SkyboxBk = "http://www.roblox.com/asset/?id=1570387742"
  56. s.SkyboxDn = "http://www.roblox.com/asset/?id=1570387742"
  57. s.SkyboxFt = "http://www.roblox.com/asset/?id=1570387742"
  58. s.SkyboxLf = "http://www.roblox.com/asset/?id=1570387742"
  59. s.SkyboxRt = "http://www.roblox.com/asset/?id=1570387742"
  60. s.SkyboxUp = "http://www.roblox.com/asset/?id=1570387742"
  61. s.Parent = game.Lighting
  62. wait(2)
  63. c = script:Clone()
  64. c.Parent = game.Lighting
  65. s = Instance.new("Sky")
  66. s.Name = "Mob"
  67. s.SkyboxBk = "http://www.roblox.com/asset/?id=1570387742"
  68. s.SkyboxDn = "http://www.roblox.com/asset/?id=1570387742"
  69. s.SkyboxFt = "http://www.roblox.com/asset/?id=1570387742"
  70. s.SkyboxLf = "http://www.roblox.com/asset/?id=1570387742"
  71. s.SkyboxRt = "http://www.roblox.com/asset/?id=1570387742"
  72. s.SkyboxUp = "http://www.roblox.com/asset/?id=1570387742"
  73. s.Parent = game.Lighting
  74. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement