So, I've been trying to make a script that chooses a random math time that uses a vector3 to teleport to the vector3 value. Here is the script so far:
while true do
wait(2)
end
wait(math.randomseed(1, 10))
print("IM READY")
script.Parent.Position = Vector3.new(0,5,21)
wait (1)
script.Parent.clone()
Then, it only just waits until 10 and moves, or if it finally picks a number, every time I retry it, it just only goes to that number it picks. Please help!
-DJ3KJ
|