AceW0lf_BOt

Small script for bs2

Jun 7th, 2021 (edited)
3,806
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. for i,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetChildren()) do
  2. if v:IsA("NumberValue") then
  3. v:Destroy()
  4. end
  5. end
Comments
Add Comment
Please, Sign In to add comment