Giving badges in a Local Script

  1. What do you want to achieve? Giving badges from a LocalScript

  2. What is the issue? Nothing works

  3. What solutions have you tried so far? I tried every i could think of, and also searching on google.

Hi, i want to make a badge giver in my local script. I tried everything but it doesn’t seem to work. I tried joining the game to see if i could get the badge but i didn’t (I also joined from my second acc)

Every answer will be helpful.

2 Likes

Giving badges on client side is impossible because exploiters could easily get every in-game badge with almost no effort. You should find a way to give badges on server side. You could try firing a remote event from client to server to give a badge but in this case do not forget to implement sanity check on server side.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.