Proximity Prompt KeyboardKeyCode won't update with ActionText

It’s pretty self explanatory considering the title. When changing the Action Text within the properties of a Proximity Prompt, it seems to update immediately. However, to update the KeyboardKeyCode, you must first leave the vicinity of the prompt. How can I fix this? I know you can disable, and re-enable the prompt though I would not like too use this method, as including it creates an ugly flicker.

Here’s an example of the issue I’m facing.

hi I just saw this
I don’t know if you’re still facing this issue but I am too, and for your specific situation I’d suggest disabling the proximity prompt and re-enabling it to “force update it” since that’s the only way for it to update. Maybe something like this:

Prompt.Enabled = false
wait:()
Prompt.Enabled = true

Hope this helps. If you found another way of updating it could you please tell me how? Thanks!