Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Welcome Badge
- --------------------------
- --Variables--
- local BadgeService = game:GetService("BadgeService")
- BadgeId = 2308074335071336
- --Script--
- game.Players.PlayerAdded:Connect(function(p)
- wait(.5)-- 5 Second Wait Just to Make Sure they are here to play !
- print("Sending Badge..") -- Test That It Works !
- BadgeService:AwardBadge(p.UserId,BadgeId)
- end)
- --End--
- --------------------------
- -poke
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement