Advertisement
Marty2000

Roblox "Defender's Depot" snowball autofarm

Dec 25th, 2021 (edited)
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. -- Snowball AutoFarm for "Defender's Depot". By Marty2000, enjoy!
  2. -- Not relevant anymore!
  3.  
  4. while wait() do
  5.     for i,v in pairs(game:GetDescendants()) do
  6.         if v.Name == 'hitbox' then
  7.             v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  8.         end
  9.     end
  10. end
  11.  
  12. -- Reset character for fix
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement