I’m creating a command bar for my admin panel but I’m a bit confused on how to use string.split
example command:
kick ecoxttv spamming in chat
Once this command is entered I am kicked for “spamming” because of the string.split seperates everything by a space which means it doesn’t know that I want to keep that whole bit.
I made a function a while ago because i also made an admin system. it pieces back the rest of the string using iteration and string concentation. Do you want to see it and infer off of it?