Answers for "roblox devforum check if the table is empty"

1

roblox studio how to check if a table is empty

if #table == 0 then
    print("table is empty")
end
Posted by: Guest on April-24-2021

Code answers related to "roblox devforum check if the table is empty"

Browse Popular Code Answers by Language