Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- repeat
- wait(.1)
- local num = 0
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v.Name == "Double Weight" then
- num += 1
- end
- end
- if num == 0 then
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v.Name == "Double Weight" then
- num += 1
- end
- end
- end
- textlabel.Text = num..""
- until num == 9999999999999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement