About 46,600 results
Open links in new tab
  1. 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 …

  2. 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 “KillBricks” Now, …

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

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

  5. 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 created a script to …

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

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

  8. 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 position to the …

  9. How to make a kill command to kill a specific player? - Stack Overflow

    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:

  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 tutorials on …