Advertisement
Qamyz

Untitled

Mar 10th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. workspace.ChildAdded:connect(function(Child)
  2. if Child.Name == 'PizzaTool' or Child.Name == 'DewTool' then
  3. workspace.GameService.AddPizzaToBackpack:FireServer(Child)
  4. end
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement