About 500,000 results
Open links in new tab
  1. How to locate "Humanoid" - Scripting Support - Developer Forum

    Oct 8, 2020 · end end Part.Touched:Connect(function(OtherPart) local Character = GetCharacterFromPart(OtherPart) if Character then local Humanoid = …

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

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

  4. Humanoid.Died:Connect (function () not firing / not working

    Jan 15, 2024 · Greetings. I have tried to use the Humanoid.Died function to despawn an NPC if it dies, but the function doesn’t seem to be working. I even checked other scripts to see how …

  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 …

  6. Custom characters guide - Community Tutorials - Roblox

    Mar 13, 2024 · This is a tutorial for you to deal with scripting your custom character in roblox! How is your character made? CharacterAutoLoads LoadCharacterAppearance StarterCharacter, …

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

  8. Humanoid.EvaluateStateMachine Missing Documentation

    Jun 5, 2025 · It has been almost two years now, and the Humanoid.EvaluateStateMachine property is still missing documentation. I believe that this property would be quite useful to …

  9. Humanoid.Died Isn't Working - Scripting Support - Roblox

    Feb 9, 2023 · make sure you check correctly if the Player has a Humanoid, or has a Character. local Array = game.Players:GetPlayers() for i,p in Array do if p.Character then -- IF Player has …

  10. How to revive a humanoid after death? - Scripting Support - Roblox

    Jan 24, 2024 · When a humanoid dies, any reference to it (i.e. Humanoid = NPC.Humanoid) becomes nil. Therefore, your script would work on the first run; however, the next attempt will …

Refresh