Advertisement
Unicornelias

Meme dream script

Jun 30th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. --If you want to stop script, reset (By Rufus14)
  2. sound = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  3. sound.SoundId = "http://roblox.com/asset?id=340968287"
  4. "
  5. sound:Play()
  6. sound.Looped = true
  7. sound.EmitterSize = 1000
  8. sound.Volume = 10
  9. wait(21.3)
  10. sky = Instance.new("Sky", game.Lighting)
  11. sky.SkyboxBk = "http://www.roblox.com/asset/?id=7736693"
  12. sky.SkyboxDn = "http://www.roblox.com/asset/?id=107783371"
  13. sky.SkyboxFt = "http://www.roblox.com/asset/?id=84258917"
  14. sky.SkyboxLf = "http://www.roblox.com/asset/?id=61693497"
  15. sky.SkyboxRt = "http://www.roblox.com/asset/?id=83824698"
  16. sky.SkyboxUp = "http://www.roblox.com/asset/?id=57649700"
  17. while true do
  18. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  19. sound:destroy()
  20. sky:destroy()
  21. break
  22. end
  23. game.Lighting.TimeOfDay = 00,00,00
  24. wait(0.6)
  25. game.Lighting.TimeOfDay = 14,00,00
  26. wait()
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement