roblox-ts / services

A module that exports common Roblox services.
9 stars 11 forks source link

Has no exported member 'StarterPack' #1

Closed SilasSK closed 5 years ago

SilasSK commented 5 years ago

StarterPack is never declared or exported. Even though it has no functionality other than that which it inherits from Instance, it can still be referenced in Roblox with game.GetService, e.g.: starterPack = game:GetService("StarterPack"). For this reason, StarterPack should be able to be imported from rbx-services like any other service.