GetService (Function)
From Goodblox Wiki
Jump to navigationJump to search
The GetService function returns a service that you ask it for. Send it the name of a service (such as "Debris") and it will return a value of the service. Useful for hidden services.
| Function | |
|---|---|
| Syntax | GetService( String name ) |
| Returns | Service object |
| Description: | Returns the service which was requested. |
| In Object: | ServiceProvider |