I am making use of proximity prompts in my game. The problem I don’t know how to solve is proximity prompts not appearing.
Luckily I found the reason being invisible parts in-front of the prompt, which are needed. Is there a way to make the proximity prompt still appear without moving any of the parts?
4 Likes
Disable ‘RequiresLineOfSight’. This will prevent anything from blocking the prompt. Another easy way to do this is to use an ‘Attachment’ and put your prompt inside it if you want ‘RequiresLineOfSight’ on.
8 Likes