ADVERTISEMENTREMOVE ADS

Instant Interactions Script (No GUI)

Universal script
6 months ago
Script preview thumbnail
Script Preview

Description

Basic code for instant interaction, how it works:when interacting with something that needs cooldown, eg like a teleporter, it straight up removes the cooldown. That’s why it’s called instant interaction :D

Features:

  • Instant Interaction
ADVERTISEMENTREMOVE ADS
9 Lines • 291 Bytes
Raw
-- hello :D
local ProximityPromptService = game:GetService("ProximityPromptService")
local instantInteractEnabled = true
ProximityPromptService.PromptButtonHoldBegan:Connect(function(prompt, player)
if instantInteractEnabled then
fireproximityprompt(prompt)
end
end)
ADVERTISEMENTREMOVE ADS

Comments

3 comments
to add a comment
Sh

Hey is it possible to request something about the interaction range? Like increasing the range you can interact with something

0
0
Di

Basic yet incredible, we need more scripts like that that provide simple universal QOL help

0
0
ms

Y’all want a toggle for this or something diffrent?

0
0
ADVERTISEMENTREMOVE ADS