Periksa peran pemain dalam grup

game.Players.PlayerAdded:Connect(function(player)
    print("The Player Role in The Group is " .. player:GetRoleInGroup(0))
end) -- Chnage "0" With  Group ID
Undefined