Advertisement
PG_MCVN

Auto Farm Luffy OPSte

Nov 30th, 2018
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2. if v.ClassName == "Script" then
  3. for i,c in pairs(v:GetChildren()) do
  4. if c.Name == "" then
  5. v:Remove()
  6.  
  7. end
  8. end
  9. end
  10. end
  11.  
  12.  
  13. for _,v in pairs(game.Workspace:GetDescendants()) do
  14. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  15. v:FindFirstChild("Head").Anchored = true
  16. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(10,0,-5)
  17. end
  18. end
  19.  
  20. while true do
  21.  
  22. for _,v in pairs(game.Workspace:GetDescendants()) do
  23. if string.find(v.Name, "Luffy") and v:FindFirstChild("HumanoidRootPart") then
  24. v:FindFirstChild("HumanoidRootPart").Anchored = true
  25. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2.7)
  26. end
  27. end
  28. wait(5)
  29. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement