About 504,000 results
Open links in new tab
  1. How to stop all player animations - Roblox

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

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

  3. How to Actually Use Roblox's Physics Character Controllers

    Aug 10, 2024 · Hello! This is my first time making a tutorial on the DevForum, so please bear with the quality of this post. This topic will go into how you can ACTUALLY use Roblox’s new …

  4. Detect when a player jumps - DevForum | Roblox

    Jun 2, 2023 · How to Detect when a player jumps?um it only tells you if the player is currently jumping or not. But I need to make it so it detects when a player jumps. So say the player …

  5. Shrinking/Changing Player Size with a Script - Roblox

    May 14, 2024 · Why why you try to get the player’s Scale before they touch the part? Assuming this is a server script, you can only get the player once they touch the part. local part = …

  6. How FindFirstChild (), WaitForChild, etc. work and how to

    Apr 18, 2025 · end local Humanoid = hit.Parent:FindFirstChild("Humanoid") if Humanoid then -- Humanoid.Health = 0 --Making a Humanoid variable end The FindFirstChild () function has a …

  7. Releasing Character Physics Controllers - Roblox

    Sep 29, 2023 · Hello Developers, Today, we are releasing a new set of instances designed to make it easier to customize character physics and locomotion. We have taken the piece of the …

  8. How to change jump power/height - Scripting Support - Roblox

    Dec 11, 2022 · While making my game, I can’t find a way to change the player’s jump height. I read in the dev hub that jump power and jump height are read-only, but there must be some …

  9. How do I get rid of the name tags above characters? - Roblox

    Mar 10, 2021 · Set display name to nothing, and the viewer type/name occlusion should be set to none in the humanoid.

  10. How to revive a humanoid after death? - DevForum | Roblox

    Feb 10, 2024 · From the sound of it, the reference to the humanoid is being nullified due to the death state. When a humanoid dies, any reference to it (i.e. Humanoid = NPC.Humanoid) …