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

How do I make text appear when you walk into an area? [closed]

Asked by 3 years ago

How would I go about making text appear on your screen when you walk into an area?

Closed as Not Constructive by youtubemasterWOW

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

2 answers

Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

Maybe try making a GUI appear with the text on it when the area is touched? Like make a part when it's touched, the gui appears (If it only happens to a certain player add a local script and when it happens to multiple people when one player touches it make it just a Script.). I am not a good scripter so I am not sure if I can give you some good code.

0
I tried that, but nothing happened. I tried to make the code so that when the brick is touched the already existing GUI text would be non transparent and change the appropriate text, but nothing happened. The script ran, no errors, it just didnt do the specific thing I needed it to. xDreamingLuma -3 — 3y
Ad
Log in to vote
0
Answered by
o_fex 146
3 years ago

Hey there.

A great way of doing this would be by using Region3. I wouldn't personally trust a Touched event as there are many faults to it. However, there are videos on YouTube on how to use Region3 and it's relatively easy.