so i have two keypoints and i want to move them ,edit there time value but i cant do it .
i am trying to set there time but it not updateing , it giving me an error that says “Time cannot be assigned to”
how could i update the keypoints?
local UiGradint = script.Parent
local tweenService = game:GetService("TweenService")
local tweeninfo = TweenInfo.new(4,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut,-1)
--UiGradint.Keypoints[3].Time = 0
UiGradint.Transparency.Keypoints[3].Time = 0.5