Upscalefanatic3

(Roblox) Custom Duels Reach Script

Jan 13th, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local size = 30 -- limit is 30 studs.
  2. while true do
  3. pcall(function()
  4. a=Instance.new("SelectionBox",game.Players.LocalPlayer.Backpack:GetChildren()[1].Handle)
  5. a.Adornee=game.Players.LocalPlayer.Backpack:GetChildren()[1].Handle
  6. game.Players.LocalPlayer.Backpack:GetChildren()[1].Handle.Size=Vector3.new(1,1,size)
  7. end)
  8. wait(0.5)
  9. end
Add Comment
Please, Sign In to add comment