How Should i Store a GUI in this case?

Hey, So i am doing a survival game where i have a Radio comms system, i’ve made when you equip the tool you open a gui, but, in my case, where you only get the radio by purchasing it and remove it when you die, would it be better to store it in replicatedStorage, or always be in StarterGui?

It would be better if it were to be in ServerStorage, if you do not want exploiters to just enable the Gui.

If you’re using a Localscript to open/close the Gui, then I’d prefer ReplicatedStorage.

1 Like

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