Attributes
local tween = Tween(
workspace.Part,
{
Position = Vector3.new(0, 10, 0),
Color = Color3.fromRGB(255, 255, 0),
["@Coolness"] = 10 -- Attribute named 'Coolness'.
}
)Last updated
local tween = Tween(
workspace.Part,
{
Position = Vector3.new(0, 10, 0),
Color = Color3.fromRGB(255, 255, 0),
["@Coolness"] = 10 -- Attribute named 'Coolness'.
}
)Last updated