script:p=game.Workspace.Water
while true do
for i=49,99 do
p.CFrame=CFrame.new(Vector3.new(-305, 160.6, i))
wait(0.01)
if p.CFrame=CFrame.new(Vector3.new(-305, 160.6, 99)) then do
p.CFrame=CFrame.new(Vector3.new(-305, 160.6,49))
wait(2)
end
end
end
--this was horrible code if you could even call it that if it doesn't work don't blame me! |