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

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

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

  5. Reviving Humanoid after .Died - Scripting Support - Roblox

    May 24, 2020 · Hello. I am trying to revive the player’s humanoid after it’s state is set to Dead. This is currently what I’m trying to do: humanoid.Died:Connect(function() …

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

  7. Humanoidless r6 clothing rig - Community Resources - Roblox

    Sep 19, 2025 · Unlike humanoid-based clothing, the surface-appearance-based one is a bit inaccurate. You can see most of the inaccuracies on the rig yourself. But the main is that the top and bottom …

  8. Need help with rig.Humanoid:ApplyDescription (desc) - Roblox

    Sep 20, 2023 · Humanoid::ApplyDescription() can only be called by the backend server And you also cant call the function on client-side with non-client sided models. (basically models that aren’t …

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

  10. [Humanoid/Physics] The ability to create your own collision ... - Roblox

    Sep 7, 2023 · As a Roblox developer, it is currently too hard to create a custom collision for the default R15 Humanoid character controller. A mention from here. In most games, the player model is …