“lokal in script lua lokal” Code-Antworten

lua lokal

--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

lokal in script lua lokal

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

Ähnliche Antworten wie “lokal in script lua lokal”

Fragen ähnlich wie “lokal in script lua lokal”

Weitere verwandte Antworten zu “lokal in script lua lokal” auf Lua

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen