GetService (Function)

From Goodblox Wiki
Revision as of 05:55, 27 September 2021 by Xyrafrost (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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