i have never worked with proximity prompts before since they are kinda new and i wanted to create my own custom proximity prompt but am not sure as to how to go about it
my problem currently is that i want the input of the proximity prompt to be able to be changed by the user in a settings menu i made but proximity prompts don’t have an Adronee variable like billboardGuis for example and as such i can only change the KeyCode variables of the proximity prompt globally and not locally for the client
also this is unrelated and i could do it myself but i couldn’t find a way to detect a prompt being shown to a player on the server side and the only way to do that seems to be using remote events but that seems kinda weird that you can’t detect that on the server side and only on the client side and have to implement a roundabout way to do that and also easily exploitable if i don’t implement proximity distance verification on the server side which is annoying since that’s what the proximity prompt is literally made for: not having to detect distances manually in code to enable gui’s