Advertisement
Guest User

Roblox Script (Owner Badge Giver)

a guest
Jun 27th, 2018
19,047
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. -- Made by SirPurpleDeveloper
  2.  
  3. local BadgeService = game:GetService("BadgeService")
  4. local BadgeID = 0000000000 -- Change the ID to your owner badge ID
  5.  
  6. game.Players.PlayerAdded:Connect(function(Player)
  7. if game.Players:FindFirstChild("SirPurpleDeveloper") then
  8. for i, Plr in pairs(game.Players:GetPlayers()) do
  9. BadgeService:AwardBadge(Plr.userId, BadgeID)
  10. end
  11. end
  12. end)
Advertisement
Comments
  • RafaelDR9
    2 years
    # text 0.10 KB | 0 0
    1. So when a owner joins a his own game then it gives a badge to all the player in the same server as him.
Add Comment
Please, Sign In to add comment
Advertisement