Tutorial:how to make rainbow textbutton in roblox studio lite (Script in description)
Автор: fusionbloxYT
Загружено: 2025-04-06
Просмотров: 854
script made by me:
local button = script.Parent
-- Speed of color change
local speed = 2
-- Function to get a rainbow color using HSV
local function getRainbowColor(t)
return Color3.fromHSV((tick() * speed % 5) / 5, 1, 1)
end
-- Update the color every frame
game:GetService("RunService").RenderStepped:Connect(function()
button.TextColor3 = getRainbowColor()
end)
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: