Hello, quick style question about formatting function parameters. When you have a function with many typed parameters, what's the best "official" practice / Visual ?
local function CleanupMenu(PairedMicrophonePlayer: Player?, PairedMicrophoneID: string, PairedMicrophoneIndex: number,
MicrophoneIndex: number, Player: Player, Character: Model?, Humanoid: Humanoid?, HumanoidRootPart: BasePart?
): ()
I saw that some use 1 line for each so idk