I was creating a lamp model with a ProximityPrompt which was working perfectly fine when the parts were unanchored. (The part was rolling on the baseplate and I could interact with it fine, all scripts inside work) When I did anchor it, no matter how close I got even with increasing the max activation distance it never appeared. I’m sure it’s enabled, and I’m sure it hasn’t (shouldn’t) been changed any way.
1 Like
Is the requires line of sight property enabled?
1 Like
Is the center of the ProximityPrompt Part hidden inside CanCollide true Part or Parts?
I’ve had this happen with doors when I put the prompt Part at the center of the door, but the door CanCollide Part ‘hid’ it.
Try putting the Prompt inside the part you are using as CanCollide true.
1 Like
I moved the part with the prox prompt out of the way and it works!
But is there a better way instead of setting the parts around it?
Think of the Part with the ProximityPrompt as the visible item.
If you have other Parts in the way it’ll be an issue.
Take the largest Part and put the Prompt in that one.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
