Advertisement
toonrun123

Grow and Raise an EPIC Doge! keeping Berry Auto

Jun 16th, 2019
1,317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.98 KB | None | 0 0
  1. --Keeping Fucking Berry
  2. for NumberFound,Doge in pairs(game.Workspace:GetDescendants()) do
  3.     if Doge.Name == "Handle" then
  4.     local NormalPosition = game.Players.LocalPlayer.Character["Right Arm"].Position
  5.     print("-----------")
  6. print(NormalPosition)
  7. print(NumberFound)
  8. print(Doge.Parent)
  9.  Doge.CFrame = CFrame.new(NormalPosition)
  10. wait(.25) --Recommand 0.3,if you want Faster use 0.1
  11. end
  12. end
  13.  
  14.  
  15. --Hold All Item in Backpack
  16. for i,item in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  17.     if item:IsA("Tool") then
  18.         wait(0)
  19.         item.Parent = game.Players.LocalPlayer.Character
  20.     end
  21. end
  22.  
  23.  
  24. --27 Min
  25. ------------------------------17/6/2019 UPDATE--------------------------------------------------------------------
  26.  
  27. --Hold All Item in Backpack 17/6/2019 Update
  28. for i,item in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  29.     if item:IsA("Tool") then
  30. if item.Name == "DogeBerry" then
  31.         wait(0)
  32.         item.Parent = game.Players.LocalPlayer.Character
  33. end
  34.     end
  35. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement