I don’t know if this fits here and let me know if it doesn’t.
Is Roblox’s Instance.new function in a cloud? I want to find the function that creates the blur class.
I don’t know if this fits here and let me know if it doesn’t.
Is Roblox’s Instance.new function in a cloud? I want to find the function that creates the blur class.
It’s probably implemented in C++, so we couldn’t see the implementation.
Who said I can’t see the implementation if the code language is different? I would like to know if it’s in a cloud, because I didn’t find anything using Notepad++.
We aren’t allowed to access the source code (mentioned in the studio license).

The code is probably compiled either into the exe or a dll. It isn’t in the cloud, since you can still use Instance.new on studio when you don’t have internet connection.