Is it possible to detect the initial key press of Proximity Prompt?

I’m using the .Triggered function at the moment, but I would also want to detect the initial key press instead of just when the hold duration is finished, I can’t seem to find it in the documentation but thought someone might have a good solution for this.

local ProximityPrompt = script.Parent.ProximityPrompt

ProximityPrompt.PromptButtonHoldBegan:Connect(function()
	--
end)
2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.