How To Run Multiple Roblox Instancwes
How To Run Multiple Roblox Instancwes. This is a more proper way of “running two functions at the same time” local function func1 () end local function func2 () end spawn (func1) spawn (func2) 11 Likes 3dsboy08 (3dsboy08) June 9 2019 1028pm #4 Lua is single threaded the task scheduler (spawn/wait/etc) will run each function … Read more