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

Аватар автора
Геймеры и Фан-клубы
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)

0/0


0/0

0/0

0/0