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

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

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

    Jun 18, 2022 · 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 …

  5. Custom characters guide - Community Tutorials - Roblox

    Feb 6, 2024 · Learn to script custom characters in Roblox with this comprehensive tutorial covering character structures and scripting techniques for unique creations.

  6. How do I make welds not break when the Humanoid dies?

    Feb 7, 2025 · setting BreakJointsOnDeath set to false in the humanoid properties or via a script doesn’t work due to im using a ragdoll script and it just falls apart, i want the motor6ds to get …

  7. Help with Root Motion (animating the HumanoidRootPart)

    Oct 15, 2022 · The position changed by setting Humanoid.WalkSpeed and calling Humanoid:Move () to move the needed amount and the orientation is changed by setting the …

  8. Animating A Non Humanoid Character - Scripting Support - Roblox

    Dec 13, 2020 · I am trying to make player’s in my game crabs. Crabs aren’t humanoids so I was wondering how I would make the player into one and them still able to move and all.

  9. How to stop Humanoid:MoveTo ()? - Help and Feedback ... - Roblox

    Feb 28, 2021 · I’m trying to make a bot for my game, when the player walks too close to the bot I want the bot to stop. I’ve tried moving the humanoid to its humanoidRootPart, it just starts …

  10. Best way to Wait () for Character? - DevForum | Roblox

    Jan 22, 2021 · The reason you had to wait() before was because the humanoid does not load at the same time as the character and gets added after the character is added. The optimal …