About 755,000 results
Open links in new tab
  1. How to make Moving Mob more efficient? - Scripting Support - Roblox

    Jun 7, 2022 · function mob.Move(mob, map) local humanoid = mob:WaitForChild("Humanoid") local waypoints = map.Waypoints for waypoint =1, #waypoints:GetChildren() do mob.MovingTo.Value = waypoint humanoid:MoveTo(waypoints[waypoint].Position) humanoid.MoveToFinish...

  2. How do I preserve the rotation when I use Move () - Roblox

    Oct 30, 2022 · To fix, try making its HumanoidRootPart a normal rectangular part that is facing up with the correct size, then use a WeldConstraint (or Motor6D if you need to animate) or similar constraint/joint to preserve its rotation relative to the real root part.

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

    Jan 17, 2019 · If you are using Player:Move() the solutions above will probably work. If you aren’t using Humanoids and are using body movers by chance, you are going to be feeding it a look vector that is likely facing downwards.

  4. NPCs, Mobs & AI in Roblox Studio. Episode1: The MoveTo() …

    Episode1: The MoveTo () function. This is the first of my Roblox Scripting tutorial series that will explore how to make NPCs and mobs move around and do things autonomously and interact...

  5. Create moving objects | Documentation - Roblox Creator Hub

    Using the Moving Objects.rbxl file as a reference, this tutorial explains how physical forces impact linear motion in Studio, and shows you various techniques to move objects from point A to point B in your experiences with different movement behavior, including guidance on:

  6. 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.

  7. How to Make an NPC Move in Roblox Studio - YouTube

    Want to bring your NPCs to life in Roblox Studio? In this tutorial, we'll show you how to make an NPC move using simple scripting and tricks! Whether you're ...

  8. 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.

  9. how to make an moving object in roblox - IQCode

    Nov 20, 2021 · Make sure the object is just under Workspace. There are multiple codes in here so make sure to get the right code! BodyPosition.Position = Vector3.new(Coördinates in these brackets) -- Use this if you want the object to move to another position after this! wait(5) -- Change this number to how many seconds you want to wait.

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

    Apr 5, 2019 · As I do not know how to program, I tried to start with something simple: try to program any object to move from point A to point B. I watched several tutorials and ended up with the following code: model = game.Workspace.group start = model.A end = model.B position = model.object while true position.Position = end.Position wait (2) position ...

  11. Some results have been removed
Refresh