I’m wanting a way to have multiple prompts on screen, but only having 1 be triggered via the E button, rest require click. This can be found in games like Adopt Me
I’ve made a system like this years ago, but it was messy and before ProximityPrompts existed. I am wondering there is a way to do this now with ProximityPrompts? I can’t find anything on them regarding this issue.
I am pretty sure you can change the properties of the ProximityPrompts.
I am aware that you can change properties. The question what properties need changing for this to work. I can’t find any solution to it atm
Change the properties of a ProximityPrompt, Exclusivity → AlwaysShow to all of your ProximityPrompts.
Though AlwaysShow is to activate multiple ProximityPrompts at the same time.
in adopt me, i can see that you have to click it not to press a key in your keyboard, so you can use Billboard GUI and a image button with a click icon.
And also, there’s only 1 prompt i can see in the egg just E
so you can use custom proximity prompt to style it. I’m not sure about this but if you want to make it simplified proximity script, i guess you can use UserInputService
or ContextActionService
and Magnitude
to create your own proximity. (Also billboard UI i guess if you want to style your self-made proximity)