Город МОСКОВСКИЙ
00:05:43

How To Make A Gui CLICK EFFECT In ROBLOX STUDIO! (2022)

Аватар
Геймеры и Фан-клубы
Просмотры:
24
Дата загрузки:
30.10.2023 08:26
Длительность:
00:05:43
Категория:
Лайфстайл

Описание

Today, we are making a click effect in Roblox Studio! Make sure to like and subscribe and comment what I should make next!

?SCRIPTS?
Rotate Effect Script:
script.Parent.MouseButton1Click:Connect(function()
wait()
script.Parent.Rotation = 2.5
wait()
script.Parent.Rotation = 5
wait()
script.Parent.Rotation = 7
wait()
script.Parent.Rotation = 5
wait()
script.Parent.Rotation = 2.5
wait()
script.Parent.Rotation = 0
end)

Color Effect Script (Make Colors More Intense):
script.Parent.MouseButton1Click:Connect(function()
wait()
script.Parent.BackgroundColor = {255, 153, 29} --Numbers of Color in here! Use {} or it will not work!
wait(.25)
script.Parent.BackgroundColor = {255, 153, 29} --Numbers of original colors in {} here.
end)

Рекомендуемые видео