How to Make a MEET THE OWNER BADGE in Roblox Studio! (2024) - Roblox Studio Tutorial

Поділитися
Вставка
  • Опубліковано 18 жов 2024

КОМЕНТАРІ • 94

  • @syaroblox
    @syaroblox  6 місяців тому +14

    Script:
    local badgeService = game:GetService("BadgeService")
    local badgeid = 0 --put your badge id here
    local ownerId = 0 --put your account id here
    local isInGame = false
    game.Players.PlayerAdded:Connect(function(plr)
    if plr.UserId == ownerId then
    isInGame = true
    for i, plrInGame in pairs(game.Players:GetPlayers()) do
    badgeService:AwardBadge(plrInGame.UserId, badgeid)
    end
    elseif isInGame then
    badgeService:AwardBadge(plr.UserId, badgeid)
    end
    end)
    game.Players.PlayerRemoving:Connect(function(plr)
    if plr.UserId == ownerId then
    isInGame = false
    end
    end)

  • @TheShinyBlueStarFromOhio
    @TheShinyBlueStarFromOhio 2 місяці тому +3

    for the avatar id just go to studio press play press players and expand it then press your username and scroll until you find something called player id then u can copy it then boom u have it that way its easier to do it

  • @gamer2113yt
    @gamer2113yt День тому +1

    great video only thing I'd recommend is slowing down the AI's voice I had to watch it at 0.75 playback speed lol.

    • @syaroblox
      @syaroblox  День тому

      Thanks! for me the voice seems ok at that speed, but I'll note this

  • @Goose_Swag
    @Goose_Swag 6 місяців тому +3

    TYSM for this tut, its ganna *hopefully* make for a better game

    • @syaroblox
      @syaroblox  6 місяців тому

      You're Welcomed!

  • @Infinityteams-h2e
    @Infinityteams-h2e Місяць тому +1

    This worked so well I been trying to find something like this in a very long time for my boss/owner this is the most tipful video ever😊😊😊😊❤❤❤❤❤

    • @syaroblox
      @syaroblox  Місяць тому

      I'm glad to hear that!

  • @lightning-t2c
    @lightning-t2c 6 місяців тому +3

    Thank you this was very helpful for my game!

    • @syaroblox
      @syaroblox  6 місяців тому

      I'm Glad to Hear That!

    • @lightning-t2c
      @lightning-t2c 6 місяців тому +1

      @@syaroblox No Plob!

  • @SparNDas
    @SparNDas 6 місяців тому +2

    Yo man I only got the badge but when my friend joined and when I joined on my alt it didn't work for them

    • @syaroblox
      @syaroblox  6 місяців тому +1

      Easy fix! You'll Have to be Also in the Game for Other People to get it, Note That it has to be the Same Account ID That you put Inside the Script. If you Still Have any Problems Then let me Know!

  • @meowbee_
    @meowbee_ 3 місяці тому +1

    So I searched this tutorial to somehow fix my meet script to be ratelimit friendly. I figured the code, but with the cost of over complicating the script lol
    But now i just need to change player and badge id so that works, thanks for the tutorial!

  • @TheShinyBlueStarFromOhio
    @TheShinyBlueStarFromOhio 2 місяці тому +2

    its a great tutorial but for the badge u can press the 3 dots then press copy asset id so u can get the id of the badge quicker and easier

  • @syaroblox
    @syaroblox  2 місяці тому +2

    FAQ: If the badge didn't pop up for you, maybe check your Roblox profile to see if there's the badge. Roblox sometimes doesn't display the badges when you get them.

  • @roseanndavid498
    @roseanndavid498 6 місяців тому +2

    I'm your 300 subscriber lol

  • @TenderJacks
    @TenderJacks 6 місяців тому +1

    THANKS! HELPED ME ALOT

    • @syaroblox
      @syaroblox  6 місяців тому +1

      No Prob! Glad it Helped you!

  • @porcupine_playz2
    @porcupine_playz2 Місяць тому +1

    ty i folow tutorial from 2023 tooked me an hour dint work this was so easy and it works ty

  • @Jayen211adoors
    @Jayen211adoors 2 місяці тому +2

    It works you are great

    • @syaroblox
      @syaroblox  2 місяці тому

      I'm glad that it worked!

  • @SweatySchle
    @SweatySchle 4 місяці тому +3

    Can you add multiple owners in there? bc i tried {id1, id2, id3} but it still only works for 1 then
    Edit: nvm got it wasent that hard

  • @aigaf4389
    @aigaf4389 Місяць тому +1

    It Work Thank you So Much Man

  • @OperatorSiege
    @OperatorSiege 6 місяців тому +1

    Dam this is new!

  • @syaroblox
    @syaroblox  2 місяці тому +2

    NOTE: Please publish your game before testing it.

  • @R3mpsmrs
    @R3mpsmrs 6 місяців тому +1

    you earned a sub

  • @Roblox_God733
    @Roblox_God733 5 місяців тому +1

    Sometimes it wont pop up because it did not pop up for me and i had the badge

    • @syaroblox
      @syaroblox  5 місяців тому

      It Does That Sometimes. Your Script is Completely Working, Nothing is Wrong With it. So When you Check Your Profile, the Badge is Already There.

  • @RIP_CutelyCat34
    @RIP_CutelyCat34 5 місяців тому +2

    Its not work....idk how fix eror in the script....can you help me???
    Tysm for Helping!!

    • @syaroblox
      @syaroblox  5 місяців тому

      Did you Changed Anything Other Than the User and Badge ID? Everything That is Inside the Script Seems Fine to me, you can Only Change the User and Badge ID. Maybe try to Check if the User and/ Badge ID is Right. Also Check on Your Profile if the Badge is There, Sometimes When you get the Badge it Won't pop up for Some Reason. Hoped This Helped you, but if it Still Doesn't Works Don't Hesitate to Tell me!

  • @CaydenBanks-t2e
    @CaydenBanks-t2e 5 місяців тому +1

    It wont work and i added everything right and didnt delete anything please help

    • @syaroblox
      @syaroblox  5 місяців тому

      Have you checked your profile? sometimes badges doesn't appear for some reason, and also did you copy the right badge and account ID? make sure it is right. if it still doesn't works don't hesitate to tell me.

    • @CaydenBanks-t2e
      @CaydenBanks-t2e 4 місяці тому +1

      @@syaroblox yess that was why tyy

    • @syaroblox
      @syaroblox  4 місяці тому

      @@CaydenBanks-t2e I'm glad that it helped!

  • @cxelxn
    @cxelxn 4 місяці тому

    for some reason it's not working for me, copied and pasted into a script, only changed badgeId and ownerId, verified they were the correct ID's twice, joined myself on an alt and still nothing. badge is active and everything and the script itself looks identical to the what's on screen except owner and badge ID of course. I tried another script aswell even that one did not work for me.

    • @syaroblox
      @syaroblox  4 місяці тому

      Did you copied the long ID on your badge? also Roblox does this sometimes when badges doesn't show up when you get it inside the game, but the badge appears on your profile. I don't know if this is a trick to get it fixed but try making your game public? if this issue keeps on happening, don't hesitate to tell me.

  • @BlueRock-Rock-Spieces
    @BlueRock-Rock-Spieces 12 днів тому

    It didn't work for me, I did the badge id and the user id correct, and i published, joined, and it didnt pop up. I even checked the badge's profile, reloaded it, and it didnt say i had it!

    • @syaroblox
      @syaroblox  11 днів тому

      Hm.. I don't really know how to help you with this one, maybe try checking your badge ID? or did you copy and pasted the script correctly?

    • @BlueRock-Rock-Spieces
      @BlueRock-Rock-Spieces 11 днів тому

      @@syaroblox i checked, and it was correct

    • @syaroblox
      @syaroblox  10 днів тому

      @@BlueRock-Rock-Spieces I don't really know what to do anymore, I'm so sorry

  • @jimisvensson7469
    @jimisvensson7469 4 місяці тому

    I don't get the badge bc of Expected identifier when parsing method name, got 'local'

    • @syaroblox
      @syaroblox  4 місяці тому

      Sorry, but what do you mean by that?

  • @OliviaPlayzz22
    @OliviaPlayzz22 13 днів тому

    Hm.. it didnt work? Am i like late or smth?

    • @syaroblox
      @syaroblox  13 днів тому

      I don't think being late is the problem, did you really do all of the steps correctly?

  • @FishyUGT
    @FishyUGT 6 місяців тому +2

    for a sec i thought u were itz_floppyfish 😭😭

  • @bullsharkdog
    @bullsharkdog 3 місяці тому

    finnaly the turtiol is rea

  • @Blissful_Edits
    @Blissful_Edits 18 днів тому

    It is not working... Is there anything I may have done wrong?

    • @syaroblox
      @syaroblox  17 днів тому +1

      Have you followed all the steps correctly?

    • @Blissful_Edits
      @Blissful_Edits 17 днів тому +1

      @@syaroblox I figured it out. Thank you though.

    • @syaroblox
      @syaroblox  17 днів тому

      @@Blissful_Edits Nice

  • @bullsharkdog
    @bullsharkdog 3 місяці тому +1

    mine didnt work i copy and pasted everything

    • @syaroblox
      @syaroblox  3 місяці тому +1

      Did you copy and pasted the right ID's?

    • @bullsharkdog
      @bullsharkdog 3 місяці тому +1

      I did I just had to publish the game again that’s all thanks:D

    • @syaroblox
      @syaroblox  3 місяці тому +1

      @@bullsharkdog oh okay!

  • @Sonic1fan2024
    @Sonic1fan2024 19 днів тому +1

    Thanks lol it worked

  • @viktoriahasanlliu6503
    @viktoriahasanlliu6503 Місяць тому

    from chatgpt right?

    • @syaroblox
      @syaroblox  Місяць тому

      No, got it from a plugin

  • @Itz_FroggyPlayz22
    @Itz_FroggyPlayz22 2 місяці тому

    For some reason it doesn’t work

  • @FaZeMongraal-s7c
    @FaZeMongraal-s7c 15 годин тому

    bro it doesn work >:(

  • @davidhazell6136
    @davidhazell6136 2 місяці тому +1

    It didn’t work

    • @syaroblox
      @syaroblox  2 місяці тому

      Did you do all of the steps right?

  • @terckto8918
    @terckto8918 4 місяці тому

    Took me long to figure it out 💀💀💀

    • @syaroblox
      @syaroblox  4 місяці тому

      ow what part took you long?

    • @terckto8918
      @terckto8918 4 місяці тому

      @@syaroblox Creating the badge its really a bit depressing

  • @Sibelihle-Hlelo
    @Sibelihle-Hlelo 27 днів тому

    I have a glitch for everyone. How to make all 10 badges!

  • @jtiefenback
    @jtiefenback Місяць тому

    you adio voice add makes you sound like a robot no offence

  • @pinkaroo69420
    @pinkaroo69420 6 місяців тому +5

    "How to Make a MEET THE OWNER BADGE" bro all you did was tell them to paste something in the description and change some variables, this aint a tutorial + they're not learning from it

    • @NebulaAccount
      @NebulaAccount 6 місяців тому +1

      i second this

    • @syaroblox
      @syaroblox  6 місяців тому +4

      Okay I Apologize for not Teaching the Viewers on how to do it, and You're Right About This is not a Tutorial. I Don't Understand Scripting so I Just When Ahead Copy and Paste Scripts From Other Places. I Know That Sounds Absolute Dumb and it is. I Wanted to at Least Make it Easier for People if That Makes Sense. I'm so Sorry, Its all my Fault. 🙏🏻

    • @pinkaroo69420
      @pinkaroo69420 6 місяців тому +1

      @@syaroblox all g bro

    • @syaroblox
      @syaroblox  6 місяців тому

      @@pinkaroo69420 Thank you for Understanding me 🙏🏻

    • @Smanky_Clay_Oficial
      @Smanky_Clay_Oficial 6 місяців тому +1

      Well, that's basically all I want and other people want, really, we don't want to hard tutorials, we want simple things, I think it's not the kind of video to learn programing

  • @Сергей-и4б7к
    @Сергей-и4б7к Місяць тому

    Copy - paste tutorials...

    • @syaroblox
      @syaroblox  Місяць тому

      I'm really sorry about that, I really can't script. I just wanna make a quick simple to understand videos instead of long and detailed videos 🙏🏻

  • @juicyfruit348
    @juicyfruit348 6 місяців тому

    Why do you make scripting tutorials.. without knowing how to script?

    • @syaroblox
      @syaroblox  6 місяців тому

      I Didn't Intend to Make This Video to be a Scripting Video, I Intend it to be a Fast and Simple way for People to Just Copy and Paste Right Away to Their Games. I'm so Sorry I Really Don't Know how to Script. 🙏🏻

    • @juicyfruit348
      @juicyfruit348 6 місяців тому

      @@syaroblox Okay sorry have a good day

    • @syaroblox
      @syaroblox  6 місяців тому

      @@juicyfruit348 Thank you! you too!

  • @Theeojamybahb
    @Theeojamybahb Місяць тому +1

    THANKS SO MUCH I FINALLY GOT MY WELCOME BADGE TO WORK🥲🥲😭

  • @blueshine27
    @blueshine27 3 місяці тому

    didnt work

    • @syaroblox
      @syaroblox  3 місяці тому

      I'm sorry, did you do all of the steps correctly?