Is there a way you can get the name of a player with their UserId WHEN they are NOT in-game?
1
local
UserId
=
0
2
print
(game:GetService(
"Players"
):GetNameFromUserIdAsync(UserId))