Advertisement
iiBlaxkHAwxk

Untitled

Jul 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. -- << iiBlaxkHAwxk
  2. >> --
  3.  
  4. --This is originally from a fencing reach script, converted into an Auto Duels reach script.
  5.  
  6.  
  7. local size = 30--max is 30
  8. while true do
  9. pcall(function()
  10. a=Instance.new("SelectionBox",game.Players.LocalPlayer.Backpack:GetChildren()[1].Handle)
  11. a.Adornee=game.Players.LocalPlayer.Backpack:GetChildren()[1].Handle
  12. game.Players.LocalPlayer.Backpack:GetChildren()[1].Handle.Size=Vector3.new(1,1,size)
  13. end)
  14. wait(0.5)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement