Answers for "roblox check if a 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

Browse Popular Code Answers by Language