ListPointPlot3D
ListPointPlot3D[{{x1,y1,z1},{x2,y2,z2},…}] generates a 3D scatter plot of points with coordinates {xi,yi,zi}.
ListPointPlot3D[array] generates a 3D scatter plot of points with a 2D array of height values.
ListPointPlot3D[{data1,data2,…}] plots several collections of points, by default in different colors.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.