About 58 results
Open links in new tab
  1. Tutorial on how to make a kill brick - Roblox

    Aug 9, 2025 · Hello and good morning guys! Today I’m gonna show you how to make a kill brick for your Roblox game. Let’s get started To create a Kill Brick in Roblox using Luau I have …

  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 …

  3. How to make a kill command to kill a specific player? - Stack …

    0 I want to make a command that would kill a player you specify. Let's say I type "kill/Paul". Now I want to kill the player with the name Paul. This is my command Script:

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

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

    Aug 12, 2024 · To this: (No more scripts and clutter which makes it better) Now, there’s actually 2 ways to do this: Way 1: Folders First, create a folder inside of workspace, and name it …

  6. Fast way to kill the player - Scripting Support - Roblox

    Sep 16, 2020 · Fast way to kill the player Help and Feedback Scripting Support 55167233gf (DJ_Galaxy) September 16, 2020, 5:47am

  7. How to kill a player through a LocalScript - Roblox

    Dec 29, 2021 · Im trying to fix an exit button in one of my old games by killing the player on the press, but it looks like I cant really kill a player through a localscript.I’ve tried putting the origin …

  8. How ot make a simple kill all script - Scripting Support - Roblox

    Feb 16, 2022 · Hey everyone i need help with a script of mine the problem is that i want to kill all players but i dont know how to everything i looked up is aways about if player ...

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

  10. How to make a kill counter - Scripting Support - Roblox

    Mar 7, 2023 · Inside this folder, an IntValue object named Kills is created and set to 0. This value will be used to track the number of kills for each player. You can also find more examples and …