Kill Brick Script
This is a script for people that you can use as a kill brick if you want to use it in obbies or etc. This will instantly kill players upon touching. REMINDER: YOU NEED TO MAKE A PART FIRST LIKE A BRICK AND RENAME THE BRICK TO I QUOTE "Kill Brick" Then you make a script and drag the script into the part. But anyways! This is the script!
local Brick = script.Parent
Brick.Touched:Connect(function(hit)
if hit:IsA("Player") then
hit.Health = 0
end
end)
Ho ho homies get in focus then take notice! I'm what is oh yeah that show biz!
Quesito 1 month ago
works well👍
Thanks. But I just want to say the script is FOR SURE not mine. I pulled it from a kill brick item and copied the script. I'm just posting it here so people can know what to type in the script easier.
Ho ho homies get in focus then take notice! I'm what is oh yeah that show biz!
Maxdj8000 1 month ago
Thanks. But I just want to say the script is FOR SURE not mine. I pulled it from a kill brick item and copied the script. I'm just posting it here so people can know what to type in the script easier.
I need to get a domain for my PolyCode site so I can link it here lol. Provides free scripts, tutorials, and resources such as models.
hey, I'm Index!
Index 1 month ago
I need to get a domain for my PolyCode site so I can link it here lol. Provides free scripts, tutorials, and resources such as models.
use infinityfree. It gives free domains. Only issue is that their sub-domains....
Ho ho homies get in focus then take notice! I'm what is oh yeah that show biz!
Maxdj8000 1 month ago
use infinityfree. It gives free domains. Only issue is that their sub-domains....
I’m currently using Vercel however I am not able to link domains I do not physically own because what if that site bans me or eventually I change it - then it’s available again. At least that’s what I assumed the reasoning was.
hey, I'm Index!