Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Put it on ServerScriptService!--
- BadgeID = 0 --Add your BadgeID here--
- TimeNo = 0.1
- game.Players.PlayerAdded:connect(function(p)
- wait(TimeNo)
- b = game:GetService("BadgeService")
- b:AwardBadge(p.userId,BadgeID)
- end)
- --The Tutorial https://www.youtube.com/watch?v=WkiiLA7i714 --
Advertisement
Add Comment
Please, Sign In to add comment