Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you make a model move randomly?

Asked by 6 years ago
Edited 6 years ago

I've been trying to make a model move randomly within a radius but nothing will work. Basically I'm trying to make a fish move around a tank. If you can help that would be amazing!

0
Thanks! Cupcakeosaurus 6 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

I think you just change it's CFrame like:

Model.Position=CFrame.new(0,0,0)
0
By the way this isn't all of the coding. Skepticalitys 31 — 6y
0
Thanks! That’s one part I had trouble with, before I used Postion.new. ????  Cupcakeosaurus 6 — 6y
Ad

Answer this question