I am working on a donator system, and I can't seem to figure out how to make the script load a file into a table.
I thought I could just do
string.Explode(file.Read("donators.txt"),"\n")
but apperently when you hit a newline in a txt file, Explode doesn't pick that up as a new line and just gives me a blank table.
All help is appreciated!
its (seperator,string) not (string,seperator)
>.< Wow, I am dumb....Thanks xD that fixed it.
No you're not dumb.
That function goes against the standard of every other string function, but it's too late to change it now.
Sorry, you need to Log In to post a reply to this thread.