Is there a quick way to minimize functions?

Most of my scripts have a lot of functions and large tables that I close/minimize every time I open the script but it’s really tedious since I have around 5+ functions in every script.

Is there a hotkey or something that minimizes all functions for me?

this is a hardly imaginable need so most likely there’s no such shortc…
hold on…

1 Like

You can right click (menu) and close everything or open everything .. They missed that close just the one where your cursor is at.

i think you should to write the function to Module script

Because you dont need to close the function every time and also you can run The Function Only this code:

local Module = require(MODULE)

Module:FunctionName(arg1,arg2)

my english is bad sorry

hey guys i figured it out!!! just right click and these options should do it