A Core Gui Error

What does this error mean? And why is it here?
21:58:10.252 CoreGui.RobloxGui.CoreScripts/ProximityPrompt:401: ProximityPrompt 'PartyPrompt' has an unsupported keycode for rendering UI: Enum.KeyCode.E - Client

1 Like

I asked the AI assistant and this is what it has said:

image

1 Like

The ai assistant is completely wrong lol. This is why you shouldn’t rely AI nor should you use it as a response to a question.


I found the code containing the error, line 332 of ProximityPrompt | Documentation - Roblox Creator Hub.

Anyway, it seems that UserInputService:GetStringForKeyCode(prompt.KeyboardKeyCode) is returning nil or “”. However, I’m assuming that you are just using the default KeyboardKeyCode (E), so it doesn’t really make sense for it to be erroring.

Can you please confirm whether the error also appears in game, and not just in studio

1 Like