Search
 
SCRIPT & CODE EXAMPLE
 

LUA

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
Comment

lua local

local name = "jojo"
print("Hello, "..name)
Comment

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
Comment

lua local

local name = "jojo"
print("Hello, "..name)
Comment

PREVIOUS NEXT
Code Example
Lua :: lua commenting 
Lua :: roblox camera manipulation 
Lua :: datastore roblox 
Lua :: get index of value in table lua 
Lua :: how to make text different colors in LUA terminal 
Lua :: how to end if statement roblox 
Lua :: Roblox Luau Wait Alternative 
Lua :: table lua 
Lua :: what is a value lua 
Lua :: type lua 
Lua :: pico8 draw dot 
Lua :: difference between roblox and minecraft 
Lua :: FiveM how to check where nearest player is store 
Lua :: roblox can I have player animations on the server 
Matlab :: matlab symbolic derivative 
Matlab :: count even and odd numbers in matlab 
Matlab :: matlab if bigger than 
Matlab :: save table matlab 
Basic :: how to round a number in visual basic 
Basic :: VBA Initialise/Initialize String/Number Array (not variant) 
Elixir :: elixir datetime to timestamp 
Elixir :: phoenix ecto query bindingess 
Scala :: new scala project 
Scala :: scala schema json spark 
Excel :: google sheets convert abbreviation of month to number 
Excel :: google sheets conditional formatting other sheet 
Perl :: what is perl poetry 
Pascal :: pascal area 
Gdscript :: godot make string all lowercase 
Cobol :: gatsby with yarn 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =