pretty simple to understand, ive got the proximity prompt in an attachment, held down the button. Nothing
local Players = game:GetService("Players") local Player = Players.LocalPlayer local Item = script.Parent local Proximity = Item.Attachment:WaitForChild("ProximityPrompt") Proximity.Triggered:Connect(function(Player) print("Got Gold") Item:Destroy() end)