Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how do i make a flare go on read desc?

Asked by 10 years ago

how do i make when someone touches a brick it makes a flare go on like a pressure plate?

thanks your for answer-------------------------------------------------

1 answer

Log in to vote
0
Answered by 10 years ago

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.

0
Ok i want it like a robloxian touches that pressure plate it makes smoke come out,out of another brick something like that i'm sorry i coulnd't tell you more what i wanted i was in a rush imcoollikecool 8 — 10y
Ad

Answer this question