I’m new to scripting and can’t find a tutorial on how I can add a roblox players ID behind their name.
I want it to be kind of like “0mixtapes(ROBLOX ID)” But I have no clue and I’m lost
for players in the game:
game.Players:FindFirstChild("0mixtapes").UserId
for any roblox user, whether theyre in the game or not:
game.UserService:GetUserInfosByUserIdsAsync{insertUserIdHere}[1]
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.