GetService (Function): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
(created the page) |
(No difference)
|
Revision as of 05:48, 27 September 2021
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 |