Service class that contains different services that relate to the game, like Player, WorldState, etc. I want to provide access this class to the lua state in a way where it is newly accessed each time it's called. So not just doingService.Player.Position or Service.WorldState:GetMapName() (or formatted reasonably similarly) and fetch the value on call.