Description
If you have a ProximityPrompt which prompts an avatar inspect, triggering it using keyboard, then closing the avatar inspect menu doesn’t make the ProximityPrompt re-show until you manually update the prompt in some way (ie. clicking on it or moving away then moving back within range).
ProximityPromptService.PromptHidden doesn’t fire either despite the prompt disappearing.
The issue doesn’t occur if you click on the prompt to trigger it.
Visual aid
Links
Doesn’t happen to any specific game so N/A.
Repro file
proximityPromptIssue.rbxl (42.2 KB)
System info
AMD Ryzen 5 5600G with Radeon Graphics @ 3.9GHz
48GB RAM (47.9 usable) @ 3200MHz
NVIDIA GeForce RTX 3070 Ti
Expected behavior
The ProximityPrompt should either never disappear, or should reappear when the avatar inspect menu closes.
If the intended behaviour is to make the prompt disappear when the inspect menu opens, the ProximityPromptService.PromptHidden event should fire.