of     1   

FernandoMacLeod
#228357835Sunday, December 03, 2017 1:41 AM GMT

-- Server Script local RunService = game:GetService("RunService") game:BindToClose(function () if RunService:IsStudio() then wait() else Event:FireAllClients() wait(30) end end) -- Local Script [ INSIDE GUI ] Event.OnClientEvent:Connect(function () Notification:TweenPosition(UDim2.new(CENTRE YOUR UI), "Out", "Linear", 3) end)
FernandoMacLeod
#228357888Sunday, December 03, 2017 1:42 AM GMT

No Errors, I just wanna post it here because i think im smart.
Voidage
#228358457Sunday, December 03, 2017 1:55 AM GMT

Oh. Okay.
ScripterTutorials
#228358649Sunday, December 03, 2017 1:59 AM GMT

thx

    of     1