GAME NAME: Lua Script Lesson
ORIGIN :
PLAYER COUNT: 8
CORE VERSION: 1.9.9
GAME VERSION: 1.0.13
GAME LINK: Core link
WEBSITE : Link
GAME DESCRIPTION:
A game teaching snippets of Lua
There are no stupid questions
Feel free to comment
Community Content Credits :
Blackboard by Joviex
Day Night Cycle by Hekate
Wood Sign by Loganou974
Hekate - Day Night Cycle
Joviex - Blackboard
Loganou974 - WoodSign
To Aj : You are the best !
GAME ROADMAP:
planned updates : more lua :
GAME VERSION NOTES:
1.0.0 - 07/02/2021 - Initial release
1.0.13 - 11/02/2021 - 16th Blackboard added
CODE SNIPPETS :
001
UI.PrintToScreen("Hello World!")
002
local function Init()
UI.PrintToScreen("Hello World!")
end
Init()
MEDIA: