How to Make a Update Log in Roblox Studio

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

ความคิดเห็น • 41

  • @janlippok6319
    @janlippok6319 3 หลายเดือนก่อน +9

    The local script
    local Toggle = script.Parent
    local Frame = script.Parent.Parent.Parent:WaitForChild("Frame")
    Toggle.MouseButton1Click:Connect(function()
    Frame.Visible = false
    end)

    • @DarkRobloxPlays
      @DarkRobloxPlays 3 หลายเดือนก่อน +1

      bro thanks so much when i go its saying a errror you are a saver

    • @Swxftylol
      @Swxftylol 4 วันที่ผ่านมา

      goat

  • @FireNZXD
    @FireNZXD หลายเดือนก่อน +3

    make update log appear (say you have updated your game again) add HasSeenUpdateLog = false above if not HasSeenUpdateLog then in the server script (I think, it worked in studio so would hope it would work in a normal game)

  • @Gojoplays123
    @Gojoplays123 หลายเดือนก่อน +1

    W THANKS SO MUCH BROO

  • @HamzaLovesRoblox
    @HamzaLovesRoblox 3 หลายเดือนก่อน

    Thank you!

  • @JayRobloxYTube
    @JayRobloxYTube 3 หลายเดือนก่อน

    Thanks thisll help

  • @JimThe_RobloxDev
    @JimThe_RobloxDev 2 หลายเดือนก่อน

    W!

  • @AstroOfficial1212
    @AstroOfficial1212 17 วันที่ผ่านมา +2

    how do u change what it says tho

  • @regan9006
    @regan9006 4 หลายเดือนก่อน

    cool! 😎

  • @He4ser
    @He4ser 14 ชั่วโมงที่ผ่านมา

    spend 5 minutes making personal update log = ❎
    spend 10 minutes scripting and copy others update log =✅

  • @RainbowTheDev
    @RainbowTheDev 3 หลายเดือนก่อน

    finaly

  • @Roblox2-we8vg
    @Roblox2-we8vg 3 หลายเดือนก่อน

    it will help

  • @Mick-e1f
    @Mick-e1f 2 หลายเดือนก่อน

    hello i saw one of your video i need help can you make Playlist for bringer to pro roblox scripting

  • @Roblox2-we8vg
    @Roblox2-we8vg 3 หลายเดือนก่อน

    cool

  • @spin200times
    @spin200times 3 หลายเดือนก่อน +1

    After we rejoin 3-4 times it reset

  • @mistasilly
    @mistasilly 3 หลายเดือนก่อน +1

    won't it stay hidden - even if you update the text?

    • @JoTorich
      @JoTorich 3 หลายเดือนก่อน

      it doas

  • @BlueMonkeyVr421
    @BlueMonkeyVr421 2 หลายเดือนก่อน +6

    local DataStoreService = game:GetService("DataStoreService")
    local UpdateLogDataStore = DataStoreService:GetDataStore("UpdateLogDataStore")
    game.Players.PlayerAdded:Connect(function(Player)
    local PlayerKey = "UpdateLog: "..Player.Userid
    local HasSeenUpdateLog
    local Success, Error = pcall(function()

    HasSeenUpdatelog = UpdateLogDataStore:GetAsync(PlayerKey)
    end)
    if not Success then

    warn("Error has occured: "..Error)
    return
    end

    if not HasSeenUpdatelog then

    Player.PlayerGui:WaitForChild("UpdateLogGui").Frame.Visible = .true

    local Success, Error, = pcall(function()

    UpdateLogDataStore:SetAsync(PlayerKey, true)

    end)
    if not Success then

    warn("Error has occured:"..Error)
    end
    end)
    end)

    • @afterbigfail
      @afterbigfail 2 หลายเดือนก่อน +1

      it in the videos discription brotha

    • @BlueMonkeyVr421
      @BlueMonkeyVr421 2 หลายเดือนก่อน +2

      @@afterbigfail where?

    • @blocklittle
      @blocklittle 2 หลายเดือนก่อน +1

      @@BlueMonkeyVr421 description link

  • @MM2IsPro
    @MM2IsPro 3 หลายเดือนก่อน

    W video can we dev sometime!

  • @MannykarlOfficialYT
    @MannykarlOfficialYT 3 หลายเดือนก่อน

    Why did it show 1 time only for me? I joined again but it wont show up again

    • @NoobScripts1
      @NoobScripts1  3 หลายเดือนก่อน

      @@MannykarlOfficialYT because that’s what an update log does! if you want to see it again, change the update log data store in quotation marks, then you can be able to see the frame!

    • @FireFoxfnHasRizz
      @FireFoxfnHasRizz 3 หลายเดือนก่อน

      @NoobScripts1 where?

    • @CreatorsPlays
      @CreatorsPlays 2 หลายเดือนก่อน

      @@NoobScripts1 how i can change it? its always invisible

    • @NoobScripts1
      @NoobScripts1  2 หลายเดือนก่อน

      @@CreatorsPlays so where it says DataStoreService:GetDataStore("UpdateLogDataStore"), change the UpdateLogDataStore to something else, then itll be visible again

    • @CreatorsPlays
      @CreatorsPlays 2 หลายเดือนก่อน

      @@NoobScripts1 I see, thank you very much!

  • @Buddood1YT
    @Buddood1YT 2 หลายเดือนก่อน

    How do you change the date of the update log?

    • @MostPeaceful
      @MostPeaceful 2 หลายเดือนก่อน +1

      how do you not know how 💀

  • @Unreleasedprops
    @Unreleasedprops หลายเดือนก่อน

    when you do an update to your game it does not show

    • @user-kwnt012i1
      @user-kwnt012i1 หลายเดือนก่อน

      ok, this comment make me feel smarter

  • @Discord-m5b
    @Discord-m5b 15 วันที่ผ่านมา

    i cant see it

  • @Heumask
    @Heumask 21 ชั่วโมงที่ผ่านมา

    Everytime if Player respawns. The UI Appears!

    • @NoobScripts1
      @NoobScripts1  16 ชั่วโมงที่ผ่านมา

      @@Heumask Well click on the ScreenGui and set the ResetOnSpawn to false

  • @user-ke7sd2ub5c
    @user-ke7sd2ub5c 15 วันที่ผ่านมา

    UpdateLogScript

  • @Brothinkhespro
    @Brothinkhespro 2 หลายเดือนก่อน

    how do we apply other texts to it

    • @MauventuresMaurio
      @MauventuresMaurio 2 หลายเดือนก่อน

      Go into the UI frames and Labels then change the text or other stuff

  • @LifeZ-y1s
    @LifeZ-y1s 2 หลายเดือนก่อน

    The Gui didnt work?

    • @lanquandude
      @lanquandude 2 หลายเดือนก่อน

      Turn on API services in game settings