Advertisement
fornakter

Handle

May 9th, 2024
655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. -- Tool - Handle - ProximityPrompt script
  2. local tool = script.Parent.Parent.Parent
  3. local Prox = script.Parent
  4. local TI = tool.Handle.TouchInterest
  5. TI:Destroy()
  6.  
  7. Prox.Triggered:Connect(function(player)
  8.     tool.Parent = player.Backpack
  9.     Prox:Destroy()
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement