Advertisement
Kaemi

SANS CRAFT

Feb 14th, 2017
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --local music = Instance.new("Sound", workspace)
  2. --music.SoundId = "http://www.roblox.com/asset/?id=345006573" --ur id here peasant
  3. --music.Volume = 20
  4. --music.Looped = false
  5. --music:Play()
  6. --music.Name = "Ro-MusicPlayer"
  7. local music = Instance.new("Sound", workspace)
  8. music.SoundId = "http://www.roblox.com/asset/?id=345006573"
  9. music.Volume = 20
  10. music.Looped = true
  11. music:Play()
  12. music:Stop()
  13. music.Name = "Ro-MusicPlayer"
  14. wait(3)
  15. music:Play()
  16. t1 = "http://www.roblox.com/asset/?id=338769560"
  17. t2 = "http://www.roblox.com/asset/?id=415138274"
  18. t3 = "http://www.roblox.com/asset/?id=238182091"
  19. local p = game.Players:GetChildren()
  20. local w = game.Workspace:GetChildren()
  21. for i,v in pairs(p) do
  22. pe = Instance.new("ParticleEmitter", v.Character.Torso)
  23. pe.Texture = t3
  24. pe.VelocitySpread = 5
  25. end
  26. for i= 1,#w do
  27. if w[i]:isA("BasePart") then
  28. pe = Instance.new("ParticleEmitter", w[i])
  29. pe.Texture = t3
  30. pe.VelocitySpread = 5
  31. end
  32. end
  33. local Sky = Instance.new("Sky", game.Lighting)
  34. Sky.SkyboxBk = t1
  35. Sky.SkyboxDn = t2
  36. Sky.SkyboxFt = t3
  37. Sky.SkyboxLf = t1
  38. Sky.SkyboxRt = t2
  39. Sky.SkyboxUp = t3
  40. Sky.StarCount = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement