I was just browsing BC im bored, and i found this function dofile(), would it work when my computer is shut down?
http://wiki.roblox.com/index.php?title=Function_dump/Core_functions
--File name: Hello.lua --File contents: print("Hello World!") dofile("C:/Hello.lua")
Trying to use dofile
will error "not implemented." I don't know why it's in the wiki.