Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. wait()
  2. print("made by mister meme FOR killkillman xd noob ####")
  3. plr = game:GetService("Players").LocalPlayer
  4. char = plr.Character
  5. bp = plr.Backpack
  6. sgear = plr.StarterGear
  7. tool = Instance.new("Tool", bp)
  8. tool.Name = "Death Eraser"
  9. -----------------
  10. handle = Instance.new("Part",tool)
  11. handle.Name = "Handle"
  12. handle.Size = Vector3.new(1,1,3)
  13. handle.Material = Enum.Material.Neon
  14. handle.Color = Color3.new(255,255,255)
  15. -----------------
  16. -----------------
  17. local color1 = Color3.fromHSV(i,1,1)
  18. local color2 = Color3.fromHSV(i,1,1)
  19. local trans1 = 0
  20. local trans2 = 1
  21. effect = Instance.new("ParticleEmitter", handle)
  22. effect.Enabled = false
  23. effect.Rate = 100
  24. effect.LightEmission = 10
  25. effect.Lifetime = NumberRange.new(1,10)
  26. effect.VelocitySpread = 50
  27. effect.Speed = NumberRange.new(5,10)
  28. effect.Texture = "rbxassetid://341774729"
  29. effect.EmissionDirection = "Front"
  30. effect.RotSpeed = NumberRange.new(-600, 600)
  31. effect.Color = ColorSequence.new(color1, color2)
  32. effect.Transparency = NumberSequence.new(trans1,trans2)
  33. -----------------
  34. function OnEquip()
  35.     char.Humanoid:Destroy()
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement