How to make a quick loading screen! 2023/2024

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

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

  • @JustinCaseTutorials
    @JustinCaseTutorials  8 месяцев назад +9

    sorry! i forgot to put the script in the description. U can just copy from the video. So sorry

    • @Ridlee4
      @Ridlee4 7 месяцев назад +1

      bruh

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

      I did that and it didn’t even work

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

      Uh hey sorry but I have no clue how to write text so is there anyway you can add it in the comments or maybe can you repost the video with it in the description? Thanks!

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

      cn you put it in the comment rn plz

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

      @@zta203 it’s already in the comments look at all of them

  • @zucchinisucks6052
    @zucchinisucks6052 17 дней назад

    Great vid it works

  • @Reflxct5
    @Reflxct5 5 месяцев назад +1

    I love your videos they don’t take much time to do and very simple

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

    tysm

  • @FancyToons11
    @FancyToons11 7 месяцев назад +1

    TYSM can u also make a vid on how to add stuff to the shop

  • @AntoNio-kc4dd
    @AntoNio-kc4dd 5 месяцев назад +2

    It doesn't work for me I did it all correct still didn't work

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

    Can you tell me how to put the camera far away?

  • @Animation_52
    @Animation_52 8 месяцев назад +1

    I don't know why, in my roblox studio don't work

    • @JustinCaseTutorials
      @JustinCaseTutorials  8 месяцев назад +2

      make sure that everything is done correctly.
      try and copy and paste the script here
      local ui = script.Parent.Parent
      script.Parent.MouseButton1Click:Connect(function(click)
      ui:TweenPosition(UDim2.new(0,0,1,0), "InOut", "Sine",0.5)
      for i = 1,25 do
      wait (0.01)
      game.Lighting.Blur.Size = game.Lighting.Blur.Size - 3

      end
      end)
      hope it helped

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

      @@JustinCaseTutorialsthanks I needed the script!

  • @Oliver-x6b
    @Oliver-x6b 2 месяца назад

    Im doing this in 2024 and its not working

  • @dominikschmatz5743
    @dominikschmatz5743 8 месяцев назад +1

    can you pls put the script in the comments
    thank you!!!

    • @JustinCaseTutorials
      @JustinCaseTutorials  8 месяцев назад +3

      yeah sure. Idk why i didnt think of that!
      local ui = script.Parent.Parent
      script.Parent.MouseButton1Click:Connect(function(click)
      ui:TweenPosition(UDim2.new(0,0,1,0), "InOut", "Sine",0.5)
      for i = 1,25 do
      wait (0.01)
      game.Lighting.Blur.Size = game.Lighting.Blur.Size - 3

      end
      end)
      I hope this helped. feel free to like and sub

    • @minbajunid
      @minbajunid 5 месяцев назад

      @@JustinCaseTutorialsThank you. It really helped me alot!

  • @MEME_MONKEY620
    @MEME_MONKEY620 3 месяца назад +1

    local ui = script.Parent.Parent
    script.Parent.mousebutton1click:Connect(funtion)(click)
    ui:TweenPosition(UDim)2.new(0,0,1,0), "InOut". "sine",0.5)
    for i = 1,25 do
    wait (0.01)
    game.Lighting.blur.size = game.Lighting.blur.size - 3

    end
    end)

    • @RINOGT
      @RINOGT 9 дней назад

      thank you for being the only person to actually do that