pick up on touch roblox script local prox = script.Parent local touch = prox.Parent:FindFirstChild("TouchInterest") local tool = prox.Parent.Parent prox.Triggered:Connect(function(player) prox.Enabled = false tool.Parent = player.Character end) while true do wait() pick up on touch roblox script How to use it? pick up on touch roblox script if tool.Parent == workspace and touch then prox.Enabled = true touch:Destroy() end end pick up on touch roblox script