About 23,100,000 results
Open links in new tab
  1. How do i get all children - Scripting Support - Roblox

    Sep 26, 2020 · hey everybody 😃 Is there a way that I can get all children and change their properties at once? and how would i go about doing this?

  2. Parents and children | Documentation - Roblox Creator Hub

    By understanding how scripts and parts are related in the hierarchy, you can create a script that works automatically without naming which part to use. To do this, you must understand parent …

  3. How can i get all of the children in a part and affect their ... - Roblox

    Jan 22, 2023 · To get all Children within an Instance, you would use Instance:GetChildren(), This will return an array (a table) of Instances. A More Powerful one being …

  4. How to find a child with a specific name - Scripting Support ... - Roblox

    Nov 25, 2021 · So I want to find a specific part with a specific name and idk know how to look inside a model and find a specific part with a different name then the other parts using a script. …

  5. How can I get children inside children? - Scripting Support - Roblox

    Aug 7, 2021 · Yes, it is very possible. For the parent: use script.Parent. For the child inside the parent: use script.Parent:FindFirstChild(child name). use script.Parent:FindFirstChild(child …

  6. How can I get :GetChildren() to only get children of a certain ... - Roblox

    Sep 5, 2021 · How can I get :GetChildren () to only get children of a certain classname such as a Frame and not a UIListLayout? Just iterate through the table given and make an if statement. …

  7. How to get all descendants from a Parent of the same class ... - Roblox

    2 days ago · @Srat_hochu228 effectively wrote the whole thing for you, but I’ll clear up what it’s doing.. First, let’s consider how to get all the children in the first place. To do that, you can use …

  8. How FindFirstChild(), WaitForChild, etc. work and how to use ... - Roblox

    6 days ago · This would look like this in the roblox explorer: Dots: You use dots to either access the Parent or the child of an object. local Part = script.Part --Child local Part = script.Parent - …

  9. Get Children Function (GetChildren) | Roblox Studio Tutorial

    In this Roblox scripting scripts tutorial, you will learn how to get all children of an object (or a model) by using the GetChildren () function in Roblox. You will learn how arrays work and...

  10. How to use the getChildren method in Roblox Lua

    Dec 28, 2022 · This tutorial explains how to use the `getChildren` method to retrieve the immediate children of a parent object in Roblox Lua.

  11. Some results have been removed
Refresh