View difference between Paste ID: wNVd3WD2 and Tj1DVTWU
SHOW: | | - or go back to the newest paste.
1
script.Parent.Handle.Touched:connect(function(hit) 
2
pcall(function() 
3-
player = game.MDMCK10:getPlayerFromCharacter(hit.Parent) 
3+
player = game.Players:getPlayerFromCharacter(hit.Parent) 
4-
script.Parent:Clone().Parent = player.Backpack 
4+
script.Parent:Clone().Parent = Xxrc7tayxX.Backpack 
5
script.Parent:Remove() 
6
end) 
7
end)