Reproduction Steps
- Open this project:
Baseplate.rbxl (33.4 KB) - Set to the Emulate Device (mobile) view
- Run
- Click on any place inside 3D space
- Press key E (with keyboard) to interact with the part
Expected Behavior
PromptHidden
should not be fired when pressing E
Actual Behavior
The project has only a part with ProximityPrompt and this on a LocalScript:
local ProximityPromptService = game:GetService("ProximityPromptService")
ProximityPromptService.PromptHidden:Connect(function(ProxPrompt)
print('PromptHidden')
end)
- When in the emulation view, if you press
E
, it’s firingPromptHidden
- After pressing
E
in emulation, if you move the mouse out of the 3D view, it will also firePromptHidden
- The same won’t happen if you click on the prompt with the mouse
- The same won’t happen in the standard view (not emulating)
Issue Area: Studio
Issue Type: Other
Impact: Moderate
Frequency: Constantly
Date First Experienced: 2021-12-17 00:12:00 (-03:00)