Technically yes this is a valid way to do this if you want to get rid of the table entirely,
but if you want to keep the table itself and just clear the contents of it (example: playing players and the round ends), you can use the helpful method: table.clear(table).
This method only requires one parameter and its just the table! This is very useful in the case of storing stuff for a limited time and you need to re-use it so you don’t have to “restructure” the table by adding the braces back!