Advertisement
haxurs199

[FE] Reach script for any sword fighting game

Aug 16th, 2019
25,286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2. if v:isA("Tool") then
  3. local a = Instance.new("SelectionBox",v.Handle)
  4. a.Adornee = v.Handle
  5. v.Handle.Size = Vector3.new(0.5,0.5,60)
  6. v.GripPos = Vector3.new(0,0,0)
  7. lplayer.Character.Humanoid:UnequipTools()
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement