It seems to do the same thing as game:FindService() and game:GetService(). I then try using it on teams while it’s not in the datamodel, and it did the same thing as GetService(); it loaded in teams.
print(game:service('Teams'))
I’ve just never seen this before, is there anything different about it? Can’t seem to find it in the developer hub, or anything about it.
It’s just an old version of game:GetService, however Roblox has adopted PascalCase as the naming convention over the years, so game:service is just a relic from the camelCase days.
Yeah I was just confused because I would think the module would use an undeprecated version of something. I would assume so but again couldn’t find anything on it. Thank you.