DataStoreService:GetAsync()

Can GetAsync() have multiple parameters, or do I have to combine all of them into a string?

You should store your data in a table if you’ve got more than one thing you want assigned to a key.

My question is, can I have more than 1 paremeter in GetAsync() (the key)

Just realized what you meant, no. The key (a string) is the only parameter. If you’re trying to grab multiple different keys, you’ll need multiple different calls.