Advertisement
Runixer

Untitled

Jul 17th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. -- You need to be wearing the "Pal Hair" on your avatar for this work!
  2.  
  3. plr = game.Players.LocalPlayer
  4. mouse = plr:GetMouse()
  5. mouse.KeyDown:connect(function(key)
  6. if key == "=" then
  7. game.Players.LocalPlayer.Character:FindFirstChild("Bacon").Handle.Mesh:Remove()
  8. game.Players.LocalPlayer.Character:FindFirstChild("Bacon"):Destroy()
  9. end
  10. end)
  11.  
  12. repeat
  13. game:GetService("RunService").Stepped:wait()
  14. if not game.Players.LocalPlayer.Backpack:FindFirstChild("Bacon") or not game.Players.LocalPlayer.Character:FindFirstChild("Bacon") then
  15. local Bacon = Instance.new("Tool", game:GetService("Players").LocalPlayer.Backpack)
  16. Bacon.Name = "Bacon"
  17. Bacon.TextureId = "rbxassetid://1573579032"
  18. local BaconHandle = game.Players.LocalPlayer.Character:FindFirstChild("Pal Hair").Handle
  19. BaconHandle:FindFirstChildOfClass("Weld"):Destroy()
  20. BaconHandle.Parent = Bacon
  21. BaconHandle.Massless = true
  22. game.Players.LocalPlayer.Backpack:FindFirstChild("Bacon").Activated:connect(function()
  23. game.Players.LocalPlayer.Character.Head.Died:Play()
  24. game.Players.LocalPlayer.Character:FindFirstChild("Bacon").Parent = game.Players.LocalPlayer.Backpack
  25. game.Players.LocalPlayer.Backpack:FindFirstChild("Bacon").GripPos = Vector3.new(1.5,-.5,-.5)
  26. game.Players.LocalPlayer.Backpack:FindFirstChild("Bacon").Parent = game.Players.LocalPlayer.Character
  27. wait(.875)
  28. game.Players.LocalPlayer.Character:FindFirstChild("Bacon").Parent = game.Players.LocalPlayer.Backpack
  29. game.Players.LocalPlayer.Backpack:FindFirstChild("Bacon").GripPos = Vector3.new(0,0,0)
  30. game.Players.LocalPlayer.Backpack:FindFirstChild("Bacon").Parent = game.Players.LocalPlayer.Character
  31. end)
  32. elseif game.Players.LocalPlayer.Backpack:FindFirstChild("Bacon") then
  33. end
  34. repeat
  35. if game.Players.LocalPlayer.Backpack:FindFirstChild("Bacon") then
  36. game.Players.LocalPlayer.Backpack:FindFirstChild("Bacon").Parent = game.Players.LocalPlayer.Character
  37. end
  38. game:GetService("RunService").Stepped:wait()
  39. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  40. game.Players.LocalPlayer.Character:FindFirstChild("Pal Hair"):Remove()
  41. game:GetService("RunService").Stepped:wait()
  42. repeat game:GetService("RunService").Stepped:wait()
  43. until game.Players.LocalPlayer.Character.Humanoid.Health == 100
  44. repeat game:GetService("RunService").Stepped:wait()
  45. until game.Players.LocalPlayer.Character:FindFirstChild("Pal Hair")
  46. game:GetService("RunService").Stepped:wait()
  47. until game.Players.LocalPlayer.Character:FindFirstChild("Bacon").Handle.Mesh:Remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement