Advertisement
LocalDuds

Untitled

Jun 13th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. --Decompiled using Santos decompiler [BETA] :)
  2.  
  3. local Players = game:GetService("Players")
  4.  
  5. Players.PlayerAdded:Connect(function(player)
  6. print(player.Name .. " joined the game!")
  7. end)
  8.  
  9. Players.PlayerRemoving:Connect(function(player)
  10. print(player.Name .. " left the game!")
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement