#What are Getservices, how many are there, and when to use them?
1 messages · Page 1 of 1 (latest)
** You are now Level 1! **
A service is a collection of code roblox has written and made accessible to you the developer.
game:GetService() is a method of obtaining those services
There are a lot of services, you can read the docs to see a full list and learn about whatever ones you want. Its a good idea to skim through so you know what you can use.
You should use them whenever they are useful. For example if you need to store data between player play sessions, use DataStoreService
It gets you a service
you only really need to use them whenever you realize you need to do a "specific thing" code or studio as a whole normally can't do
i wouldn't try to learn every one especially if you're starting out because there is a LOT of them
"A service enables you to do this" is basically what I'm hearing. Okay. So uh, when do I really use services. What's the most common service that I will be using
Dawg jist make what you're trying to make and if you realize you need a service then use it
Why do you want to memorize services 😭
"What's the most common service that I will be using" probably TweenService
but again memorizing services is just a waste of time seriously
you don't need to know all of them. you just use one when you need to
flaming a mf that doesn't know how to script... 😞 Anyway, I didn't really know what a get service was, so how in the hell am I going to know that im not supposed to remember them, and that there isn't really a common one, you just use them all.