How to make a Animated PLAY Button in Roblox Studio!

Поделиться
HTML-код
  • Опубликовано: 14 май 2024
  • Making a Animated PLAY Button in Roblox Studio!
    Follow me in Roblox Pretty please~
    0winto100win
    scripts
    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)
    -----------------------------------------------------------------------------------------------------------------------

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

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

    Dam helped me alot :)

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

      I’m glad it did ❤️

  • @exo31712
    @exo31712  2 месяца назад +3

    -scripts-
    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)

    • @laysukiamto9910
      @laysukiamto9910 6 дней назад

      Dosent work...

    • @exo31712
      @exo31712  6 дней назад

      @@laysukiamto9910 are you sure I didn’t cut in vids it’s all in one video and it worked maybe check out your script and make sure it’s in local script?