HomeGuides
GithubWeb site

GetLastContentValue

📘

Available

Client & Server

Syntax

GetLastContentValue(table)

Parameters

VariableType
tableArray

Result

Return last value in table

Exemple

local last = exports.ft_libs:GetLastContentValue({
	"Helo",
	"World",
})