ADVERTISEMENTREMOVE ADS

Fast ProximityPrompts | Universal + Solara support

Universal scriptβ€’
1 year ago
Script preview thumbnail
Script Preview

Description

Makes you able to activate ProximityPrompts in 0.1 seconds (you can customize it) instead of 30 or how game devs choosed.

Features:

  • FastProximityPrompts
ADVERTISEMENTREMOVE ADS
9 Lines β€’ 391 Bytes
Verified
Raw
local ProximityPromptHoldDuration = 0.1 -- how long it will take to activate ProximityPrompt
local ChangedObjects = {}
for _, ProximityObject in pairs(workspace:GetDescendants()) do
if ProximityObject:IsA("ProximityPrompt") then
ChangedObjects[ProximityObject] = ProximityObject.HoldDuration
ProximityObject.HoldDuration = ProximityPromptHoldDuration
end
end
ADVERTISEMENTREMOVE ADS

Comments

1 comment
to add a comment
xy

🐈🐈🐈🐈🐈🐈

1
0
ADVERTISEMENTREMOVE ADS