About 21,300,000 results
Open links in new tab
  1. Can’t select parts in Roblox Studio - DevForum | Roblox

    Jun 15, 2021 · The only way I can select is using the explorer or dragging the select tool across the entire part, which isn’t ideal for building inside models, or trying to select small parts. I’ve found multiple threads about this but none of them work.

  2. how to select multiple stuff in explorer [roblox studio]

    About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features NFL Sunday Ticket Press Copyright ...

  3. Studio shortcuts | Documentation - Roblox Creator Hub

    Studio has many default shortcuts and key commands that make development quicker and easier. You can customize every shortcut and bind many actions without defaults to any key through File → Advanced → Customize Shortcuts .

    Missing:

    • Parts

    Must include:

  4. Toggle for Selecting individual parts in models - Studio ... - Roblox

    Jul 30, 2019 · As a Roblox developer, it is currently too hard to develop models with many individual parts as it is not possible to select individual parts without having to either ungroup it, add a decal on top, or scroll through the parts, which seriously hinders the speed of development.

  5. Parts | Documentation - Roblox Creator Hub

    You can select an outlined part by clicking it, or you can select multiple parts by holding Shift, Ctrl, or ⌘ as you hover over and click them. See here for advanced methods of selecting parts in the 3D viewport.

    Missing:

    • Roblox Studio

    Must include:

  6. How to select parts in a model from view - Roblox

    Apr 22, 2021 · If you want to select certain parts without selecting the ones you don’t want. Hold Ctrl/Command then click the ones you want, unlike holding shift it won’t select all the parts between the 2 selected.

  7. [SOLVED] Select part by clicking, nomatter how deep in models ... - Roblox

    Oct 30, 2015 · Alt+Click selects the part in 3d space and explorer, however if the part is nested inside many models it’s not selected in the explorer window, only 3d space. Ctr + L or something adjusts the axis your selection moves on when using …

  8. Is it possible to select all parts in model with script - Roblox

    Jun 23, 2022 · Try using for i,v in pairs() A simple example of what you can do: v.Anchored = true -- v is the part. local Model = Workspace.Model --Reference to model. if Descendant:IsA("BasePart") then. Descendant.Anchored = true. end. with only one script, I want all of them to anchor and then unchor it after 15 second. The op did clarify.

    Missing:

    • Roblox Studio

    Must include:

  9. Selecting all parts of specific properties - Building Support ... - Roblox

    Jun 4, 2023 · What I am asking is, is there a way to select ALL parts of the same material and colour, so I can select them all and change them quickly, this would also be helpful for other projects in the future. If there is a plugin out there that does this let me know. Thanks!

    Missing:

    • Roblox Studio

    Must include:

  10. How to select multiple parts - TUTORIAL FOR BEGINNERS

    I hope you enjoyed the video, like for more tutorials in Roblox Studio.