How to Make a DEVELOPER TITLE in Roblox Studio!

Поделиться
HTML-код
  • Опубликовано: 30 окт 2024

Комментарии • 38

  • @nexus-qr3ug
    @nexus-qr3ug 4 дня назад +1

    i did it this way
    local developerUsernames = { "DeveloperUsername1", "DeveloperUsername2" } -- Add usernames here
    game.Players.PlayerAdded:Connect(function(player)
    -- Check if the player is a developer
    if table.find(developerUsernames, player.Name) then
    player.CharacterAdded:Connect(function(character)
    -- Clone the BillboardGui and set it up
    local developerTitle = game.StarterGui.DeveloperTitle:Clone()
    developerTitle.Parent = character:WaitForChild("Head") -- Attach to the head
    developerTitle.Adornee = character:WaitForChild("Head") -- Set adornee to the head
    end)
    end
    end).
    Where it says DeveloperTitle, that is the name of the billboardGui, so just name the BillBoardgui to DeveloperTitle and change the script name to DeveloperTitleScript(just so i know which script it is, and i dont get lost) and then it should work.

  • @Playfulpirate
    @Playfulpirate 7 дней назад +1

    When i do it it just leaves the tittle on the spawn

  • @Train2822
    @Train2822 4 месяца назад +2

    2:01 *Attempts to do that on my laptop* _3 seconds later_ *realizes I’m on a Mac*

  • @realchillroblox79
    @realchillroblox79 2 месяца назад +1

    Nice video:)

  • @EpicQuest721
    @EpicQuest721 24 дня назад

    TY🎉🎉🎉🎉

  • @TQNY
    @TQNY 4 месяца назад

    Love your easy to follow videos.
    A Big Fan of your Scripting {{DESCRIPTIONS}} - It helps us learning ‼
    Yes - I agree - your channel is Under Rated big time.

  • @OwenThePumpkin_YT
    @OwenThePumpkin_YT 4 месяца назад +2

    And I’m going to use this for my obby

  • @OwenThePumpkin_YT
    @OwenThePumpkin_YT 4 месяца назад

    Very very helpful thank you 😊

  • @z_QRS
    @z_QRS 4 месяца назад

    YESSSSSS a new version of this!!

  • @Jeff-k5sgu
    @Jeff-k5sgu 4 месяца назад

    Can you possibly make it to where the name of people in your group get the tag?
    I feel like it would be easier to tell which players in your group or your game are one of these things, (“Member,” Tester,” “Analytics,” “Developer,” “Co-Owner,” and “Owner”) if they are then get some rewards within the game. I just thought of this as like a little reward system for people who want to complete the game faster.

    • @rustysillyband
      @rustysillyband  4 месяца назад

      Absolutely! You can use the Player:IsInGroup(groupId) function to check if the player is in a group. Then simply check their group value and go from there:
      local Players = game:GetService("Players")
      local function onPlayerAdded(player)
      if player:GetRankInGroup(2) == 255 then
      print("Player is the owner of the group, 'LOL'!")
      else
      print("Player is NOT the owner of the group, 'LOL'!")
      end
      end
      Players.PlayerAdded:Connect(onPlayerAdded)
      Here's the documentation to help you understand better: create.roblox.com/docs/reference/engine/classes/Player#GetRankInGroup

  • @z_QRS
    @z_QRS 4 месяца назад

    thank you so much

  • @yehohik
    @yehohik 4 месяца назад

    Hi rusty! I have a vid idea. Make survival game, like make mining system and crafting table. I think that will be good

  • @Goofiest.Goobert
    @Goofiest.Goobert 4 месяца назад

    Could you please do a tutorial on placeable signs that players can customize? Like in infectious smile or rust_010's games. Ive been unable to make one.

  • @efsane2952
    @efsane2952 2 месяца назад

    Can someone help me im getting this error on my story game: HTTP 403 (Forbidden) this happens when the game trys to teleport you to another game

    • @ITS_V0RTEX-G
      @ITS_V0RTEX-G 2 месяца назад

      Go in your game settings, go to the security tab, enable third party teleports. I think this works lmk if it helped

  • @ThatRandoCat2
    @ThatRandoCat2 Месяц назад

    its not showing on my friends head. any fix to that?

  • @1friendlynoob
    @1friendlynoob 4 месяца назад

    Yessir show off roles now here(first? XD)

  • @Bijimix
    @Bijimix 3 месяца назад

    If it isn’t working remplace the Character:WaitForChild by Character:FindFirstChild i test it its work hope it help

  • @ahsanraza9305
    @ahsanraza9305 4 месяца назад

    hey can u tell me that how to use chat tags like vip chat tag owner chat tag stuff like that

  • @newnews50000
    @newnews50000 4 месяца назад

    please make a video on how to convert rblx file then boj... 😢

  • @AStogne
    @AStogne 4 месяца назад

    im giving myself a zesty title like “devcutie” am i cooked?

  • @crazystars_piano
    @crazystars_piano 4 месяца назад

    Hello Rusty! It would be easier if you could send that script in comments, please...

  • @Bva_di
    @Bva_di 4 месяца назад +1

    plz help

  • @English4uhey
    @English4uhey 2 месяца назад

    without giving the model .... flop

  • @NotJasonLim
    @NotJasonLim 4 месяца назад

    It didnt work nooo 😭😭😭

    • @rustysillyband
      @rustysillyband  4 месяца назад

      I'm happy to help! Please make sure you check to see if everything is spelled correctly.

    • @Train2822
      @Train2822 4 месяца назад

      Or otherwise, check for the output. If your script displays an error, or a warning then you have done a spelling mistake, or couldn’t find that part. However, the output does say what is the error, like “Part called “e” not found in workspace”

    • @MelonPlaygroun13
      @MelonPlaygroun13 2 месяца назад

      @@rustysillybandmine isn’t working and I have spelt everything correct and recorrected errors but it’s still not working

  • @Bva_di
    @Bva_di 4 месяца назад +2

    bro its not workingggggg

    • @DogeRobloxShorts
      @DogeRobloxShorts 4 месяца назад

      It is

    • @SandyzIsDUMB
      @SandyzIsDUMB 2 месяца назад +1

      Bro you did it wronggggg

    • @ITS_V0RTEX-G
      @ITS_V0RTEX-G 2 месяца назад

      Make sure u check the script, also check for capitalization mistakes (Yes, ik im a month late)