I want my ProximityPrompt to still work but be hidden so players can’t see it, but there is no transparent property. So is there a way to do this or will I have to script my own hidden button?
help
You can do custom styles for proximity prompts, so you can definitely just make a custom UI but not actually make a UI.
Past that, I believe if you set the ProximityPrompt to .Style = ProximityPromptStyle.Custom
, it will remove the UI but not the functionality, without a need for an additional script to define the style.
1 Like
You can use this custom proximity prompt model, https://create.roblox.com/store/asset/8370062439/Proximity-Prompt-Customizer?keyword=custom+proximity+prompt&pageNumber=1&pagePosition=0
Then set the transparency values of all the ui elements to 1.
(This is my first devforum reply, so please let me know how I can improve.)
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.