Fix error in notification corescript

This commit is contained in:
Lewin Kelly 2023-08-31 08:18:02 +01:00
parent 215aea24ee
commit 487e85fdf7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
-- CoreGui.RobloxGui.CoreScripts/NotificationScript
print "[Mercury]: Loaded corescript 48488398"
local TeleportService = TeleportService
local TeleportService = game:GetService "TeleportService"
function waitForProperty(instance, property)
while not instance[property] do