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

[SOLVED] Trying to make it so If I hit E next to a block it makes a GUI appear?

Asked by 2 years ago
Edited 2 years ago

I'm trying to make it so If I stand next to a block and it E it will make a screen GUI appear on your screen. Im not sure how to go about this! Can someone please help me!

1 answer

Log in to vote
0
Answered by
Olyhon 15
2 years ago

Your solution is 1. Invisible non-collidable detector block 2. local script that grabs player and detector block 3. local script connects block to OnTouch signal. 4. Toggles on GUI when touched by player.

Ad

Answer this question