I am trying to find a script that can print everyone's location that is in the game.
You mean the position of the players? I have a script for it.
Also this isn't a script request forum, we do not make the scripts for you.
-- We wait for our character or other characters to load wait(10) for i, Player in pairs(game.Players:GetPlayers()) do print(tostring(Player.Character.HumanoidRootPart.Position)) end