About 570,000 results
Open links in new tab
  1. Creating 3D Models/Meshes for Roblox

    Mar 16, 2023 · Getting Started Creating 3D models or meshed for Roblox is always a great option. You can create objects, tools, characters, and environments using many 3D modeling software. These …

  2. How to make a model a tool - Scripting Support - Roblox

    Jan 1, 2025 · create a tool instance, put the model in it, create another part, name it “Handle”, get tool grip editor, change its positioning to your likings, done.

  3. How to make avatar bundles using only Cube 3D AI 3D model ... - Roblox

    Mar 28, 2025 · With Roblox Studio’s new updates you can now generate 3D models using the integrated AI assistant. I will show you how to use the “Cube 3D” and “Avatar Setup” to create bundles that …

  4. 2cool2beawesome's guide to studio modeling basics - Roblox

    Dec 18, 2018 · Solid Modeling - Turning Primitives Into Detailed Objects Solid modeling is the main way to create high-fidelity objects for your game. Using the negate, separate, and union tools, you can …

  5. How to make an entire model transparent? - Scripting Support

    Sep 6, 2021 · Learn how to make an entire model transparent or invisible in Roblox using scripts, including handling parts within the model.

  6. How to make a model chase a player? - DevForum | Roblox

    Apr 15, 2021 · Hello everyone! I am trying to fix a script to make a part chase a player, when the player is within a certain distance of the model. The issue is the current implementation I have is too laggy, …

  7. How can I turn a model into one part - Roblox

    Mar 1, 2025 · The model is the one OP provided in a previous post that he decided to move here as it was 2 issues in one post, yes the mesh is unoptimized, turning it into an obj wouldnt help much in …

  8. How to Make a Custom Character w/ Bones - Roblox

    Mar 27, 2021 · Exporting your mesh to Roblox Studio. Remember to only have 21,000 at most, if you have more you cant import it. To Export go to File, Export, FBX,and give it a name, and put it in a file …

  9. How to animate any model AND also play it in-game [Outdated

    Jul 23, 2021 · Yo wassup, here is a tutorial on how to animate literally any model in Roblox Studio and also play it in game. I suggest that you read it once and then follow the tutorial.

  10. How can I move a Models Position with code? - Roblox

    Jun 4, 2020 · You need to use MoveTo or SetPrimaryPartCFrame. The difference between the two is that MoveTo changes the model’s position with a Vector3s, while SetPrimaryPartCFrame changes …