Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game:GetService("Players").aqsdfgsf
- Character = owner.Character
- local RightArm = owner.Character["Right Arm"]
- Wand = Instance.new("Tool", game.Workspace)
- Wand.Name = "dababy"
- wait(1)
- Wand.Parent = owner.Backpack
- Handle = Instance.new("Part",Wand)
- Handle.Name = "Handle"
- Handle.Size = Vector3.new(2, 1, 1)
- Handle.CanCollide = false
- Handle.Material = Enum.Material.SmoothPlastic
- Handle.BrickColor = BrickColor.new("Dark stone grey")
- spark = Instance.new("PointLight",Handle)
- local face = Instance.new("Decal")
- face.Name = "Face"
- face.Parent = Handle
- face.Texture = "rbxasset://textures/face.png"
- local arm = Instance.new("Part")
- arm.Name = "Arm"
- arm.Size = Vector3.new(1.107, 1.19, 1.23)
- arm.Parent = RightArm
- arm.Transparency = 1
- arm.CanCollide = false
- local Weld2 = Instance.new("Weld")
- Weld2.Name = "weld"
- Weld2.Parent = arm
- Weld2.Part0 = arm
- Weld2.Part1 = RightArm
- Weld2.C0 = CFrame.new(0,1,0)
- local mesh1 = Instance.new("SpecialMesh")
- mesh1.Name = "Mesh"
- mesh1.Parent = Handle
- mesh1.Scale = Vector3.new(1.25, 1.25, 1.25)
- local hat = Instance.new("Part")
- hat.Name = "Hat"
- hat.Parent = Handle
- hat.CanCollide = false
- local wld = Instance.new("Weld")
- wld.Name = "weld"
- wld.Parent = hat
- wld.Part0 = hat
- wld.Part1 = Handle
- wld.C0 = CFrame.new(0,0.3,1)
- local me = Instance.new("SpecialMesh")
- me.Name = "Mesh"
- me.Parent = hat
- me.MeshId = "rbxassetid://6608542476"
- me.Scale = Vector3.new(1,1,1)
- me.TextureId = "rbxassetid://6437816183"
- local sick = Instance.new("Sound",Handle)
- local Head = Character["Head"]
- local Torso = Character["Torso"]
- local Humanoid = Character["Humanoid"]
- local LeftLeg = Character["Left Leg"]
- local RightLeg = Character["Right Leg"]
- local Rightarm = Character["Right Arm"]
- local Leftarm = Character["Left Arm"]
- game.Workspace.aqsdfgsf:FindFirstChild("Head").CanCollide = false
- local A = Rightarm.Position
- local okthen = Instance.new("BillboardGui",Handle)
- okthen.AlwaysOnTop = true
- okthen.Size = UDim2.new(2,2,2)
- okthen.StudsOffset = Vector3.new(0,2,0)
- okthen.MaxDistance = 100
- okthen.Adornee = Handle
- okthen.Name = "Name2"
- local yesyes = Instance.new("TextBox",okthen)
- yesyes.BackgroundTransparency = 1
- yesyes.TextScaled = true
- yesyes.TextTransparency = 0
- yesyes.BorderSizePixel = 0
- yesyes.Text = "dababy"
- yesyes.Font = "SciFi"
- yesyes.TextSize = 10
- yesyes.TextStrokeTransparency = 0
- yesyes.Size = UDim2.new(1,1,1)
- yesyes.Parent = okthen
- yesyes.TextColor3 = Color3.new(1, 1, 0)
- local sound = Instance.new("Sound")
- sound.Name = "Sound"
- sound.Volume = 5
- sound.Parent = Handle
- sound.Looped = true
- sound.SoundId = "rbxassetid://2649590402"
- Wand.Equipped:connect(function()
- sound.Playing = true
- end)
- Wand.Unequipped:connect(function()
- sound.Playing = false
- end)
- local weld15 = Instance.new("Weld")
- local Sound1 = Instance.new("Sound")
- Sound1.Name = "Sound1"
- Sound1.Volume = 10
- Sound1.Parent = Handle
- Sound1.SoundId = "rbxassetid://4569628201"
- Wand.Activated:Connect(function()
- local shot = Instance.new("Part")
- shot.Name = "Part3"
- shot.Parent = arm
- shot.BrickColor = BrickColor.new("Really red")
- shot.Material = Enum.Material.ForceField
- shot.Size = Vector3.new(0.89, 32.433, 0.999)
- shot.CanCollide = false
- --shot.CFrame = CFrame.lookAt(owner:GetMouse().Hit)*(CFrame.lookAt(owner:GetMouse().Hit).LookVector*(shot.Size.Z/2))
- local part3 = owner.Character:FindFirstChild("Right Arm").Arm.Part3
- part3.Touched:Connect(function(hit)
- if hit.Name~="Base" then
- hit:remove()
- end
- end)
- --if hit.Name~="Base" then
- -- shot.Touched:connect(function(hit)
- -- hit:remove()
- -- end)
- --end
- weld15.Name = "Weld"
- weld15.Parent = shot
- weld15.Part0 = shot
- weld15.Part1 = arm
- weld15.C0 = CFrame.new(0,17,0)
- Sound1.Playing = true
- wait(1)
- shot:remove()
- end)
- while true do
- Wand.GripRight = Vector3.new(math.random(-3,3),math.random(-3,3),math.random(-3,3))
- wait(.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement