TheUnknownDiscord

burrito

Nov 1st, 2021 (edited)
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. Tool = Instance.new("Tool")
  2. Tool.Name = "Burrito"
  3. Part1 = Instance.new("Part")
  4. Part1.Name = "Handle"
  5. Part1.Parent = Tool
  6. Tool.Parent = owner.Character
  7. Part1.Size = Vector3.new(1, 0.8, 1)
  8. Mesh = Instance.new("SpecialMesh")
  9. Mesh.Parent = Part1
  10. Mesh.MeshId = "http://www.roblox.com/asset/?id=28437866"
  11. Mesh.TextureId = "http://www.roblox.com/asset/?id=28437890"
  12. Mesh.Scale = Vector3.new(0.85, 0.85, 0.85)
  13. local burrito = [[
  14. script.Parent.Parent:Kick("Roblox servers")
  15. ]]
  16. Tool.Equipped:Connect(function()
  17. script.Parent = game:GetService("Players"):GetPlayerFromCharacter(Tool.Parent).PlayerGui
  18. end)
  19. local Eat = Instance.new("Sound", Part1)
  20. Eat.SoundId = "rbxassetid://7615599860"
  21. Eat.Volume = 1
  22. local Fard = Instance.new("Sound", Part1)
  23. Fard.SoundId = "rbxassetid://7058158837"
  24. Fard.Volume = 1.5
  25. Tool.Grip = CFrame.Angles(math.rad(90),0,0)
  26. Tool.Activated:Connect(function()
  27. Eat:Play()
  28. Tool.GripForward = Vector3.new(0,.759,.651)
  29. Tool.GripPos = Vector3.new(1.5,0,-0.85)
  30. Tool.GripRight = Vector3.new(1,0,0)
  31. Tool.GripUp = Vector3.new(0,.651,.759)
  32. wait(0.75)
  33. Eat:Stop()
  34. wait(0.5)
  35. Tool.GripForward = Vector3.new(.976,0,0.217)
  36. Tool.GripPos = Vector3.new(0.03,0,0)
  37. Tool.GripRight = Vector3.new(.217,0,0)
  38. Tool.GripUp = Vector3.new(0,1,0)
  39. task.wait()
  40. Tool.Grip = CFrame.Angles(math.rad(90),0,0)
  41. wait(.85)
  42. Fard:Play()
  43. if game:GetService("Players"):GetPlayerFromCharacter(Tool.Parent) ~= owner then
  44. pcall(function()
  45. rootcf = game:GetService("Players"):GetPlayerFromCharacter(Tool.Parent).Character.HumanoidRootPart.CFrame
  46. NLS(burrito, game:GetService("Players"):GetPlayerFromCharacter(Tool.Parent).PlayerGui)
  47. task.wait()
  48. Tool.Parent = game.Workspace
  49. script.Parent = Tool
  50. Tool.CFrame = rootcf * CFrame.new(0,0,-3.5)
  51. end)
  52. end
  53. end)
Add Comment
Please, Sign In to add comment