So I want a billboard GUI to appear when you enter a part. Is there a function like a mouse entered for parts?
I’ve tried to make so when you enter a part the billboard GUI appears but it’s another part surrounding that part to turn the billboard GUI off when entered but that was not an efficient way.
1 Like
I am confused with this line, it’s either your referring Region3 or something else.
.Touched basically does PartEntered
edit: i like how you completely ignored me
1 Like
I want the billboard GUI to appear when you enter a part or touch a part or whatever
If you know what’s Region3, then you could’ve just use it, otherwise use the Touched event for your code.
1 Like
But how am I going to do to set it to false when it’s not touched`?
It looks like your new to scripting, consider reading the wiki from Roblox.
You can use a TouchEnded event, I think that’s what it’s called, to do this.
1 Like
The TouchedEnded worked! Thanks Man!
1 Like
Anytime. This is also my first comment about programming solutions getting marked. Thank you as well.
2 Likes
swejordgubb
(swejordgubb)
October 10, 2020, 11:34am
#10
Sorry! I had already tested with Touched and the other guy had some info I had not tested.
swejordgubb
(swejordgubb)
October 10, 2020, 12:19pm
#12
He suggested that and then I said how am I going to do to dectect if not part is touched