Advertisement
GetRektNewbies

Custom Duels Reach Script

Mar 9th, 2019
4,311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. a=Instance.new("SelectionBox",game.Players.LocalPlayer.Backpack.Sword.Handle)
  2. a.Adornee=game.Players.LocalPlayer.Backpack.Sword.Handle
  3. game.Players.LocalPlayer.Backpack.Sword.Handle.Size=Vector3.new(.6,.6,9)
  4.  
  5. --If you want to know the name of the sword (Works on any game);
  6. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7. print(v.Name)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement