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

How do I make a model move?

Asked by 10 years ago

Like, me, I make a model of myself. How do I make it move?

1 answer

Log in to vote
0
Answered by
Sublimus 992 Moderation Voter
10 years ago

You use the :MoveTo() built-in-function:

model = game.Workspace.ModelToMove
model:MoveTo(Vector3.new(0,0,0)) -- Change to position
0
Move where, randomly or, to follow people? Ledgendaryhero 0 — 10y
0
You change the (0,0,0) to a certain position on the map, and it will move there (instantly). Sublimus 992 — 10y
Ad

Answer this question