Proximity Prompt not Triggering?

Whenever I trigger the proximity prompt it’s supposed to print “hi” but doesn’t print anything.
image

1 Like
script.Parent.PromptTriggered:Connect(function()
      print("hi")
end)

That still doesn’t work, it prints nothing

is script.Parent a proximity prompt?

Yeah the prompt shows and the script is inside the prompt

There is no PromptTriggered Event for the class ProximityPrompt, only Triggered

Yeah could be the case, its probably only for proximity prompt service

Its a server script And the proximity prompt is inside of a part thats in workspace

I don’t really want to send the place file, but I did try the same thing in a new baseplate and it worked

Wait nevermind for some reason it just randomly worked

1 Like