script:
local badgeID = delete it and paste your id
local badgeService = game:GetService("BadgeService")
game.Players.PlayerAdded:Connect(function(player)
wait(1)
if not badgeService:UserHasBadge(player.UserId, badgeID) then
badgeService:AwardBadge(player.UserId, badgeID)
end
end)
Watch video How to create welcome badge in Roblox Studio online without registration, duration hours minute second in high quality. This video was added by user fil1pex 13 August 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 54 once and liked it 2 people.