About 525,000 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. [Solved] How to detect if a player took damage - Roblox

    Apr 1, 2021 · So, I’ve been working on a game for some weeks, and I decided to do a damage effect GUI. But, I need to know if a player took damage. I already tried to use …

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

  4. [Studio Beta] Avatar Joint Upgrade: Enabling Physically ... - Roblox

    Nov 19, 2024 · Hello Creators! We’re thrilled to announce the Avatar Joint Upgrade Studio Beta, an exciting new step in expanding what Roblox avatars can do. With this update, setting up …

  5. Beginner’s guide to Humanoids - DevForum | Roblox

    Jun 9, 2020 · Humanoid properties that changes the way Humanoid works BreakJointsOnDeath prevents the separation of limbs from the body of a Humanoid if disabled which is by default …

  6. Detect when a player jumps - Scripting Support - Roblox

    Dec 21, 2021 · How to Detect when a player jumps?Few ways to do this Humanoid.Jumping:Connect(function(IsJumping) --Best way to do this if IsJumping then else …

  7. RigChanger Module: Dynamic Humanoid Rig Type Switching

    Dec 27, 2024 · RigChanger is a module for switching a player’s humanoid rig type (R6 or R15) dynamically during gameplay. It handles transitions smoothly by preserving character positions …

  8. Accessory Adjustment APIs for Neck, Shoulder, Front, and Back

    Mar 24, 2025 · Hi Creators, We’re excited to announce the launch of the Accessory Adjustment Tool APIs for Neck, Shoulder, Front, and Back Accessories. Last year, we introduced the …

  9. Custom Rig Animation not playing properly with Humanoid?

    May 9, 2025 · Animation Using AnimationController: Video Animation Using Humanoid: Video Note: Animations were loaded using an Animator Parented to those Objects. I want to know …

  10. How to find the player from humanoid? - DevForum | Roblox

    Oct 7, 2022 · The humanoid is inside of your character, so we can define the character like this: local Character = humanoid.Parent Now that you have the character defined, you can use the …