Advertisement
otorp2

rblox click detector tool

Jan 3rd, 2020
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. script.Parent.ClickDetector.MouseClick:Connect(function(player)
  2. local item = game.ServerStorage.Mug2:Clone()
  3. item.Parent = player.Backpack
  4. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement