[DiscordArchive] Whats the proper way to store GUID in .lua? I have an array which I have to later on access to updat
[DiscordArchive] Whats the proper way to store GUID in .lua? I have an array which I have to later on access to updat
Archived author: Thulz • Posted: 2023-09-21T18:01:35.787000+00:00
Original source
Whats the proper way to store GUID in .lua? I have an array which I have to later on access to update them Players data.
It seems handling the GUID as UInt64 says 'cannot dump player data type'. But handling it as UInt32 works.
Is that the right way to do it?