Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local foil=game.Players.LocalPlayer.Backpack.Foil
  2. a=Instance.new("SelectionBox",foil.Handle)
  3. a.Adornee=foil.Handle
  4. foil.Handle.Size=Vector3.new(0.2,0.2,60)
  5. foil.Equipped:connect(function()
  6. while wait() do
  7. game.Fencing[game.Players.LocalPlayer.otzei].Foil.GripPos=Vector3.new(0,0,-90000)
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement