Advertisement
XiByteGam123457890

Welcome Badge

May 8th, 2024
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Welcome Badge
  2. --------------------------
  3. --Variables--
  4. local BadgeService = game:GetService("BadgeService")
  5. BadgeId = 2308074335071336
  6.  
  7. --Script--
  8.  
  9. game.Players.PlayerAdded:Connect(function(p)
  10.  
  11. wait(.5)-- 5 Second Wait Just to Make Sure they are here to play !
  12. print("Sending Badge..") -- Test That It Works !
  13. BadgeService:AwardBadge(p.UserId,BadgeId)
  14.  
  15. end)
  16. --End--
  17. --------------------------
  18. -poke
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement