Find The Pou Script | COLLECT ALL POU

Created by justacoolgamerlol

Features:

local Player = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart

for i,v in pairs(game:GetService("Workspace").Pou:GetChildren()) do
    if v:IsA('Part') then
        Player.CFrame = v.CFrame
    task.wait(3)
    end
end