Advertisement
Gwiberf

Gwiberf 60 Stud

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