Meet the Owner Badge Model
A model for awarding players a badge when they meet the owner in-game.

When to use it
Mark a visit with the creator by awarding an appropriate Roblox badge when the conditions are met.
Example in a game
Use it during a community play session where visitors can encounter the experience's owner.
Integration checks
Review the owner identifier and badge identifier, and confirm that the badge belongs to the correct experience. Award conditions should be checked on the server rather than trusted from a client request.
A practical test
Test both owner-present and owner-absent cases, plus a player who already has the badge. Confirm that joining again does not produce repeated errors.
Get the current model
Open the Roblox listing to review the current asset and any included setup instructions. Add it to a test copy of your place first; this guide does not replace inspecting the model's scripts or its current terms.
Open on Roblox Creator Store ↗Common questions
Where are the exact configuration settings?
Check the current Creator Store listing and instructions included with the asset. This overview deliberately does not invent script names or setup values that may differ between versions.
What should I include in a bug report?
Send the model name, the steps you tried and the relevant Studio error to Flayo through the Contact page. Remove private IDs, keys or player information. Mention whether the issue happens in Studio, a published test, or both.