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

  3. How to get a NPC sit down on a seat on client / How to ... - DevForum

    Nov 7, 2024 · The issue of NPCs not sitting properly on seats in Roblox often stems from physics timing and synchronization limitations, especially when handling this client-side. When calling …

  4. Humanoid.Died is not working - Scripting Support - Roblox

    Feb 22, 2022 · I have a server script inside my NPC which is located in the workspace inside a folder. The main job of the script is to run some code when the NPC dies, it was working perfectly fine today …

  5. [Potential Action Required] Update for HumanoidDescription APIs

    Oct 7, 2025 · Overview We are changing the default behavior for Humanoid:ApplyDescription and Players:CreateHumanoidModelFromDescription to automatically enable server-side checks on …

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

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

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

  9. How to Check Current HumanoidStateType? - Roblox

    Feb 20, 2022 · Hello! As the title says, is there any way I can check the current state of the HumanoidStateType? I have a ragdoll system and I don’t want to Ragdoll a player when they are …

  10. 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 🧇