get paid to paste

Noob Tycoon Script

-- Just keep exectuing until it doesnt allow you teleport anymore.

spawn(function()
for _,v in pairs(game.workspace.Map.Treasures:GetChildren()) do
if v:IsA("Part") then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
end
end
end)

Pasted: May 31, 2021, 7:54:13 am
Views: 2,024