Advertisement
Guest User

reach

a guest
Oct 23rd, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local LinkedSword=game.Players.LocalPlayer.Backpack.LinkedSword
  2. a=Instance.new("SelectionBox",LinkedSword.Handle)
  3. a.Adornee=LinkedSword.Handle
  4. LinkedSword.Handle.Size=Vector3.new(0.2,0.2,120)
  5. LinkedSword.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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement