Advertisement
AceW0lf_BOt

.

Aug 1st, 2024
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.52 KB | None | 0 0
  1. repeat
  2.         wait(.1)
  3.         local num = 0
  4.         for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  5.             if v.Name == "Double Weight" then
  6.                 num += 1
  7.             end
  8.         end
  9.  
  10.         if num == 0 then
  11.             for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  12.                 if v.Name == "Double Weight" then
  13.                     num += 1
  14.                 end
  15.             end
  16.         end
  17.         textlabel.Text = num..""
  18.     until num == 9999999999999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement