Roblox Table.find. Okay so I'm in the process of creating a custom dev console, and part of it is a table that has a list of allowed commands. However the player has to input Hello everyone. Well, I was trying to find a table in a table to perform the thing. so, I just tried with table with like {Object, String},
Anyone got any ideas? if not table.find(parts, tostring("HumanoidRootPart")) then if script.Parent.Health.Value <= script.Parent
JavaScript is disabled. In order to continue, we need to verify that you're not a robot. This requires JavaScript. Enable JavaScript and then reload the page.
Within the given array-like table haystack, find the first occurrence of value needle, starting from index init or the beginning if not provided.
Okay so I'm in the process of creating a custom dev console, and part of it is a table that has a list of allowed commands. However the player has to input
Alright, so, I've recently tried to make some kind of script that identifies people's team name and checks if it's matching to at least one from a table,
Hiwi!! Thank you for reading, can someone tell me a good way to access this? (All code its just an Example typed directly in the post) I
So basically, I'm trying to see if a player has a certain item. The player's inventory items are stored in a table.
way to see if a specific value exists within a table/array. Roblox has added table.find(t, v) which returns the index of v in t
Hello everyone. Well, I was trying to find a table in a table to perform the thing. so, I just tried with table with like {Object, String},
And whenever the player picks up an item it fires a remote event with the item name that they picked up. But I'm not sure how to use table.find