Help with badge giver script

What is the script of a badge giver. when players touch it?, I tried like 2 scripts but no work
Thanks

3 Likes

Look at this
https://developer.roblox.com/en-us/api-reference/function/BadgeService/AwardBadge

Edit:
Just call Part.touched:Connect(Function(

[Code here]
end))

4 Likes

I delete the badge how i can get it?

1 Like

when i see the badge on roblox page i see i dont have it, like the check and u own the badge
he owner of the place must also own the badge (for example, the owner must not have deleted the badge).

1 Like

To get the badge, just trip the script yourself, like log into roblox, play it, and then trigger the script.

Edit:
Also you have to modify the script to meet your needs.

2 Likes

I suggest following the tutorial that is given by Roblox:

https://developer.roblox.com/en-us/articles/Badges-Special-Game-Awards

2 Likes