From 3d3d793c97446198616e30307776e2c82bf2d502 Mon Sep 17 00:00:00 2001 From: bqmb3 Date: Tue, 11 Jun 2024 08:23:02 +0900 Subject: [PATCH] SetLights LDoc --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 2aa838c..0ce6067 100644 --- a/main.lua +++ b/main.lua @@ -285,7 +285,7 @@ function F3X:CreateLight(Part, LightType) end --- Sets the properties of the specified lights. --- @tparam vararg table Changes A table containing information about the lights to be set. +-- @tparam {table,...} Changes A table containing information about the lights to be set. -- @tparam Instance Changes.Part The part to which the light belongs. -- @tparam "SpotLight"|"PointLight"|"SurfaceLight" Changes.LightType The type of light to be set. -- @tparam[opt] number Changes.Range The range of the light.