KodingKid

Lua - Open and Closed (or Global and Local) variables - Basic Scripting #18

May 23rd, 2021 (edited)
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. local closedvariable = "Hello" --this variable is local/closed
  2. openvariable = "Hi" --this variable is global/open
Add Comment
Please, Sign In to add comment