Proximity Prompt only working with certain area?

I am trying to have make a car dealership, I have demo cars, and whenever you go near one you are supposed to get a proximity prompt asking you to buy it.
The proximity prompt only shows up in a small area near spawn, everywhere else it does not show up, even though the max activation distance is set to 10.

I have turned off Line of Sight.

2 Likes

Try to set it where you have to get closer like 2 or 5 distance and see if keeps happening

It might be a bug or something

In the proximity prompt disable “requires field of view” or something like that

What are the proximity prompts parented to?

Wait… I thought MaxActivationDistance is the number of studs the player is from the ProximityPrompt…?

Do you have a script that is changing the MaxActivationDistance?

I literally said I did that in the post.

It just seems like a Bug!!! I don’t really know?

I don’t know what caused it, but I moved an invisible part on the front of the car and just attached the proximityprompt to that.

2 Likes

That explains it… your vehicle has a very large bounding box, which means there are parts in there that are far away from the actual vehicle. This is going to cause other issues for you with the actual vehicle.

1 Like