How to make a badge

Subscribers:
10,100
Published on ● Video Link: https://www.youtube.com/watch?v=q-jNj1o_Qhk



Duration: 1:06
20 views
1


Ignore the Glitchy Sound






Script: script.Parent.Touched:Connect(function(part)
if part.Parent:FindFirstChild("Humanoid") then
local player = game.Players:GetPlayerFromCharacter(part.Parent)
game:GetService("BadgeService"):AwardBadge(player.UserId, YOUR ID HERE )
end
end)