• Remove/Delete DCheckBoxlabel
    2 replies, posted
Hello everyone, Is there a way to delete a DCheckbox/DCheckBoxlabel without being attached to a parent Panel? Im Trying to update the DCheckBoxLabel if a player joins the server Thanks in Advance!
Yeah, you just call :Remove() on the variabble your DCheckbox/DCheckBoxlabel is stored. Also if you want to update it, you don't have to REMOVE it, just call settext or whatever on it. You will obviously have to keep a reference to every panel you want to modify/remove in a variable somewhere.
Hi Rubat, first of all Thank you for the quick response, your help is really appreciated. second :Remove() doesn't seem to work (?), the reason I want to remove the DCheckBoxLabel is because else they get stacked on a timer Update, It's hard to explain but I hope that you get what I mean
Sorry, you need to Log In to post a reply to this thread.