HOW TO MAKE A PLAYER RECEIVE A BADGE WHEN A PART IS TOUCHED ?️ Roblox Studio Tutorial

Аватар автора
Игры и Фантастика
In todays video I show you how to make a player receive a badge when a part is touched! Hope you enjoyed the video, Have a lovely rest of your day! If you are a bit confused what to do, Feel free to message me on Discord and Ill help you out! Script: local badgeID = 1234567890 -- Change this ID YOUR badge ID local badgeService = game:GetService("BadgeService") script.Parent.Touched:Connect(function(hit) if hit.Parent:FindFirstChild("Humanoid") then local plr = game.Players:GetPlayerFromCharacter(hit.Parent) badgeService:AwardBadge(plr.UserId, badgeID) end end) Roblox Studio Tutorial

0/0


0/0

0/0

0/0