|
| 22 Jul 2014 08:32 PM |
For example:
function blow(hit,mouse)
|
|
|
| Report Abuse |
|
|
|
| 22 Jul 2014 08:32 PM |
You can use 65536, I think.
Also you can use ..., which is varargs.
function a(...) print(...) end a("Hello", "World", "!", 1, Instance.new("Part")) |
|
|
| Report Abuse |
|
|
Noctiz
|
  |
| Joined: 19 Feb 2012 |
| Total Posts: 409 |
|
| |
|
sayhisam1
|
  |
| Joined: 25 Nov 2009 |
| Total Posts: 2092 |
|
|
| 22 Jul 2014 08:33 PM |
Yes, you can. You can call them when you call the function. for example: blow("lol",value) with call the function blow using those two. |
|
|
| Report Abuse |
|
|