Defold-uuid4 generator native extension based on uuid4.
All credits goes to Gregory void★ Pakosz
Open your game.project file and in the dependencies field under project add:
https://github.com/selimanac/defold-uuid4/archive/master.zip
Generates a uuid4 and returns as string.
local uuid = uuid4.generate()