Temporary clear table

Wondering if it’s possible to “stop” or temporary clear a dictionary with tables on death then resume on respawn.
I am doing this to prevent bugs when player dies on StarterPlayer.
Here is the table structure.
image

2 Likes

Not sure what you are trying to achieve but it sounds like there is almost certainly a simple answer other than clearing tables.

If you’re trying to reset/clear a table on death, move ur client-sided scripts/modules into a folder in StarterGui

You could store the contents of the table in a new one, clear the original table, and set the contents of the original table to the new one you made when you need to.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.