How to create welcome badge in Roblox Studio

Published: 13 August 2024
on channel: fil1pex
54
2

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, duration hours minute second in high quality that is uploaded to the channel fil1pex 13 August 2024. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 54 times and liked it 2 visitors.