Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

will dofile() work at all times?

Asked by 8 years ago

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")
0
Even if this actually worked, it would not be able to get the file if your computer wasn't on. Marios2 360 — 8y

1 answer

Log in to vote
2
Answered by
1waffle1 2908 Trusted Badge of Merit Moderation Voter Community Moderator
8 years ago

Trying to use dofile will error "not implemented." I don't know why it's in the wiki.

0
thats weird :/ dragonkeeper467 453 — 8y
0
Probably disabled and completely removed for security reasons. M39a9am3R 3210 — 8y
0
lol. and left on the awful wiki dragonkeeper467 453 — 8y
0
the wiki is not awful. whatever problem it is you have is your own problem. 1waffle1 2908 — 8y
Ad

Answer this question