🗝️ UserIdToUsername
Changes UserId to the users username
local Shared = Framework.Shared
local Functions = Shared.Functions
local userId = 213106169
local name = Functions.UserIdToUsername(userId)
print(name) -- "Geo_TheDev"
Changes UserId to the users username
local Shared = Framework.Shared
local Functions = Shared.Functions
local userId = 213106169
local name = Functions.UserIdToUsername(userId)
print(name) -- "Geo_TheDev"