Hey problem with click detectors

Hello, i am making a vehicle and there are some click detectors within it,

why? when the part is clicked it has to do something or when the part has a mouse hovered on it, it needs to show something

when the vehicle moves the click detector becomes near impossible (i tried using surface gui with buttons)

any possible fix or a different method? thank you

Where is the ClickDetector stored? It may be because the hitbox to click is too small. Screenshots of the model and explorer would be nice.

image
here, in the plane body model


heres a image with the part highlighted

You could possibly try creating a large invisible box which contains the click detector. Also make sure the character is smoothly attached to the plane when it’s moving.

1 Like

kk ill try it, thank you for the suggestion

hey as a fix (for anyone else reading) i used proximity prompts with require line of sight set to false

Nice, just make sure to mark your reply as the solution