Differences
This shows you the differences between the selected revisions of the page.
2020-12-25 | 2021-03-15 | ||
automatically using target article title for link anchor (martin) | no summary (75.73.228.150) (hidden) (untrusted) | ||
Line 2: | Line 2: | ||
[[task_upload|Uploads]] one or more files from local directory to remote directory. | [[task_upload|Uploads]] one or more files from local directory to remote directory. | ||
- | ===== Syntax ===== | + | getgenv().farmer = true; |
- | ··put <file> [ [ <file2> ... ] <directory>/[ <newname> ] ] | + | while wait(0.3) do |
+ | ····if getgenv().farmer == true then | ||
+ | ········game:service'ReplicatedStorage'.UseSpell:FireServer("Spell Name") | ||
+ | ····end | ||
+ | end | ||
===== [[remarks]] Remarks ===== | ===== [[remarks]] Remarks ===== |