Custom Proximities

Long time ago I made my custom proximity system that supports mobile and looks very good to me. Should I replace it with roblox priximity prompt and is there a big difference in optimization.
image

it depends on how efficient your code is and is their any additional features that you benefit from.

ProximityPromptService handles the heavy baggage of actually detecting if you see a prompt (since thats all done by C code now, which also means its faster).

You can just use events defined under the service or prompt to render the Gui

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.