for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do if v.Name == 'ProximityPrompt' then v.HoldDuration = 0 end end