Clear a table?

I want to know how I can delete everything that’s in the table at once.

value = {}
-- Created the table
value.sub_value
-- Created sub-attribute
value = nil
-- Cleared table

^ I mean just set it to “nil”

Thanks

IT didn’t work?

Try value={} to clear a table where value is your table name.

Oh thanks that worked

^ oh, I thought he wanted to remove the table forever…, good luck on your projects :wink:

Ty