dofile Asynchronous
dofileasyncrunfile
Executes the loaded chunk and discards all chunk return values.
Luau
dofile(path: string) -> ()Parameters
| Parameter | Type |
|---|---|
path | string |
Returns
()This function returns no values.
dofileasyncrunfileExecutes the loaded chunk and discards all chunk return values.
dofile(path: string) -> ()| Parameter | Type |
|---|---|
path | string |
()This function returns no values.