Advertisement
QwertyHacker

Kill Brick Script roblox

Jan 12th, 2021
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. --[[
  2. Make sure to put this script as a child of the part!
  3. ]]
  4. local part = script.Parent
  5. part.Touched:Connect(function(hit)
  6.     if hit.Parent.Humanoid then
  7.         hit.Parent:BreakJoints()
  8.     end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement