About 568,000 results
Open links in new tab
  1. Whats Part.Velocity and how to use it? - Roblox

    Apr 18, 2021 · And to explain what it is, it’s essentially it’s “speed” of it’s moving at any given direction, but according to the documentation, don’t set it directly. Using a VectorForce …

  2. Velocity based Movement System - Scripting Support - Roblox

    Feb 3, 2025 · Hi there I want to create a custom movement system for wich i choose to make a velocity based one. My problem is that im fairly new to scripting so i have almost no clue how …

  3. How To Use BodyVelocity? - Scripting Support - Roblox

    Apr 13, 2021 · Hello, 👋 I wanted to learn and try to use BodyVelocity but there isn’t much help. I don’t understand the hub so how do I use it? Thanks, 👋

  4. How do you use linear velocity - DevForum | Roblox

    Jun 19, 2024 · Linear velocity requires an attachment. To use it, you first have to insert an attachment in the part you want to move and then set the LinearVelocity.Attachment0 to that …

  5. How To Use AssemblyLinearVelocity? - Scripting Support - Roblox

    Jul 29, 2024 · local assemblyRoot = script.Parent -- Assuming this is the root of your assembly local velocity = Vector3.new(100, 0, 0) -- Desired velocity task.wait(5) -- Testing purposes …

  6. Velocity has been depricated, what do i use now? - Roblox

    Apr 18, 2021 · Howdy fellow devs, I’m getting back into coding and it seems velocity has been deprecated, not sure how to make a conveyor at all and since surfaces have been changed I …

  7. How to properly apply a velocity to a player - Roblox

    Dec 23, 2024 · The effect can probably be achieved with a linear velocity, vector force, etc (idk yet) Here’s an example: My main question isn’t about how I’m going to push the player but …

  8. Calculating Velocity - Help and Feedback / Scripting Support

    Apr 15, 2022 · What do you want to achieve? I’m trying to calculate the velocity of a part and simulate how ROBLOX calculates it internally. My main question is wondering how does …

  9. How to move player with Velocity - Help and Feedback ... - Roblox

    Jan 14, 2024 · BodyVelocity | Documentation - Roblox Creator Hub Applies a force to maintain a constant velocity.

  10. How do you get speed from Velocity? - DevForum | Roblox

    Apr 19, 2018 · Speed and velocity are nearly the same thing, but speed is a scalar measurement and velocity is a vector measurement. This means that velocity provides a direction on top of …