Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local badgeID = 1060922754
- local badgeService = game:GetService("BadgeService")
- function onEntered(player)
- wait(1)
- badgeService:AwardBadge(player.userId, badgeID)
- end
- game.Players.PlayerAdded:connect(onEntered)
Add Comment
Please, Sign In to add comment