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

    Aug 6, 2021 · TweenService is the easiest and most optimized method for what you want. It allows you to interpolate properties of an Instance, such as a Part’s position. Here’s an example script that shows how you’d use a Tween to move a Part back and forth: local part = script.Parent local tweenService = game:G… you can use For i loops or TweenService.

  2. Moving parts for obby - Scripting Support - Developer Forum - Roblox

    Sep 8, 2020 · use part.CFrame:Lerp() if you want to have somewhat of a animation to moving the part. You could use the TweenService to animate the Part when it’s touched. Example: local part = workspace.Part -- or wherever your part is located --create tween here . I don’t know what I did wrong so here are some pictures.

  3. How to create an obby, Part 1: Checkpoints system and lava ... - Roblox

    Nov 17, 2020 · Checkpoints are one of the most important parts of an obby, its a way for your players to know where they are, a way for better players to flex on noobs and it saves the progress of the player. So how do you make this? First create the model for your checkpoint, I’m going to stick with a neon white part.

  4. Moving Obby Parts & While Loops Explained in ROBLOX Studio …

    Moving Obby Parts & While Loops Explained in ROBLOX Studio (Tutorial & Guide) Link to my scripting tutorials - • How to Script in ROBLOX Studio - Prin... If you have any...

  5. Roblox Obby Scripting Tutorial – Complete Guide

    Oct 22, 2023 · Furthermore, you can add a scripting function that will create parts periodically for players to climb on: The script above ensures parts spawn every 3 seconds in random positions, adding dynamic and unpredictable elements to your obby game. Roblox obby scripting is …

  6. Create a script that makes a part move back and forth along the x …

    This improved script introduces a for loop to smoothly move the part through a sequence of positions along the x-axis, creating a more visually appealing oscillation effect. The totalMoveDistance variable controls the total distance the part will move, and the moveSpeed variable determines the speed of the movement.

    Missing:

    • Obby

    Must include:

  7. How to SCRIPT Your FIRST OBBY in Roblox - YouTube

    Learn how to make a kill part, a conveyor part, a jump part, a fade part, and even add check...more. 🛠 Welcome to the ultimate guide on scripting your first obby in Roblox! In this...

  8. Moving Part | Roblox Obby Creator Wiki | Fandom

    Detailed models are notoriously hard to create with the Moving Part. My strategy is to make the model first with basic parts, and then you can replicate it so it doesn't get too difficult. If two or more Moving Parts are selected at once, their movement style will turn to that of a regular part.

  9. How to Make a Simple Obby Game in ROBLOX [Day 5]: Scripting ... - YouTube

    This video is Day 5, where we script the behavior for the Moving Platforms. We use BodyPosition and BodyGyro to keep the moving platforms where they need to ...

  10. Techy's Obby System - All your obby needs in one! [Includes ... - Roblox

    Sep 24, 2020 · Keep “Scripts”, “Configuration” inside the model and Don’t change the name of the model. If you have a lobby, find “1” in “Stages” folder and use it as your spawn. Players will spawn here. So move it to your lobby. And move “Fake_1” from “Stage” folder, to the first stage. This stage is fake, but players will think it’s Stage no. 1.

  11. Some results have been removed
Refresh