About 525,000 results
Open links in new tab
  1. Beginner's guide to Humanoids - Community Tutorials - Roblox

    Jun 9, 2020 · Humanoids are essentially used instances in Roblox and foundations for the bodies of characters. This tutorial explains the API and uses of functions, events, and properties. …

  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. How to locate "Humanoid" - Help and Feedback / Scripting

    Jan 31, 2024 · 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 …

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

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

  6. How to revive a humanoid after death? - DevForum | Roblox

    Jan 24, 2024 · From the sound of it, the reference to the humanoid is being nullified due to the death state. When a humanoid dies, any reference to it (i.e. Humanoid = NPC.Humanoid) …

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

  8. Fast way to kill the player - DevForum | Roblox

    Sep 16, 2020 · How to fast way to kill players? (NOT Humanoid.Health = 0)

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

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