Advertisement
Guest User

COOL REACH YES

a guest
Jan 14th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. -- MonkeyCool was here.
  2. pack,human=game.Players.LocalPlayer.Backpack,game.Players.LocalPlayer.Character.Humanoid;human:UnequipTools();
  3. children=pack:GetChildren();
  4. huge=Vector3.new(math.huge,math.huge,math.huge);
  5. function reach(THING)
  6.     THING.Massless=true
  7.     THING.Size=huge
  8. end
  9.  
  10. for _,tool in pairs(children) do
  11.     reach(tool:FindFirstChild("Handle"))
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement