How to make a Animated PLAY Button in Roblox Studio!

Описание к видео How to make a Animated PLAY Button in Roblox Studio!

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

Комментарии

Информация по комментариям в разработке