asdasdasdasd1233

asawdawdsadwasdwa

Mar 22nd, 2018
1,759
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. local plr = game:GetService("Players").LocalPlayer
  2. local char = plr.Character
  3. local tor = char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso")
  4. local head = char:FindFirstChild("Head")
  5. local rs = tor:FindFirstChild("Right Shoulder")
  6. local ls = tor:FindFirstChild("Left Shoulder")
  7. local mou = plr:GetMouse()
  8. local hum = char:FindFirstChildOfClass("Humanoid")
  9. local tweenserv = game:GetService("TweenService")
  10. local face = head:FindFirstChildOfClass("Decal")
  11.  
  12. face:Destroy()
  13. local stick = Instance.new("Part", char)
  14. stick.Size = Vector3.new(0.5, 0.1, 1)
  15. stick.CanCollide = false
  16. stick.BrickColor = BrickColor.new("Hot pink")
  17. stick.Material = "Metal"
  18. stick.Name = "tongue"
  19. local stickw = Instance.new("Weld", stick)
  20. stickw.Part0 = head
  21. stickw.Part1 = stick
  22. stickw.C1 = CFrame.new(0, 0.25, 0.3)
  23. local sp = Instance.new("Part", char)
  24. sp.Size = Vector3.new(1, 1, 1)
  25. sp.Transparency = 1
  26. sp.CanCollide = false
  27. local spw = Instance.new("Weld", sp)
  28. spw.Part0 = head
  29. spw.Part1 = sp
  30. spw.C1 = CFrame.new(0, 0.25, 0.3)
  31.  
  32. local le = Instance.new("Part", char)
  33. le.Material = "Neon"
  34. le.BrickColor = BrickColor.new("Institutional white")
  35. le.CanCollide = false
  36. le.Shape = "Ball"
  37. le.Size = Vector3.new(0.2, 0.2, 0.2)
  38. local re = Instance.new("Part", char)
  39. re.Material = "Neon"
  40. re.BrickColor = BrickColor.new("Really black")
  41. re.CanCollide = false
  42. re.Shape = "Ball"
  43. re.Size = Vector3.new(0.1, 0.1, 0.1)
  44. local lew = Instance.new("Weld", le)
  45. lew.Part0 = head
  46. lew.Part1 = le
  47. lew.C1 = CFrame.new(0, -0.2, 0.6)
  48. local rew = Instance.new("Weld", re)
  49. rew.Part0 = head
  50. rew.Part1 = re
  51. rew.C1 = CFrame.new(0, -0.2, 0.7)
  52.  
  53.  
  54. function pressed(key)
  55. if key == "e" then
  56. local ray = Ray.new(sp.CFrame.p, (mou.Hit.p - sp.CFrame.p).unit * 300)
  57. local part, position = workspace:FindPartOnRay(ray, char, false, true)
  58. dis = (sp.CFrame.p - position).magnitude
  59. stick.Size = Vector3.new(0.5, 0.2, dis)
  60. stick.CFrame = CFrame.new(sp.CFrame.p, position) * CFrame.new(0, 0, -dis / 2)
  61. stick.Anchored = true
  62. if not stick:FindFirstChild("asdasdbbaw1223") then
  63. local yoshi = Instance.new("Sound", stick)
  64. yoshi.SoundId = "rbxassetid://180857388"
  65. yoshi.Volume = 10
  66. yoshi.Name = "asdasdbbaw1223"
  67. yoshi:Play()
  68. elseif stick:FindFirstChild("asdasdbbaw1223") then
  69. yoshi2 = stick:FindFirstChild("asdasdbbaw1223")
  70. yoshi2:Play()
  71. end
  72. if mou.Target ~= nil and mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  73. hitchar = mou.Target.Parent
  74. hithum = mou.Target.Parent:FindFirstChildOfClass("Humanoid")
  75. hithum.Health = hithum.Health - 25
  76. hithum.PlatformStand = true
  77. end
  78. wait(0.01)
  79. stick.Size = Vector3.new(0.5, 0.1, 1)
  80. stick.Anchored = true
  81. stick.CanCollide = false
  82. stick.BrickColor = BrickColor.new("Hot pink")
  83. stick.Material = "Metal"
  84. stick.Anchored = false
  85. stick.Name = "tongue"
  86. stickw.Parent = stick
  87. stickw.Part0 = head
  88. stickw.Part1 = stick
  89. stickw.C1 = CFrame.new(0, 0.25, 0.3)
  90. elseif key == "q" then
  91. local ray = Ray.new(sp.CFrame.p, (mou.Hit.p - sp.CFrame.p).unit * 300)
  92. local part, position = workspace:FindPartOnRay(ray, char, false, true)
  93. dis = (sp.CFrame.p - position).magnitude
  94. stick.Size = Vector3.new(0.5, 0.2, dis)
  95. stick.CFrame = CFrame.new(sp.CFrame.p, position) * CFrame.new(0, 0, -dis / 2)
  96. stick.Anchored = true
  97. if mou.Target ~= nil and mou.Target:IsA("Part") then
  98. mou.Target:Destroy()
  99. end
  100. if not stick:FindFirstChild("asdasdasd") then
  101. local asa = Instance.new("Sound", stick)
  102. asa.SoundId = "rbxassetid://835453268"
  103. asa.Volume = 10
  104. asa.Name = "asdasdasd"
  105. asa:Play()
  106. elseif stick:FindFirstChild("asdasdasd") then
  107. asa2 = stick:FindFirstChild("asdasdasd")
  108. asa2:Play()
  109. end
  110. wait(0.01)
  111. stick.Size = Vector3.new(0.5, 0.1, 1)
  112. stick.Anchored = true
  113. stick.CanCollide = false
  114. stick.BrickColor = BrickColor.new("Hot pink")
  115. stick.Material = "Metal"
  116. stick.Anchored = false
  117. stick.Name = "tongue"
  118. stickw.Parent = stick
  119. stickw.Part0 = head
  120. stickw.Part1 = stick
  121. stickw.C1 = CFrame.new(0, 0.25, 0.3)
  122. end
  123. end
  124. mou.KeyDown:connect(pressed)
Add Comment
Please, Sign In to add comment