local prompts = workspace:GetDescendants() for _, obj in pairs(prompts) do if obj:IsA("ProximityPrompt") then obj.HoldDuration = 0 obj.MaxActivationDistance = 10 obj.RequiresLineOfSight = false end end