Please give game:GetService() higher priority in intellisense than game:GetAttribute()

So with this new method being added, every time I try to write out game:GetService() I instead get given game:GetAttribute(), which has become annoying really quickly.

From what I have inferred from the methods related to attributes, GetAttribute might indeed be a useful feature in the future. However, in the context of game, GetService is will probably always be used much more often than GetAttribute by developers.

19 Likes