-- depso const MicroProfilerService = game:GetService("MicroProfilerService") const Path = MicroProfilerService:DumpToFileAsync(0, 1) const Username = Path:match("C:\\Users\\([^\\]+)") print("Hello,", Username, "get to work!")