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

Are there specific parameters for things?

Asked by 6 years ago

I wanted to know if there are any specific parameters for things like function, BuiltInfunction, or an event. If there are paramets for these then, is there a list that is available to use?

Also, how would I know when and how to use these special parameters?

0
Anyone? TheLightningRises 56 — 6y
0
No IAmKingMatt -8 — 6y
0
Each event may or may not have a parameter. You need to check the event on the ROBLOX Wiki to see what parameters are passed through it. KingLoneCat 2642 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

no you could name the preameters anything

Example

function myFunction(lost, found)

end

or

function BigToe (dog , cat)

end

or

function Carl (me, may)

Ad

Answer this question