Piyangkoon

steeaalll

Mar 2nd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. script.Parent.Handle.Touched:connect(function(hit)
  2. pcall(function()
  3. player = game.MDMCK10:getPlayerFromCharacter(hit.Parent)
  4. script.Parent:Clone().Parent = player.Backpack
  5. script.Parent:Remove()
  6. end)
  7. end)
Add Comment
Please, Sign In to add comment