About 523,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. How to locate "Humanoid" - Scripting Support - Roblox

    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 …

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

  4. Get Humanoid From Player - Help and Feedback / Scripting

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

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

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

  9. How to stop all player animations - Scripting Support - Roblox

    Mar 11, 2021 · Is there any way to stop all player animations to play another one? after the animation is over everything goes back to normal

  10. What is the purpose of PlatformStand attribute? - Roblox

    Nov 16, 2022 · The PlatformStand property was used to disable Humanoid physics. It is for putting the player in a motionless state. In many games, when PlatformStand was introduced …