About 32,200 results
Open links in new tab
  1. Make A Simple Kill Brick In Roblox Studio

    Apr 26, 2021 · Hey, Kimathi Here. Today I’ll Be Showing A Step-By-Step Guide on How to make a quick and simple kill brick, enjoy! First of all you want to insert a part; At the top of your screen, there should be a place where you can insert a part: Yours should look something like this: Click on the part, and in the workspace you should have a little brick. Scale the brick and mess with the properties as ...

  2. Instantly Kill on Brick Touch - Scripting Support - Roblox

    Oct 26, 2019 · I am trying to create an obstacle course, so I need a brick that instantly kills the player when it’s touched. In the example below the red brick is supposed to kill instantly, but if you hold jump you can avoid the kill. Does anybody know any better ways to do this? <details><summary>The Script</summary>function onTouched(h) local h = h.Parent:FindFirstChild("Humanoid") if h ~= nil then h ...

  3. The CORRECT way to make killbricks in studio! [FIXED] - Roblox

    Aug 12, 2024 · And that’s it! I hope this tutorial helped you better optimize and make killbricks in Roblox Studio. Please share this with anyone you know that would benefit from this tutorial. Also, this tutorial took a long time to make (30 minutes or so), so I would appreciate support. Thanks, and have a wonderful day, devs!

  4. How to script Kill Bricks, Jump Bricks, and Speed Bricks - Roblox

    May 4, 2020 · Hello, if you’re really new to scripting and want to make those speed bricks from speedrun, those killbricks from obby’s and jump bricks. You’ve come to the right place! Let’s get started with the coding [insert a normal script into the block you want as the speed, kill or, jump block] script.Parent.Touched:Connect(function(hit) local h = hit.Parent:FindFirstChild("Humanoid") …

  5. What would be the BEST way to make a block kill you when you

    Jun 5, 2019 · If so, kill the player. That being said, this is just an add-on, so have a look in your free time if you want. For the purpose of solving the specific thread’s issue (making a touch-kill block), the suggested solution is wonderful for creating streamlined block behaviour.

  6. Do you have any solution on how to make a kill brick script

    Sep 26, 2020 · Do you have any solution on how to make a kill brick script ... - Roblox ... Loading ...

  7. How to make a script to kill the player if they ever touch a ... - Roblox

    Mar 15, 2022 · I am making an obby, and right now I have a ton of kill parts with individual kill scripts in each one with a simple part.touched event in each one. However things changed and now I want to just have one script that makes it so if a player ever touches a part that is named “Kill” or something like that they die.

  8. How would I make a non collision block slowly take away health

    May 19, 2021 · Hello, I am having trouble making a kill block that slowly takes away health from a player. I would usually do this with a touched event that gradually takes away damage from the player, but this kill block has no collision and only damages the player when they touch it but stops damaging when they are in it. If you can explain why this is happening and how to fix it, that would be great.

  9. BlockLua | The blazingly fast visual scripting plugin for ... - Roblox

    Jan 6, 2023 · BlockLua is a fast visual scripting plugin for Roblox, allowing users to code with blocks like in Scratch.

  10. How to create a Kill script part - Scripting Support - Roblox

    Apr 8, 2024 · I am a beginner at scripting, so please don’t judge me. I need help creating a kill part script for an obby that I am making. I am creating this obby to gain a better understanding of scripting, and I plan to take on more complex projects once I have a better understanding of the basics of scripting. I would appreciate it if someone could explain what each part …

  11. Some results have been removed
Refresh