It's a good habit to use :GetService() instead of game.ServiceNamekillerbrenden1537— 4y
0
Oh I see, but just to be sure they both accomplish the same thing?WizardEpidemic11— 4y
0
Yes, they accomplish the same thing. You just can't always promise that each service is going to load in on time. For example, if you're referencing the Players service in a script which runs as soon as the game starts, Players may not be considered a valid member yet since it hasn't loaded in. :GetService will wait until it has loaded in though.AntiWorldliness868— 4y