About 50 results
Open links in new tab
  1. 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 …

  2. Upgraded HumanoidDescription API - Announcements - Roblox

    Aug 6, 2024 · Hello Creators, To enable upcoming avatar features, we are rolling out an upgraded HumanoidDescription API. This new API adds new AccessoryDescription and BodyPartDescription …

  3. (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 …

  4. How to access the "humanoidrootpart" - Scripting Support - Roblox

    Jan 21, 2021 · Hi, Ive been making a snowy island and I wanted to detect if the player is in the water and then the start to lose health because the water is really cold. The issue is that I cant seem to …

  5. Humanoid Part Collision Changing - 'Only On State Change'

    Aug 6, 2021 · Hi Developers, We are going to be changing the way that Humanoid parts have their collisions values (CanCollide) set by the Humanoid that controls them. Currently, the values of the …

  6. How do I make a humanoid walk like a player would to a ... - DevForum

    May 16, 2023 · So I’m trying to get a model humanoid from one place to another like a player would walk. I’m not sure how to start scripting at all 🧇

  7. Humanoidstate defaults to running - Scripting Support - Roblox

    Jan 12, 2025 · I want support as to figuring out why my NPC is acting like this and how to fix it My NPC’s HumanoidStateType is defaulting to running when it should be idle, even though the running state is …

  8. Humanoid.Died not working properly - Scripting Support - Roblox

    May 6, 2021 · Server sets Humanoid.Health to 0 Client receives Humanoid.Died It was here that the client was setting the HRP to Anchored. This seems to also be a key contributor to the Server not …

  9. What is the recommended method to access a Humanoid RootPart

    Feb 27, 2024 · Humanoid contains a RootPart property which references HumanoidRootPart just as the PrimaryPart of the Character does. Humanoid | Documentation - Roblox Creator Hub

  10. Make Humanoid:ApplyDescription () available on the client

    Oct 15, 2019 · I’d love to see Humanoid:ApplyDescription available to the client. I’m currently working on an avatar editor and displaying a model of the player’s current avatar in a viewport frame. I want …