Found the answer online LOL
-
What do you want to achieve?
The Proximity Prompt To Activate The One I Triggered. -
What is the issue?
When I Copy And Paste Proximity Prompt Into Another Object, It Acts Like I Activated All Of Them. -
What solutions have you tried so far?
I don’t even know where to start.
Script:
local ProximityPromptService = game:GetService("ProximityPromptService")
local function onPromptTriggered(promptObject, player)
end
ProximityPromptService.PromptTriggered:Connect(onPromptTriggered)