-- Credits to @c00lpc, @c00lpc3 local run = game:GetService("RunService") local gradient = script.Parent.UIStroke.UIGradient run.RenderStepped:Connect(function() gradient.Rotation += 2 end)