while wait() do wait(1) script.Parent.Cframe = Cframe.new(math.random(),math.random(),math.Random()) end
thanks if u help
Hmm I am expecting you want it to return to a random Position? Well then..
while wait() do wait(1) script.Parent.CFrame = CFrame.new(math.random(1,2500),math.random(1,2500),math.random(1,2500)) end
Have fun scripting!