fufunny1

fencing reach

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