i just made this custom proximity prompt, but I noticed that even when setting the exclusivity to AlwaysShow, multiple proximity prompts still overlay. Is there a way I can fix this?
I realized i can just duplicate the prompt and add an offset, but I would have to manually do that as more and more prompts are added, and i would like the uilistlayout style that the AlwaysShow does
Are these multiple proximity prompts being parented to the same part?
If so, and that’s all you have to account for, I’m thinking what you could do is,
1- Add another frame as the topmost container of your proximity prompt, add a UIListLayout to this frame
2- When the prompt is shown, check if there’s an active proximity prompt parented to this part, if there is, parent the proximity prompt to the frame from step 1, otherwise, create prompt as you would in step 1
1 Like