Basically say I’m dealing with mainGui and I created a variable for it local mainGui = game.StarterGui.MainGui
now I created another variable using this first variable local menu = mainGui.Menu
What will happen is that the second variable won’t have intenseness working as shown in the screenshot below
but if I tried to access it directly (from the first variable) I can get intenseness
also when i use :WaitForchild() I don’t get any intellesense
Now without :WaitForChild
I would really appreciate any help to fix it as those two errors are getting very annoying (when I work with vs-code Roblox LSP intenseness I don’t have those errors, but sometimes I’m forced to use roblox studio to create tools script for example)
please let me know if placing scripts inside tool is bad or against the convention
I searched in settings for “autocomplete” and I found “General>Enable AutoComplete” and it was checked on, if that’s what you mean then yes it’s enabled