About 50 results
Open links in new tab
  1. How to get a NPC sit down on a seat on client / How to ... - DevForum

    Nov 7, 2024 · The issue of NPCs not sitting properly on seats in Roblox often stems from physics timing and synchronization limitations, especially when handling this client-side. When calling …

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

    Feb 26, 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 spinning around …

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

  4. Applying a decal as a face through a HumanoidDescription

    Apr 23, 2025 · Since Roblox put the following restriction on HumanoidDescriptions: The type of the asset ID provided must be for a Face type asset and not a Decal or Image type asset. Here is a function …

  5. [Potential Action Required] Update for HumanoidDescription APIs

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

  6. Humanoid.Jump Not Working On Input Press - Roblox

    Jun 14, 2025 · What do you want to achieve? Keep it simple and clear! I want to, using ContextActionService, bind all inputs to actions to give players the freedom to change any input to …

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

    Feb 2, 2024 · 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 compared to …

  8. Default humanoid health script regenerates you while dead

    Oct 16, 2025 · 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 …

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

    May 16, 2023 · 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. …

  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 explain why it …