Locating Something In A Table Roblox
Locating Something In A Table Roblox. function GetAllObjectsWithName(name) local objects = {} List of objects for i v in pairs(workspaceGetDescendants()) do GetDescendants returns all objects even if they're in a folder etc if(vName == name) then Check if the name…