FastNet2 Beta
The public main of the FastNet2 library.
.CheckUpdate
Checking new version of FastNet2
lua
print(FastNet2.CheckUpdate())print(FastNet2.CheckUpdate())WARNING
This function only works on Server-side and HttpService API Enabled.
.CreateUUID
CreateUUID is function generates a Universally Unique Identifier (UUID) using HttpService.
lua
print(FastNet2.CreateUUID())print(FastNet2.CreateUUID())