If I make the first argument nil, will the function use it or will it use Torso?
1
local
function
RandomFunction(Pos,FollowPart)
2
RandomVariable
=
Pos
or
FollowPart
3
end
4
5
RandomFunction(
nil
,
"Torso"
)
It will use the string