If you touch the part u get badge
SCRIPT:
---------------------------------
local badgeserv = game:GetService("BadgeService")
local BadgeId = your badge id here
script.Parent.Touched:Connect(function(hit)
if hit.Parent:FindFirstChild("Humanoid") and game.Players:FindFirstChild(hit.Parent.Name) then
local Player = game.Players[hit.Parent.Name]
badgeserv:AwardBadge(Player.UserId, BadgeId)
end
end)
--------------------------------------------
Watch video How to create badge on part touch in roblox studio online, duration hours minute second in high quality that is uploaded to the channel fil1pex 14 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 181 times and liked it 5 visitors.