Skip to content

Handwritten Version Of Roblox's Internal game:GetService("HttpService"):GenerateGUID() Function

License

Notifications You must be signed in to change notification settings

PixeledLuaWriter/CustomGenerateGUID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CustomGenerateGUID

GenerateGUID is a custom made version of Roblox's internal one, it has every functionality of it re-created in Lua

    GenerateGUID: Function => wrapInCurlyBrackets: boolean => true or false or unset => returns Computed GUID

How To Use

When calling the function you can do 3 things

Using GenerateGUID() without setting wrapInCurlyBrackets or setting wrapInCurlyBrackets to true returns this (Example with X's)

{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}

Using the function with the boolean set to false returns this (Example With X's)

XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

About

Handwritten Version Of Roblox's Internal game:GetService("HttpService"):GenerateGUID() Function

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages