
Lua Script API · ShadowMario/FNF-PsychEngine Wiki - GitHub
Engine originally used on Mind Games mod. Contribute to ShadowMario/FNF-PsychEngine development by creating an account on GitHub.
Psych Engine - Lua Script API
There are 6 types of LUA Scripts you can run: Stage Script: It will only run if the song's stage is loaded in the current chart, it should have the same name as your stage's .JSON file and should be inside mods/My-Mod/stages/.
Editable Freeplay (LUA) [Friday Night Funkin'] [Modding Tools]
A Friday Night Funkin' (FNF) Modding Tool in the Other/Misc category, submitted by IAmNotTwo.
LUA SCRIPT API ADVANCED (PSYCH ENGINE) - GameBanana
A Friday Night Funkin' (FNF) Tutorial in the Coding category, submitted by DotZZ.
Basics of Coding in Lua [Overhaul] - GameBanana
Learn LUA easily (Psych Engine)... A Friday Night Funkin' (FNF) Tutorial in the Coding category, submitted by Meme1079
FNF Psych Engine Script Creator - websim.ai
Welcome to the FNF Psych Engine Script Creator! This tool helps you create Lua scripts for Friday Night Funkin' Psych Engine mods. Below you'll find a comprehensive list of available functions, variables, and callbacks to use in your scripts.
【搬运】Lua编码基础 - 哔哩哔哩
2022年10月9日 · Lua脚本是一种功能强大(可以做到对局内的一切操作)、高效(不需要一遍一遍指令输出,Restart即可查看效果)、轻量级(体积小)、可嵌入(直接把脚本放在相应的文件夹即可)的脚本语言。 这就是引擎使用Lua脚本的原因,因为它比Python(另一种编程语言)更容易,更快。 引擎目前使用的Lua版本是 (5.1) 如果你想使编码更直观你可以使用VSCode (Visual Studio Code)(或者也可以使用本人使用的Notepad++),它是免费的。 下载后,按 [Ctrl+N]创建一个新文件。 …
[FNF]lua基础教程 1 (PE) - 哔哩哔哩
回到上面,既然我们在fnf事件中填写的value1和value2都是字符,字符又不是数值,那怎么让其变成数值呢? 我们会用到. tonumber(string) 这个函数可以把字符变量转化为数值。 x = '114514' y = tonumber(x) y的值便会是 数值 114514. 既然有字符转数字,那一定也会有数字转字符 ...
Lua Script API: Custom Sprites Functions · ShadowMario/FNF ... - GitHub
2021年8月25日 · Adds a Lua Sprite with the specified tag, either in front or behind the characters.
All lua functions [Friday Night Funkin'] [Tutorials] - GameBanana
A Friday Night Funkin' (FNF) Tutorial in the Coding category, submitted by Olexandr_43.