About 472,000 results
Open links in new tab
  1. How to create a moving part - Scripting Support - Roblox

    Aug 6, 2021 · I want to create a moving part for my obby game and I can’t find any tutorials to fit my need. I want my part to be a small square that moves horizontally back and forth a certain distance …

  2. How to make parts move? - DevForum | Roblox

    Jul 14, 2024 · Greeting everyone! I have a question to ask. I’m very new to scripting, and I really need to find out how to script so I can be advanced and make the games that I need to make. If you have …

  3. How to move a part position - Scripting Support - Roblox

    Jan 19, 2022 · I’m trying to make a part move from different position every time remote event is fired. The problem is I don’t know how to move it. local Part = game.Workspace:FindFirstChild("Part") local …

  4. How do I make an object move from one point to another? - Roblox

    Apr 5, 2019 · For future reference though, if you ever need to teleport something, please change Object.CFrame instead of Object.Position as the latter will not move to the exact position if another …

  5. How do make a part move in the direction it is facing - Roblox

    Aug 28, 2025 · Hello! I want to know how to make a part move in the direction it is facing. I tried using ToWorldSpace() but it only faced in a certain direction but didn’t move there. I also tried bodyVelocity …

  6. How to create a moving part that moves randomly in a given ... - Roblox

    Dec 18, 2021 · Hello! I am wanting to showcase some trails, and am wanting to attach them to moving parts. I want the part to move to random positions within a given radius of say 10 studs. How would I …

  7. How do I move a part forwards? - Scripting Support - Roblox

    Dec 26, 2022 · Hello I’m trying to move a part… but it’s not what you think! moving a part forward works, but I want to move it forwards in whatever direction its looking. so If its looking sideways, move it …

  8. Ways to move your parts with 0 lag. (List of good and bad ... - Roblox

    Jul 30, 2023 · Hi guys. Have you been wondering what’s the most efficient way to move parts with almost 0 lag? I have also been wondering the same thing, until today. I have a list that contains over …

  9. How do I make a part move in the direction it is facing? - Roblox

    Aug 9, 2023 · This is just going to make the bird move in the X axis. If you want to make it move forwards, you need to use LookVector.

  10. How can I move a part towards the player - Roblox

    Sep 24, 2021 · I want to make a part move towards and look at the player. Ive got everything except the movement and looking at the player. Ive tried using CFrame.LookAt and just moving the part forward …