I’ve recently learned about dictionaries and I was created some code till I got stumbled on an error,
local Infinity_5 = script
local Inf5_Folder = script.Parent
local StarterGui = Infinity_5.Parent.Parent
--[[
L O A D I N G
--]]
local LoadingCore = {
local Access = StarterGui.Loading.Holder
local Background = Access.Background
local TimeToComplete = 9
}
This is the error I’d get


I tried adding " ," and also " ; ", I learned these from other coding languages but I don’t know lua’s.

