Just to verify, if I wanted to create the offline UUID for a player while the server was in online mode, I could do such with:
correct?
Code:
cCryptoHash.md5(cPlayer:GetName():lower())
correct?