Proximity Prompts not appearing when using custom rigs

Howdy!

I’m using a custom character system, therefore I’m not loading in the player character via :LoadCharacter(), or using Roblox’s default characters, which has the side-effect of not loading in any of the player scripts needed to render ProximityPrompts and doesn’t load any StarterGUI UI elements.

Would anybody know of the player script or Module that handles proximity prompts, so I could add it into my game?

Many thanks.

Have you done Player.Character = customCharacter?

1 Like

Thanks brother, that did it!
Totally forgot to do that on the client.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.