Advertisement
Mrtomtomon

Untitled

Dec 15th, 2019
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local player = game:GetService("Players"):GetPlayerByUserId(164435859)
  2.  
  3. if player then
  4. print("Player with userId 1 is in this server! His name is: " .. player.Name)
  5. else
  6. print("Player with userId 1 is not in this server!")
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement