_G.InfMoney = true while _G.InfMoney == true do wait(1) function teleportTO(placeCFrame) local plyr = game.Players.LocalPlayer if plyr.Character then plyr.Character.HumanoidRootPart.CFrame = placeCFrame; end end teleportTO(game:GetService("Workspace").Win.CFrame) end