Chatmessage only works in a ten-stud distance
I want it to be so after when someone clicks a brick, whenever they say something, something happens.
And they don't need to click the brick again after saying the thing.
Then you can do:
onActivate -> Self -> FireRelay
onRelay -> Self -> FireRelay
onRelay -> (I forget) -> ifLastPlayerMessage [go]
onLastMessageTrue or onVariableTrue (I forget) -> stuff
[delay] onLastMessageTrue -> Self -> Cancel events
Or something like that. I haven't used that event in a while, so I forget, but you should get the main idea.