#How do I use this correctly?

1 messages · Page 1 of 1 (latest)

vast tendon
#
        if HisRunningMode.Value == false then
            table.remove(RunningTable,TCharacter)
        end
    else
        if HisRunningMode.Value == true then
            table.insert(RunningTable,TCharacter)
        end
    end```
misty raptor