MiniTool = {}; function MiniTool:GetValue(InKey) if GameState then return GameState.MiniInfo[InKey] end return nil; end return MiniTool;