Roblox Wedding Proximity Effect
Budget: $30 – $250 AUD
I’m building a light-hearted “wedding ring” feature in Roblox and need a clean Lua solution that does three things:
1. Constantly checks distance between two pre-defined players.
2. When they come within the set range, trigger a small flourish—think a gentle particle glow around each avatar accompanied by a short chime.
3. Prompt both players, in a centred popup window, with a button that says something like “Partner Up”. A single click from each confirms the pairing; once both clicks are registered, the effect can intensify briefly or a short message can appear to acknowledge the new partners.
Please keep the code modular: a server Script to handle proximity checks and RemoteEvents, a LocalScript for the UI popup, and clear comments so I can tweak distances, sounds, or particle assets later in Roblox Studio.
1. Constantly checks distance between two pre-defined players.
2. When they come within the set range, trigger a small flourish—think a gentle particle glow around each avatar accompanied by a short chime.
3. Prompt both players, in a centred popup window, with a button that says something like “Partner Up”. A single click from each confirms the pairing; once both clicks are registered, the effect can intensify briefly or a short message can appear to acknowledge the new partners.
Please keep the code modular: a server Script to handle proximity checks and RemoteEvents, a LocalScript for the UI popup, and clear comments so I can tweak distances, sounds, or particle assets later in Roblox Studio.