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

    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 …

  4. How Can I Get The Players Humanoid? - Scripting Support - Roblox

    May 7, 2021 · local player = game.Players.LocalPlayer local Char = player.Humanoid local hum = player.Humanoid --This is where im errored at! local LiftingAnimation = script.LiftingAnimation …

  5. Custom characters guide - Community Tutorials - Roblox

    Mar 13, 2024 · Learn how to script and create custom characters in Roblox with this comprehensive tutorial.

  6. Reviving Humanoid after .Died - Scripting Support - Roblox

    Jan 21, 2021 · Hello. I am trying to revive the player’s humanoid after it’s state is set to Dead. This is currently what I’m trying to do: humanoid.Died:Connect(function() …

  7. Little Question to Humanoid:EquipTool () - Scripting Support ...

    Mar 18, 2021 · If i call Humanoid:EquipTool (tool instance) or Humanoid:UnequipTools () from a Local Script. Does it show up for every player or only for the Client?

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

    Oct 7, 2022 · How can I found the player from the characters humanoid?

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

    May 6, 2025 · 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 physical avatar …

  10. How do I access Player, Character & Humanoid in Studio?

    Jun 18, 2022 · Goal So I want to understand how to access the Player, Character & Humanoid in studio, I have searched up tutorials on how to do it, but it never really works and they don’t …