About 29,300,000 results
Open links in new tab
  1. What is the best way to move a character? - Scripting Support ... - Roblox

    Jun 2, 2021 · Use Character:SetPrimaryPartCFrame (cframe) Character:MoveTo () teleports the character above the part if there are no ovjects that don’t allow this, and Humanoid:MoveTo () makes the character move to the part. @palarc1 This would be your solution here.

    Missing:

    • Roblox Studio

    Must include:

  2. Player:Move | Documentation - Roblox Creator Hub

    Demonstrates moving a player relative to their camera's position using Player:Move (). The script first waits for the player's Character and Humanoid to load, as both are required before calling Player:Move (). Otherwise a warning will display in the Output.

    Missing:

    • Roblox Studio

    Must include:

  3. How to make an animation move the player character - Roblox

    Jul 25, 2023 · You can simple use the CFrame property of the player humanoid root part if you want to move the character. so if i have an animaton that only moves the torso, so practically the whole character, but not the root part, what should i do? wouldnt a while loop while animation is playing that it moves the root part to the torso? (r6)

    Missing:

    • Roblox Studio

    Must include:

  4. Humanoid:MoveTo | Documentation - Roblox Creator Hub

    MoveTo () ends if any of the following conditions apply: The character arrives at its destination. The character gets stuck and the eight-second timer expires. The value of either Humanoid.WalkToPoint or Humanoid.WalkToPart changes. A script calls Humanoid:Move () with a new moveDirection parameter.

    Missing:

    • Roblox Studio

    Must include:

  5. How to do custom character movement? - Scripting Support - Roblox

    Jan 17, 2019 · LookVector gives you a vector which is offset from the cameras cframe by 1 stud forwards. There is also RightVector which is offset from the cameras cframe by 1 stud to the right. You can then call the Move function of humanoid with this value. EDIT:

    Missing:

    • Roblox Studio

    Must include:

  6. How to MOVE a character using WAYPOINTS! [Roblox studio

    #roblox #studio #robloxstudio #tutorial #scripting #moving #character #waypoints enjoy :D

  7. How To Add Movement Animations In Roblox Studio

    In today's video, I teach you how to add movement animations to your Roblox character without scripting watch the whole video and subscribe for more tutorial...

  8. How to move npc's limbs in roblox studio - YouTube

    this tutorial shows you how to move humanoid legs arms and head, even how to change their face.

  9. lua - Scripting Character Movement in Roblox - Stack Overflow

    Jun 11, 2022 · I'm trying to help a beginner who has persistent aspirations of creating a game using Roblox Studio. Given the things he wants to do, I told him that the first thing he needs to figure out is how to move a character that's inside the models he has been creating.

  10. Humanoid:Move | Documentation - Roblox Creator Hub

    humanoid:Move(Vector3.new(0, 0, -1), true) When this method is called, the Humanoid will move until the method is called again. However, this method will be overwritten in the next frame by Roblox's default character control script.

  11. Some results have been removed
Refresh