Events

Events respond to player actions or game triggers.

game.Players.PlayerAdded:Connect(function(player)
    print(player.Name .. " joined the game!")
end)
← Back to Home