Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
- if v:IsA("ProximityPrompt") then
- v["HoldDuration"] = 0
- end
- end
- game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(v)
- v["HoldDuration"] = 0
- end)
Advertisement