Destroying Elements

To destroy any element, put it in a variable.

local variable = -- add element

Then, destroy it using this functions.

variable:Destroy()

Last updated