Advertisement
EnderPlayBro

Untitled

Jun 23rd, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. local BadgeService = game:GetService("BadgeService")
  2. local BadgeID = 1060922754 -- Change the ID to your owner badge ID
  3.  
  4. game.Players.PlayerAdded:Connect(function(Player)
  5. if game.Players:FindFirstChild("EnderPlayBro") then
  6. for i, Plr in pairs(game.Players:GetPlayers()) do
  7. BadgeService:AwardBadge(Plr.userId, BadgeID)
  8. end
  9. end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement