Officially remove the usage of GetUserOnlineStatus

Roblox just removed the endpoint with no warning
This commit is contained in:
2025-01-18 15:10:13 -05:00
parent b28c49f342
commit 0e0a9dde16

View File

@ -115,7 +115,7 @@ local function Callback(Interaction, Command, Args)
end
local usernameHistoryString = table.concat(usernameHistoryTable,', ')
local onlineStatus_info = API:GetUserOnlineStatus(id) or {lastLocation="Unknown", lastOnline=0, userPresenceType=-1}
local onlineStatus_info = {lastLocation="Unknown", lastOnline=0, userPresenceType=-1}
-- table.foreach(onlineStatus_info,print)
local LastLocation = onlineStatus_info.lastLocation