About 25,900,000 results
Open links in new tab
  1. 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 …

    Missing:

    • Roblox Studio

    Must include:

  2. How to move a model - Scripting Support - Developer Forum - Roblox

    Mar 4, 2023 · I need to move a model to a specific location no matter if they are colliding with other parts or not. How do I do this? Let’s say I move it to 0,0,0 and there is already a cube at …

    Missing:

    • Roblox Studio

    Must include:

  3. How to change the position of a model by a script? - Roblox

    Jun 18, 2020 · It’s possible to change the position of one part with a script by Vector.new. But is it possible with a model? Yep, there’s a MoveTo (destination) function that moves the model to …

    Missing:

    • Roblox Studio

    Must include:

  4. Is there a way to move entire model to a position? - Roblox

    Jan 31, 2021 · In the command bar at the bottom where you are allow to type in code. You can use it to issue commands using code to move the model in position. Note: You have to type it …

    Missing:

    • Roblox Studio

    Must include:

  5. How do I move the Model using TweenService? - Roblox

    1 day ago · Create a new Part instance and name it “PrimaryPart” for better understanding, anchor it, make it transparent, disable collisions of it, set the size to 0 (0.001, 0.001, 0.001), …

    Missing:

    • Roblox Studio

    Must include:

  6. HOW TO MOVE A MODEL (Moving Model) - YouTube

    In this Roblox Studio tutorial, I will show you how to script a moving model in Roblox. Move a model with scripting.

  7. Best way to smoothly move a model? - Scripting Support - Roblox

    Feb 2, 2018 · by constantly changing the cframe of the primarypart in a heartbeat loop. If you’re using SetPrimaryPartCFrame, then this can lead to the parts drifting away from each other …

    Missing:

    • Roblox Studio

    Must include:

  8. How to Move Models and Parts with a Script (Roblox Studio)

    Today I show you a few lines of simple code to move models and more in your roblox game.

  9. HOW TO MOVE A MODEL | Roblox Scripting Tutorial - YouTube

    Nov 5, 2024 · In this Roblox Studio scripting tutorial, you will learn how to move a model using scripts.Like and Subscribe - youtube.com/@PrizeCp

  10. Models | Documentation - Roblox Creator Hub

    Transform models. You can move, scale, or rotate a model using the Studio transform tools within the toolbar's Home and Model tabs. Unless you've set a primary part, a model transforms …

Refresh