Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I remove a string from table? [closed]

Asked by 7 years ago

This question already has an answer here:

How would I remove a value from a table?

I want to remove like this.

local Players = {}

table.insert(Players, "CoolPlayer")

table.remove(Players, "CoolPlayer")

Like that

Marked as Duplicate by cabbler and TheeDeathCaster

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?