About 528,000 results
Open links in new tab
  1. 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 …

  2. Releasing Character Physics Controllers - Roblox

    Sep 29, 2023 · Hello Developers, Today, we are releasing a new set of instances designed to make it easier to customize character physics and locomotion. We have taken the piece of the …

  3. How to access the “humanoidrootpart” - 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 …

  4. EasyRagdoll - Easy To Use Ragdoll Module (R15/R6) - Roblox

    Jul 8, 2025 · Introduction I made a module providing an easy way to implement ragdoll physics on humanoids in Roblox. Works with both R15 and R6. Latest Version 4 Features Ragdolling …

  5. Shrinking/Changing Player Size with a Script - Roblox

    Apr 27, 2020 · BWS.Value = BWS.Value * 2 BHS.Value = BHS.Value * 2 You can change the scale of the player with the Scale properties in the Humanoid. The default scale size is 1. …

  6. How To Get Player from Touched Event - Roblox

    Apr 1, 2019 · When a .Touched event fires, check if the touched object’s parent is a model and that it has a humanoid. Then, you should use Players:GetPlayerFromCharacter(), inserting the …

  7. Humanoid.Died not firing under specific conditions. - Roblox

    Aug 8, 2025 · The Humanoid.Died signal does fire correctly if Humanoid.PlatformStand is true, just not under the conditions of health instantly changing from 100 → 0 or a constraint being …

  8. [Solved] How to detect if a player took damage - Roblox

    Apr 1, 2021 · The HealthChanged event of the Humanoid allows you to determine how much the health changed from its previous value, which can be used to make sure that you only apply …

  9. More Humanoid States - Scripting Support - Roblox

    Nov 13, 2024 · You can write your topic however you want, but you need to answer these questions: What do you want to achieve? Keep it simple and clear! I want to add more …

  10. How to locate "Humanoid" - Help and Feedback / Scripting

    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 …