like a lobby or a minigame
game.Players.PlayerAdded:connect(function(plr) a = Instance.new("Hint", Workspace) a.Text = plr.Name.." has joined the server!" wait(5) a:Destroy() end)