Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. for i,v in pairs(game.Players:GetChildren()) do
  2. v.Backpack.ChildAdded:connect(function(child)
  3. if child.Name == "Knife" then
  4. print(v.Name)
  5. end
  6. end)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement