Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game:GetService("Players").LocalPlayer
- local char = plr.Character
- local tor = char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso")
- local head = char:FindFirstChild("Head")
- local rs = tor:FindFirstChild("Right Shoulder")
- local ls = tor:FindFirstChild("Left Shoulder")
- local mou = plr:GetMouse()
- local hum = char:FindFirstChildOfClass("Humanoid")
- local tweenserv = game:GetService("TweenService")
- local face = head:FindFirstChildOfClass("Decal")
- face:Destroy()
- local stick = Instance.new("Part", char)
- stick.Size = Vector3.new(0.5, 0.1, 1)
- stick.CanCollide = false
- stick.BrickColor = BrickColor.new("Hot pink")
- stick.Material = "Metal"
- stick.Name = "tongue"
- local stickw = Instance.new("Weld", stick)
- stickw.Part0 = head
- stickw.Part1 = stick
- stickw.C1 = CFrame.new(0, 0.25, 0.3)
- local sp = Instance.new("Part", char)
- sp.Size = Vector3.new(1, 1, 1)
- sp.Transparency = 1
- sp.CanCollide = false
- local spw = Instance.new("Weld", sp)
- spw.Part0 = head
- spw.Part1 = sp
- spw.C1 = CFrame.new(0, 0.25, 0.3)
- local le = Instance.new("Part", char)
- le.Material = "Neon"
- le.BrickColor = BrickColor.new("Institutional white")
- le.CanCollide = false
- le.Shape = "Ball"
- le.Size = Vector3.new(0.2, 0.2, 0.2)
- local re = Instance.new("Part", char)
- re.Material = "Neon"
- re.BrickColor = BrickColor.new("Really black")
- re.CanCollide = false
- re.Shape = "Ball"
- re.Size = Vector3.new(0.1, 0.1, 0.1)
- local lew = Instance.new("Weld", le)
- lew.Part0 = head
- lew.Part1 = le
- lew.C1 = CFrame.new(0, -0.2, 0.6)
- local rew = Instance.new("Weld", re)
- rew.Part0 = head
- rew.Part1 = re
- rew.C1 = CFrame.new(0, -0.2, 0.7)
- function pressed(key)
- if key == "e" then
- local ray = Ray.new(sp.CFrame.p, (mou.Hit.p - sp.CFrame.p).unit * 300)
- local part, position = workspace:FindPartOnRay(ray, char, false, true)
- dis = (sp.CFrame.p - position).magnitude
- stick.Size = Vector3.new(0.5, 0.2, dis)
- stick.CFrame = CFrame.new(sp.CFrame.p, position) * CFrame.new(0, 0, -dis / 2)
- stick.Anchored = true
- if not stick:FindFirstChild("asdasdbbaw1223") then
- local yoshi = Instance.new("Sound", stick)
- yoshi.SoundId = "rbxassetid://180857388"
- yoshi.Volume = 10
- yoshi.Name = "asdasdbbaw1223"
- yoshi:Play()
- elseif stick:FindFirstChild("asdasdbbaw1223") then
- yoshi2 = stick:FindFirstChild("asdasdbbaw1223")
- yoshi2:Play()
- end
- if mou.Target ~= nil and mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
- hitchar = mou.Target.Parent
- hithum = mou.Target.Parent:FindFirstChildOfClass("Humanoid")
- hithum.Health = hithum.Health - 25
- hithum.PlatformStand = true
- end
- wait(0.01)
- stick.Size = Vector3.new(0.5, 0.1, 1)
- stick.Anchored = true
- stick.CanCollide = false
- stick.BrickColor = BrickColor.new("Hot pink")
- stick.Material = "Metal"
- stick.Anchored = false
- stick.Name = "tongue"
- stickw.Parent = stick
- stickw.Part0 = head
- stickw.Part1 = stick
- stickw.C1 = CFrame.new(0, 0.25, 0.3)
- elseif key == "q" then
- local ray = Ray.new(sp.CFrame.p, (mou.Hit.p - sp.CFrame.p).unit * 300)
- local part, position = workspace:FindPartOnRay(ray, char, false, true)
- dis = (sp.CFrame.p - position).magnitude
- stick.Size = Vector3.new(0.5, 0.2, dis)
- stick.CFrame = CFrame.new(sp.CFrame.p, position) * CFrame.new(0, 0, -dis / 2)
- stick.Anchored = true
- if mou.Target ~= nil and mou.Target:IsA("Part") then
- mou.Target:Destroy()
- end
- if not stick:FindFirstChild("asdasdasd") then
- local asa = Instance.new("Sound", stick)
- asa.SoundId = "rbxassetid://835453268"
- asa.Volume = 10
- asa.Name = "asdasdasd"
- asa:Play()
- elseif stick:FindFirstChild("asdasdasd") then
- asa2 = stick:FindFirstChild("asdasdasd")
- asa2:Play()
- end
- wait(0.01)
- stick.Size = Vector3.new(0.5, 0.1, 1)
- stick.Anchored = true
- stick.CanCollide = false
- stick.BrickColor = BrickColor.new("Hot pink")
- stick.Material = "Metal"
- stick.Anchored = false
- stick.Name = "tongue"
- stickw.Parent = stick
- stickw.Part0 = head
- stickw.Part1 = stick
- stickw.C1 = CFrame.new(0, 0.25, 0.3)
- end
- end
- mou.KeyDown:connect(pressed)
Add Comment
Please, Sign In to add comment