Can someone explain why this outputs a table? Im trying to make a dictionary of values.
Code:
local test = {
["HelixJump"] = {
["RoundID"] = "HelixJump", --Integrated into the map
--["Object"] = assets.Maps.HelixJump,
["Data"] = {
["Name"] = "Helix Jump",
["Image"] = "RBXID"
}
}
}
print(type(test))
Output:
test