PixeledLuaWriter / CustomGenerateGUID

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Lua 100.0%