fufunny1

auto duel script

Sep 13th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local sword=game.Players.LocalPlayer.Backpack.LinkedSword
  2. a=Instance.new("SelectionBox",sword.Handle)
  3. a.Adornee=sword.Handle
  4. sword.Handle.Size=Vector3.new(0.2,0.2,180)
  5. sword.Equipped:connect(function()
  6. while wait() do
  7. game.Workspace[game.Players.LocalPlayer.Name].LinkedSword.GripPos=Vector3.new(0,0,-60)
  8. end
  9. end)
Add Comment
Please, Sign In to add comment