Server:
NotificationEvent:FireClient(Player, 15) -- 15 is the points to display
Client:
NotificationEvent.OnClientEvent:Connect(function(Player, XPAmount)
CurrencyText.Text = "+" .. tostring(XPAmount) -- sending as nil
MainFrame.Visible = true
task.wait(2)
MainFrame.Visible = false
end)