Advertisement
Finnegan5

True Crescendo

Nov 9th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. local True = Instance.New("Tool")
  2. PlaySlash = Instance.New("BoolValue")
  3. PlaySlash.Parent = True
  4. PlaySlash.Value = true
  5. PlaySlash.Archivable = false
  6. Handle = Instance.New("Part")
  7. Handle.Parent = True
  8. local SlashSound = Instance.New("Sound")
  9. SlashSound.SoundId = "rbxassetid://92597369"
  10. SlashSound.Parent = Handle
  11. SlashSound.PlaybackSpeed = 0.7
  12. SlashSound.MaxDistance = 10000
  13. SlashSound.EmitterSize = 10
  14. SlashSound.TimePosition = 0
  15. SlashSound.Volume = 0.35
  16. SlashSound.Looped = false
  17. SlashSound.Archivable = false
  18. SlashSound.PlayOnRemove = false
  19. local UnsheathSound = Instance.New("Sound")
  20. UnsheathSound.SoundId = "rbxassetid://96098241"
  21. UnsheathSound.Looped = false
  22. UnsheathSound.Volume = 0.75
  23. UnsheathSound.TimePosition = 0
  24. UnsheathSound.PlaybackSpeed = 1
  25. UnsheathSound.MaxDistance = 10000
  26. UnsheathSound.EmitterSize = 10
  27. UnsheathSound.Parent = Handle
  28. UnsheathSound.Archivable = true
  29. UnsheathSound.PlayOnRemove = false
  30. local CrimsonFire = Instance.New("ParticleEmitter")
  31. CrimsonFire.Color3(255,0,0)
  32. CrimsonFire.LightEmission = 1
  33. CrimsonFire.LightInfluence = 0
  34. CrimsonFire.Size = 3.5
  35. CrimsonFire.Texture = "rbxasset://textures/particles/smoke_main.dds"
  36. CrimsonFire.Transparency = 0
  37. CrimsonFire.ZOffset = 0
  38. CrimsonFire.Parent = True
  39. CrimsonFire.Archivable = true
  40. CrimsonFire.Acceleration = 0, 10, 0
  41. CrimsonFire.Drag = 0
  42. CrimsonFire.LockedToPart = false
  43. CrimsonFire.VelocityInheritance = 0
  44. CrimsonFire.EmissionDirection.Type = Top
  45. CrimsonFire.Enabled = false
  46. CrimsonFire.Lifetime = 0.2, 0.3
  47. CrimsonFire.Rate = 1000000
  48. CrimsonFire.Rotation = 0, 5
  49. CrimsonFire.RotSpeed = 15, 25
  50. CrimsonFire.Speed = -1.1
  51. CrimsonFire.VelocitySpread = 0
  52. local mesh = Instance.new("SpecialMesh",Handle)
  53. mesh.MeshId = "rbxassetid://94840342"
  54. mesh.TextureId = "rbxassetid://120869251"
  55. mesh.Scale = 0.9, 0.9, 0.9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement