About 576,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 an entire model transparent? - Roblox

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

  3. 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, …

  4. 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 …

  5. How to make a character morph? - Scripting Support - Roblox

    Apr 25, 2023 · I need help getting an understanding of how morphs work. Devforum and YouTube haven’t been helpful. So, in my game players can spend currency to buy character models and then …

  6. How do you turn a Model into a Tool and vice versa - Roblox

    Jul 24, 2020 · I want to turn a Model into a Tool, because so that the player can equip the items, but I also wanted to turn the Tool into a Model, so I can use SetPrimaryPartCFrame to make the tool …

  7. Is it possible to make a model a handle? - Roblox

    Jul 22, 2020 · Trying to make this brick be in my hand but having some problems. I think mainly its because its a grouped model not a part. If there is a way to fix this please help.

  8. How to rotate a model using scripts - Scripting Support - Roblox

    Aug 7, 2021 · Hello, I have a car model, and I want to make it rotate itself, but I don’t know how to do that with scripts. I would like some tutorials or examples. Thank you.

  9. How do I make a humanoid walk like a player would to a certain

    May 16, 2023 · So I’m trying to get a model humanoid from one place to another like a player would walk. I’m not sure how to start scripting at all 🧇

  10. How can i tween an entire model? - Scripting Support - Roblox

    Jul 18, 2023 · The following script works in the video the entire model moves. But then how can i tween the position and rotation instead of it just going one way only?