Advertisement
-----------------

dababy

Mar 17th, 2021 (edited)
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. local Player = game:GetService("Players").aqsdfgsf
  2.  
  3. Character = owner.Character
  4. local RightArm = owner.Character["Right Arm"]
  5.  
  6. Wand = Instance.new("Tool", game.Workspace)
  7. Wand.Name = "dababy"
  8. wait(1)
  9. Wand.Parent = owner.Backpack
  10. Handle = Instance.new("Part",Wand)
  11. Handle.Name = "Handle"
  12. Handle.Size = Vector3.new(2, 1, 1)
  13. Handle.CanCollide = false
  14. Handle.Material = Enum.Material.SmoothPlastic
  15. Handle.BrickColor = BrickColor.new("Dark stone grey")
  16. spark = Instance.new("PointLight",Handle)
  17.  
  18. local face = Instance.new("Decal")
  19. face.Name = "Face"
  20. face.Parent = Handle
  21. face.Texture = "rbxasset://textures/face.png"
  22.  
  23. local arm = Instance.new("Part")
  24. arm.Name = "Arm"
  25. arm.Size = Vector3.new(1.107, 1.19, 1.23)
  26. arm.Parent = RightArm
  27. arm.Transparency = 1
  28. arm.CanCollide = false
  29. local Weld2 = Instance.new("Weld")
  30. Weld2.Name = "weld"
  31. Weld2.Parent = arm
  32. Weld2.Part0 = arm
  33. Weld2.Part1 = RightArm
  34. Weld2.C0 = CFrame.new(0,1,0)
  35.  
  36.  
  37. local mesh1 = Instance.new("SpecialMesh")
  38. mesh1.Name = "Mesh"
  39. mesh1.Parent = Handle
  40. mesh1.Scale = Vector3.new(1.25, 1.25, 1.25)
  41.  
  42.  
  43.  
  44. local hat = Instance.new("Part")
  45. hat.Name = "Hat"
  46. hat.Parent = Handle
  47. hat.CanCollide = false
  48.  
  49. local wld = Instance.new("Weld")
  50. wld.Name = "weld"
  51. wld.Parent = hat
  52. wld.Part0 = hat
  53. wld.Part1 = Handle
  54. wld.C0 = CFrame.new(0,0.3,1)
  55. local me = Instance.new("SpecialMesh")
  56. me.Name = "Mesh"
  57. me.Parent = hat
  58. me.MeshId = "rbxassetid://6608542476"
  59. me.Scale = Vector3.new(1,1,1)
  60. me.TextureId = "rbxassetid://6437816183"
  61.  
  62.  
  63.  
  64. local sick = Instance.new("Sound",Handle)
  65.  
  66. local Head = Character["Head"]
  67. local Torso = Character["Torso"]
  68. local Humanoid = Character["Humanoid"]
  69. local LeftLeg = Character["Left Leg"]
  70. local RightLeg = Character["Right Leg"]
  71. local Rightarm = Character["Right Arm"]
  72. local Leftarm = Character["Left Arm"]
  73.  
  74. game.Workspace.aqsdfgsf:FindFirstChild("Head").CanCollide = false
  75.  
  76. local A = Rightarm.Position
  77.  
  78. local okthen = Instance.new("BillboardGui",Handle)
  79. okthen.AlwaysOnTop = true
  80. okthen.Size = UDim2.new(2,2,2)
  81. okthen.StudsOffset = Vector3.new(0,2,0)
  82. okthen.MaxDistance = 100
  83. okthen.Adornee = Handle
  84. okthen.Name = "Name2"
  85. local yesyes = Instance.new("TextBox",okthen)
  86. yesyes.BackgroundTransparency = 1
  87. yesyes.TextScaled = true
  88. yesyes.TextTransparency = 0
  89. yesyes.BorderSizePixel = 0
  90. yesyes.Text = "dababy"
  91. yesyes.Font = "SciFi"
  92. yesyes.TextSize = 10
  93. yesyes.TextStrokeTransparency = 0
  94. yesyes.Size = UDim2.new(1,1,1)
  95. yesyes.Parent = okthen
  96. yesyes.TextColor3 = Color3.new(1, 1, 0)
  97.  
  98.  
  99. local sound = Instance.new("Sound")
  100. sound.Name = "Sound"
  101. sound.Volume = 5
  102. sound.Parent = Handle
  103. sound.Looped = true
  104. sound.SoundId = "rbxassetid://2649590402"
  105.  
  106. Wand.Equipped:connect(function()
  107. sound.Playing = true
  108. end)
  109.  
  110. Wand.Unequipped:connect(function()
  111. sound.Playing = false
  112. end)
  113.  
  114. local weld15 = Instance.new("Weld")
  115.  
  116. local Sound1 = Instance.new("Sound")
  117. Sound1.Name = "Sound1"
  118. Sound1.Volume = 10
  119. Sound1.Parent = Handle
  120. Sound1.SoundId = "rbxassetid://4569628201"
  121.  
  122. Wand.Activated:Connect(function()
  123. local shot = Instance.new("Part")
  124. shot.Name = "Part3"
  125. shot.Parent = arm
  126. shot.BrickColor = BrickColor.new("Really red")
  127. shot.Material = Enum.Material.ForceField
  128. shot.Size = Vector3.new(0.89, 32.433, 0.999)
  129. shot.CanCollide = false
  130. --shot.CFrame = CFrame.lookAt(owner:GetMouse().Hit)*(CFrame.lookAt(owner:GetMouse().Hit).LookVector*(shot.Size.Z/2))
  131.  
  132. local part3 = owner.Character:FindFirstChild("Right Arm").Arm.Part3
  133.  
  134. part3.Touched:Connect(function(hit)
  135. if hit.Name~="Base" then
  136. hit:remove()
  137. end
  138. end)
  139.  
  140. --if hit.Name~="Base" then
  141. -- shot.Touched:connect(function(hit)
  142. -- hit:remove()
  143. -- end)
  144. --end
  145. weld15.Name = "Weld"
  146. weld15.Parent = shot
  147. weld15.Part0 = shot
  148. weld15.Part1 = arm
  149. weld15.C0 = CFrame.new(0,17,0)
  150. Sound1.Playing = true
  151. wait(1)
  152. shot:remove()
  153. end)
  154.  
  155.  
  156.  
  157.  
  158. while true do
  159. Wand.GripRight = Vector3.new(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  160. wait(.1)
  161. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement