#How do I use this correctly?
1 messages · Page 1 of 1 (latest)
the 3rd param for table.find (init) can be left empty if you don't use it, no need to add that "nil'", also, what are you trying to do?
1 messages · Page 1 of 1 (latest)
if HisRunningMode.Value == false then
table.remove(RunningTable,TCharacter)
end
else
if HisRunningMode.Value == true then
table.insert(RunningTable,TCharacter)
end
end```
the 3rd param for table.find (init) can be left empty if you don't use it, no need to add that "nil'", also, what are you trying to do?