how do i make when someone touches a brick it makes a flare go on like a pressure plate?
thanks your for answer-------------------------------------------------
I don't know what you exactly mean by 'flare' but here's how you would make a touching code, sorta like a pressure plate.
First, insert a script into the brick(pressure plate) and put this code in it:
script.Parent.Touched:connect(function(hit) -- You can write the rest of the code here, or what you want to happen when they touch it. end)
If you could provide a little more of an explanation, I might be able to make the rest of the code.
Hope I helped.