Returns nil instead of "{}"

I don’t understand the structure of it. Can you try to show an example of the session data something like this?

-- Approximate guess
_SessionData = {
	Player1 = {
		Inventory = {
			"Item1";
			"Item303";
		}
	}
}