Advertisement
matthewgeoff6

Music script with particles [CERBERUS]

Feb 24th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. local music=Instance.new("Sound",game.Players.LocalPlayer.Character.HumanoidRootPart)
  2. local note=Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Head)
  3. music.Volume=(2.2)
  4. music.Name="Music"
  5. music.Looped=true
  6. music.Pitch=1
  7. music:Play()
  8. note.LightEmission=(0.2)
  9. note.Texture="rbxassetid://241191115"
  10. note.Transparency=NumberSequence.new(0.3)
  11. note.Rate=1.3
  12. note.VelocitySpread=(6)
  13. note.Speed=NumberRange.new(5)
  14.  
  15. --Soundid goes there:
  16.  
  17. music.SoundId="rbxassetid://IDHERE"
  18.  
  19. --Written by Seez! (discord is Seez Exploits#2206)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement