Advertisement
4zx16

Click Part Tool

Dec 25th, 2021
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. --[[
  2.  || πŸ“œ AUTHOR: @4zx16 || CLICK PART TOOL
  3. ]]
  4. local giver = script.Parent.ClickDetector
  5. local epic = false -- :(
  6.  
  7. local function GiveTool(player)
  8.     if epic == false then
  9.         epic = true
  10.         game.ReplicatedStorage.BloxyCola:Clone().Parent = player:WaitForChild("Backpack")
  11.         wait(1)
  12.         epic = false
  13.     end
  14. end
  15. giver.MouseClick:Connect(GiveTool)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement