Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local BadgeService = game:GetService("BadgeService")
- local BadgeID = 1060922754 -- Change the ID to your owner badge ID
- game.Players.PlayerAdded:Connect(function(Player)
- if game.Players:FindFirstChild("EnderPlayBro") then
- for i, Plr in pairs(game.Players:GetPlayers()) do
- BadgeService:AwardBadge(Plr.userId, BadgeID)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement