“Местный в сценарии Lua Local” Ответ

Lua Local

--locals can have two meanings:
--1
local name = Eddie
local part = script.Parent
--This is like a guide for the script, it tells the script the meanings of Eddie and the part

--2: It can also mean that its for one person as in a local script which functions on only one person
Naughty Newt

Местный в сценарии Lua Local

local name = "roblock"
local tablewow = {
  "hi"
  "welcome"
  "how are you"
}
  print (name .. table.find(tablewow,"how are you")
  
  --local creates a variable that stores a value forever antil you change it it will change to that new value
abdelrahman hussein

Ответы похожие на “Местный в сценарии Lua Local”

Вопросы похожие на “Местный в сценарии Lua Local”

Больше похожих ответов на “Местный в сценарии Lua Local” по Lua

Смотреть популярные ответы по языку

Смотреть другие языки программирования