I’m having an issue with a plugin I’m working on. Essentially, I have a LocalScript for Gui (which I assume is necessary?). Because of this, I can’t do certain things necessary to my plugin’s functionality.
I have a Server Script to initialize the plugin, but I need to do more work on there. Is there any possible way to communicate between the LocalScript and Server Script or can I do the GUI functionality on a Server Script in this case? I’ve already tried using a StringValue and, against my better judgement, a RemoteEvent, but neither worked.
I’m not sure what to do, so any help would be greatly appreciated!