Как сделать бейдж в роблокс студио?

Скрипт: local badgeservice = game:GetService(“BadgeService“) local id = 000000000 :Connect(function(hit) if :FindFirstChild(“Humanoid“)then local plr = :GetPlayerFromCharacter() badgeservice:AwardBadge(,id) end end) #Roblox #Роблокс #RobloxStudio #РоблоксСтудио
Back to Top