Answers for "check if table is empty roblox studio"

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 "check if table is empty roblox studio"

Browse Popular Code Answers by Language