Your browser does not support JavaScript or its disabled!
Please turn it on, or be aware that some features on this website will not work correctly.
1.1K
Clear Channel #30
call: clearChannel('Server Log')
208b | 6 lines.
 --[[
  Script made by Lee (Discord: l33_) - www.trainorcreations.com
  If you want to support my work, feel free to donate at https://trainorcreations.com/donate
  PS. Stop ripping off my work and selling it as your own.
 ]]--
function clearChannel(name)
    local clearTab = modules.game_console.consoleTabBar:getTab(name)
    if clearTab then
        clearTab.tabPanel:getChildById('consoleBuffer'):destroyChildren()
    end
end

26 May 2021
Ads