Advertisement
RandyPasteBin

Giver Glock

Jul 1st, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local tool = game.ServerStorage["Glock "]
  2. local klone = tool:Clone()
  3. script.Parent.ClickDetector.MouseClick:connect (function(plr)
  4. if klone.Parent ~= plr.Backpack then
  5. klone.Parent = plr.Backpack
  6. else
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement