Scripting Badge Support

hey I’m wondering if I could add 2 players on a “Meet the Owner” Badge? in the script

2 Likes

This requires you to write an additional check using Players.PlayerAdded event, where it checks for one specific ID, which is a constant. This constant should be checked for whether another player is in the server with the matching ID, Players:GetPlayerByUserId().

API references:
https://developer.roblox.com/api-reference/class/Players
https://developer.roblox.com/api-reference/function/Players/GetPlayerByUserId
https://developer.roblox.com/api-reference/event/Players/PlayerAdded