roblox-ts/services

CoreGui missing

Lobbyism opened this issue · 1 comments

Would it be possible to add the CoreGui? I'm currently working using stories & Hoarcekat (the user interface that is being tested is under CoreGui) and I'm looking to use the method from this service, GetGuiObjectsAtPosition().

Thanks

The trick below can be used as an alternative for now!
/// <reference types="@rbxts/types/plugin" /> const CoreGui = game.GetService("CoreGui");