Advertisement
NYXRBLX

Untitled

Nov 8th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Plrs = game:GetService("Players")
  2.  
  3.  
  4.  
  5. GuitarColour = "Navy blue"
  6.  
  7.  
  8.  
  9. me = Plrs.Wolfwv
  10.  
  11. char = me.Character
  12.  
  13. Modelname = "xGuitar"
  14.  
  15. Toolname = "Guitar"
  16.  
  17. Surfaces = {"FrontSurface", "BackSurface", "TopSurface", "BottomSurface", "LeftSurface", "RightSurface"}
  18.  
  19. necko = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  20.  
  21. selected = false
  22.  
  23. Hurt = false
  24.  
  25. Deb = true
  26.  
  27. Able = true
  28.  
  29. Prop = {Damage = 30}
  30.  
  31. volume = 0.75
  32.  
  33.  
  34.  
  35. ToolIcon = ""
  36.  
  37. MouseIc = ""
  38.  
  39. MouseDo = ""
  40.  
  41.  
  42.  
  43. Add = {
  44.  
  45. Sphere = function(P)
  46.  
  47. local m = Instance.new("SpecialMesh",P)
  48.  
  49. m.MeshType = "Sphere"
  50.  
  51. return m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement