约 50 个结果
在新选项卡中打开链接
  1. Humanoidless r6 clothing rig - Community Resources - Roblox

    2025年9月19日 · Unlike humanoid-based clothing, the surface-appearance-based one is a bit inaccurate. You can see most of the inaccuracies on the rig yourself. But the main is that the top and …

  2. [Humanoid/Physics] The ability to create your own collision ... - Roblox

    2023年9月7日 · As a Roblox developer, it is currently too hard to create a custom collision for the default R15 Humanoid character controller. A mention from here. In most games, the player model is …

  3. [Potential Action Required] Update for HumanoidDescription APIs

    2025年10月7日 · Overview We are changing the default behavior for Humanoid:ApplyDescription and Players:CreateHumanoidModelFromDescription to automatically enable server-side checks on …

  4. Get Humanoid From Player - Scripting Support - Roblox

    2021年10月19日 · 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. How I can change the Humanoid Health to 0? - Roblox

    2021年8月26日 · Just one question. I only can change the humanoid health to 0 one time. I was testing and I turn the menu GUI on for click play again everything happen again but the humanoid health …

  6. How to stop Humanoid:MoveTo ()? - Scripting Support - Roblox

    2021年2月26日 · 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 spinning around …

  7. Default humanoid health script regenerates you while dead

    2025年10月16日 · The default humanoid health script goes like this: -- Gradually regenerates the Humanoid's Health over time. local REGEN_RATE = 1/100 -- Regenerate this fraction of MaxHealth …

  8. How do I make a humanoid walk like a player would to a ... - DevForum

    2023年5月16日 · local humanoid = npc.Humanoid Then, use the :MoveTo() method to make the npc walk. You do need to provide a position within the parentheses so the npc knows where to walk to. …

  9. Humanoid.Died not firing - Scripting Support - Roblox

    2023年8月3日 · When the humanoid dies, this Humanoid.Died Event never fires, even when the player falls into the void. I’ve looked everywhere and never found a solution. local DeathEvent = …

  10. (SOLVED) Humanoid:MoveTo not working - Roblox

    2024年2月2日 · I’m trying to make a group of NPCs walk to 4 points in a succession, but they seem to give up partway to the 4th point, anyone have any idea why? The 4th point is very far away …