About 50 results
Open links in new tab
  1. Help with Root Motion (animating the HumanoidRootPart)

    Nov 19, 2021 · I would like to move the HumanoidRootPart in an animation. This has lead me to try and implement a root motion-based system. I’ve started by converting a KeyframeSequence into a table. …

  2. How to stop Humanoid:MoveTo ()? - Scripting Support - Roblox

    Feb 26, 2021 · I’m trying to make a bot for my game, when the player walks too close to the bot I want the bot to stop. I’ve tried moving the humanoid to its humanoidRootPart, it just starts spinning around …

  3. Deprecating LoadAnimation on Humanoid and AnimationController

    Nov 6, 2020 · Some of you have already noticed that Humanoid:LoadAnimation, AnimationController:LoadAnimation, and all the other animation related APIs on Humanoid and …

  4. Humanoid.Died not firing - Scripting Support - Roblox

    Aug 3, 2023 · When the humanoid dies, this Humanoid.Died Event never fires, even when the player falls into the void. I’ve looked everywhere and never found a solution. local DeathEvent = …

  5. Get Humanoid From Player - Scripting Support - Roblox

    Oct 19, 2021 · Hello. How do I get Humanoid From A Player with a server-side script? I have tried looking through the dev forums/hub and made many scripts but I still can’t get the Player’s …

  6. Mass humanoid movement results in extreme amounts of Total

    Mar 27, 2026 · This has been an issue, noteably since yesterday, perhaps due to a Roblox update? However as of late, a large amount of humanoids moving at once will send an absurd amount of data …

  7. (SOLVED) Humanoid:MoveTo not working - Roblox

    Feb 2, 2024 · I’m trying to make a group of NPCs walk to 4 points in a succession, but they seem to give up partway to the 4th point, anyone have any idea why? The 4th point is very far away compared to …

  8. How to locate "Humanoid" - Scripting Support - Roblox

    Oct 8, 2020 · I’m currently working on an infinite fall game as a scripting practice. I’m really new to scripting in lua on Roblox. I’m trying to locate the “Humanoid” in the player. Can someone please …

  9. How do I access Player, Character & Humanoid in Studio?

    Jun 18, 2022 · Goal So I want to understand how to access the Player, Character & Humanoid in studio, I have searched up tutorials on how to do it, but it never really works and they don’t explain why it …

  10. What Is Humanoid:ApplyDescription ()? And How To Use It?

    Dec 13, 2022 · So basically each avatar has a HumanoidDescription inside their Humanoid-object. This description contains information to the avatar’s look. You can use Humanoid:ApplyDescription() to …