[deleted]
@glebbuba686 local function setHoldDuration(prompt) if prompt:IsA("ProximityPrompt") then prompt.HoldDuration = 0 end end for _, descendant in ipairs(workspace:GetDescendants()) do setHoldDuration(descendant) end workspace.DescendantAdded:Connect(setHoldDuration)








Just do fireproximityprompt(prompt)