Datastore2 not saving or loading (No clue to be fair)

For some reason my datastore2 isn’t saving or loading properly.

	local StatData = Datastore2("Customize",Player)
	local StatTable = StatData:GetTable({
		["Save1"] = 0,
		["Save2"] = 0,
		["GamepassData"] = {},
		["Names"] = {
			["Republic"] = Player.DisplayName,
			["Hostiles"] = Player.DisplayName,
		}
	})

Here is the GetTable and it is setting the value like this:

StatTable["Names"]["Republic"] = Name
StatData:Set(StatTable)

Typically it usually works like this but for some reason it’s not working and specifically in only this game, everything is enabled to:
image