reav85

Untitled

May 3rd, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2. if v.ClassName == "Tool" then
  3. local SWORD = v.Name
  4. game.Players.LocalPlayer.Character[SWORD].Range.Value = "500"
  5. end
  6. end
Add Comment
Please, Sign In to add comment