You can use square brackets to insert information into a variable name, like this:
$Variable[%client.bl_id] = %x;
Be careful, though, because wildcard use in the export and deleteVariables functions can affect clients other than the intended one if you use the client's blockland ID as simply as that, e.g. if you had clients with the IDs 100, 1000, and 1005.