📜  重复循环 roblox - Lua 代码示例

📅  最后修改于: 2022-03-11 14:54:55.742000             🧑  作者: Mango

代码示例1
while true do
    -- Your script here
    -- Every loop needs a wait increment, or your game might crash
    wait(1) 
end