First, the keyword is "How To Make Kill Brick Roblox Studio". I need to write an original article about creating a kill brick in Roblox Studio. The article should be 600 to 900 words, with natural headings, and avoid unsupported claims. I also cannot mention that it was AI-generated. I'll structure the article with an introduction, steps, and conclusion. The headings should be natural, like "Introduction to Kill Bricks" or "Step-by-Step Guide to Creating a Kill Brick". I'll include practical advice based on common knowledge in Roblox Studio. The context provided includes phrases like "In this beginner," "In this video, I will show you," "A simple tutorial: less than 3 minutes!" etc. But since this is a written article, I need to adapt this into a text format. I should avoid using video-specific language like "in this video" and instead use article-appropriate phrases. I'll start with an introduction explaining what a kill brick is and why it's useful in games. Then, I'll provide a step-by-step guide on how to create one in Roblox Studio, including setting up the part, adding scripts, and testing. I'll mention both the classic kill brick and a damage-only variant. Let me outline the article: 1. **Introduction**: Define kill brick and its purpose in Roblox games. 2. **Getting Started with Roblox Studio**: Brief on how to open Studio and create a basic part. 3. **Creating a Basic Kill Brick**: Step-by-step on inserting a part, naming it, and adding a script. 4. **Scripting the Kill Brick**: Write the Lua script for instant killing. Include code example. 5. **Alternative: Damage-Only Brick**: Explain how to make a brick that damages instead of instantly killing. 6. **Testing and Implementation**: Tips on testing in Studio and implementing in games. 7. **Customization**: Changing colors, effects, or behaviors. 8. **Conclusion**: Recap and encourage experimentation. I need to ensure the article is detailed but concise, between 600-900 words. I'll use natural headings and avoid claims that are unsupported. Now, I'll write the article in HTML format as required, using only safe HTML tags: h2, h3, p, ul, ol, li, strong, and em. No markdown fences. I'll start writing. **Introduction**: Kill bricks are classic elements in Roblox games, often used for obstacles or hazards. They instantly remove players when touched, adding challenge to games like obbies or rage games. **Steps**: I'll describe how to insert a block into the workspace, name it "KillBrick", and add a script. The script will use the Touched event to kill the player. **Script Example**: ```lua script.Parent.Touched:Connect(function(hit) local humanoid = hit.Parent:FindFirstChild("Humanoid") if humanoid then humanoid.Health = 0 end end) ``` But since it's HTML, I'll write the code within or tags? The requirement says "Return only safe HTML using h2, h3, p, ul, ol, li, strong, and em tags." It doesn't mention or . I should use

for text and perhaps use for emphasis. For code, I can use

with monospace styling, but since I can't use CSS, I'll just describe the code or use for code snippets. To be safe, I'll avoid code blocks and instead describe the script in plain text or use for key parts. But the context includes scripting, so I need to include the script. I can write it as text within

tags, but it might be messy. Alternatively, I can use