Hello! I am making a User Moderation plugin and a To-Do List plugin. I need help with something on both.
-
User Moderation: The plugin Gui has 2 TextBoxes, 1 for Username input and the other for DataStore Name input. The problem I’m facing is that when I press the Ban button, it doesn’t set the DataStore. I am running this with a LocalScript (Gui events) and a ServerScript (DataStore), they are connected using a RemoteFunction. To help me with this problem, please specify that it is for the User Moderation.
-
To-Do List: The problem I am facing is saving the list items that are completed/not completed and the item text. I am confused on how I would save multiple strings and booleans with the
plugin:SetSetting()
function. To help me with this problem, please specify that it is for the To-Do List.