Hello there devforum. This is my second post today, and I am asking for your feedback on this. I am making admin panel, and to commit any actions, a player must be selected.
My function to use a administrative command will only work IF a player is selected.
To get this value, I am planning on using remote functions to first get the player selected, then save the player as a variable. When my command is called, it will check if player actually has a value. If it is 'nil" or it has no value, the command will not run.
Should I try and do what I said above or use _G
to accomplish this?
I’m not pretty experienced with _G but it shouldn’t be had to learn.
Also, feedback on the current GUI please?