Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local Players = game:GetService("Players")
  2. local hint = Instance.new("Hint", workspace)
  3.  
  4. Players.PlayerAdded:Connect(function(player)
  5. msg.Text = player.Name + " has joined the game!"
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement