Proximity Prompts not updating

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want all the proximity prompts to update in front of the player.

  2. What is the issue? Include screenshots / videos if possible!
    - YouTube
    The ActionText does not update until the proximity prompt is disabled and reEnabled.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    Well the entire script that is supposed to manage it is a localscript. And at somepoint it just stopped working for no reason. But even with this script off, the problem still persists

All I want to know is how this happenned and how to make the ProximityPrompt.ActionText automatically update in front of the players eyes without having them walk away and come back.

1 Like

This is because of the way roblox handle’s proximity prompts, I highly suggest to recreate the proximity prompts or make a custom one.

I doubt there is any other way to fix this.

You gotta change the ActionText Gui in their PlayerGui.

image

I have a prompt showing

Inside PlayGui, their should be a screengui with prox prompts.

image

Go find a TextLabel called ActionText and change the Text property

image

There is nothing called ProximityPrompts in my PlayerGui…

I think the problem is you’re showing more than one prompt at a time

How are you showing more than one prompt at a time? Is there like a property?

that is weird. I have two prompts showing and I still see it.

image

Can you send the model you are using

No, its 3 prompts with 3 different keys, on the same part. They have UiOffset to stack one ontop of the other

image

can you show the properties of each prompt?

Dont worry, I was planning on making a custom gui anyways, but thanks for all the help :wink: