How it used to be is, say I had a function to create a specific car:
function NewCar(Color, CarType, CarParent)
when trying to make a new car somewhere else in the script, instead of typing:
NewCar(C…
and it showing (Car, CarType, CarParent)
and for typing:
NewCar(CarModel:Clone(), “Wagon”…
and it showing (Car, CarType, CarParent)
it shows whatever junk it shows in the picture above. I asked this a long time ago, and been wanting to ask it again because the answer wasnt clear and whoever answered made me seem like I was making it up of how it used to be or something, but it’s really been bothering me. How do I make it simple text again?
Well now it shows nothing. I wanted it to show only what I have already put in the parenthesis. Not the “t2 where t1 = {- [number]: boolean” and all that crap.
I could be wrong, but I’ve checked the script editor settings, and there doesn’t seem to be one that removes the type information from the function argument hints without disabling the hint completely
In the end, you’re free to configure the script editor according to your personal preferences, but may I ask why do you wish to disable the type hints in the first place? They’re quite useful, as they give you an idea of what the function expects without needing to check the docs that often