CoreGui missing
Lobbyism opened this issue · 1 comments
Lobbyism commented
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
Lobbyism commented
The trick below can be used as an alternative for now!
/// <reference types="@rbxts/types/plugin" /> const CoreGui = game.GetService("CoreGui");