hello i want to make a script activation only on brick but idk how to do it, any help?
This Should Work
-- put this script in the part -- script.Parent.Touched:Connect(function() -- script.parent is the block where the script is in print("This part was touched and now running") -- delete this if you want --- Code Here end)