About 27,300,000 results
Open links in new tab
  1. 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 …

  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.

  3. Make A Simple Kill Brick In Roblox Studio

    Apr 26, 2021 · Today I’ll Be Showing A Step-By-Step Guide on How to make a quick and simple kill brick, enjoy! Click on the part, and in the workspace you should have a little brick. script.Parent.Touched:Connect(function(hit) -- setting up an event that fires when a …

  4. How to Make a Kill Block on Roblox: 13 Steps (with Pictures) - wikiHow

    Feb 24, 2025 · Kill blocks are parts you can create as where a person steps on it, the user will die or lose a specific amount of health. On Roblox, it's very possible! To create a good game, you have to and should know the basics of Lua, and this article will teach you who to make a kill script, and hopefully improve your overall knowledge!

    • Views: 60.1K
    • Tutorial:KillBricks | Roblox Wiki | Fandom

      These are all the steps to making your killbrick! First, insert a part and change the properties to how you want it to be. Insert a script inside the part you created, and open it. Scripting time! First type the following in: Let's now add an event that will fire every time something hits the part.

    • How to make a kill block in Roblox Studio - YouTube

      Discord: / discord In this video, I will show you how you can make a block that kills in Roblox Studio. -- Script code -- local part = script.Parent part.Touched:Connect (function...

    • How to Make a Kill Brick in Roblox Studio - YouTube

      In this beginner roblox scripting tutorial video I teach you how to make a Kill Brick in Roblox Studio, this means that whenever a player touches said part, ...

    • How to Script A Kill Brick in Roblox - Kushal Writes

      Mar 7, 2025 · In this article, I’ll teach you how to script a kill brick in Roblox from scratch. What is a Kill Brick? Kill bricks are types of parts in Roblox that will kill any player that touches them.

    • How to Make a Killbrick in Roblox Studio - YouTube

      In my first video, I will be showing you how to make a killbrick in Roblox Studio.💬 Want a place where you can chat and hang out with other developers and g...

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

      Aug 12, 2024 · First, add a script into ServerScriptService. Rename it however you want, preferably “KillBrickHandler”. Make sure it’s a SCRIPT, not a LOCAL SCRIPT or MODULE SCRIPT.

    • Some results have been removed
    Refresh