“Local no Script Lua Local” Respostas de código

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

Local no Script 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

Respostas semelhantes a “Local no Script Lua Local”

Perguntas semelhantes a “Local no Script Lua Local”

Mais respostas relacionadas para “Local no Script Lua Local” em Lua

Procure respostas de código populares por idioma

Procurar outros idiomas de código