Plugin GUI LocalScript / Server Script issue

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!

I believe I found a solution actually. You can just use the Server Script that you set the Plugin up with as the controller for the GUI. I hope this helps someone else, because this was really confusing at first.

1 Like

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