Fix error in notification corescript
This commit is contained in:
parent
215aea24ee
commit
487e85fdf7
|
|
@ -1,7 +1,7 @@
|
||||||
-- CoreGui.RobloxGui.CoreScripts/NotificationScript
|
-- CoreGui.RobloxGui.CoreScripts/NotificationScript
|
||||||
print "[Mercury]: Loaded corescript 48488398"
|
print "[Mercury]: Loaded corescript 48488398"
|
||||||
|
|
||||||
local TeleportService = TeleportService
|
local TeleportService = game:GetService "TeleportService"
|
||||||
|
|
||||||
function waitForProperty(instance, property)
|
function waitForProperty(instance, property)
|
||||||
while not instance[property] do
|
while not instance[property] do
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue