Universal Script 📌
2.3k Views
157 Executions

Change Proximity Promt duration

Universal Script 📌Uploaded by
1 year ago
Please login to perform these actions:

Description

Script: Changes the Proximitypromt duration to a duration time that u want :D

View Raw
Edited By: D3f4ullt Download


Comments

5
5 comments
Log in to join the conversation. Login
Vector_GG's profile picture
Vector_GG1 year ago

Just do fireproximityprompt(prompt)

1

[deleted]

Replying to a deleted comment
D3f4ullt's profile picture
D3f4ulltUploader1 year ago

@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)

0
D3f4ullt's profile picture
D3f4ulltUploader1 year ago

@Vector_GG @AuraFPS The script sets the duration permanently so a script from the game cant reset the duration to the default duration time, thats the reason.

0
AuraFPS's profile picture
AuraFPS1 year ago

or just do this why so long game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(prompt) prompt.HoldDuration = 0 prompt.Enabled = true end)

0
QbvxiUdXG8nehUsRNfgU's profile picture
QbvxiUdXG8nehUsRNfgUVerified
Verified Badge
Verified User
1 year ago

@Vectror_GG some exploits cant support it.

0