Roblox Obtenha quantos jogadores no servidor

local Players = game:GetService("Players")
local AmountOfPlayers = #Players:GetPlayers()
val