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

Is There Anyway To Change a Models Position?

Asked by 6 years ago

So im using a model (not a part) and everytime i moved it with the script it would not change so i checked properties and there is no position on a model :P

2 answers

Log in to vote
0
Answered by 6 years ago

I think THIS might answer your question. (also see THIS page)

Ad
Log in to vote
0
Answered by 6 years ago

To change the position of a model, you need to use :SetPrimaryPartCFrame(). Here's an example:

local model = workspace.Model
model:SetPrimaryPartCFrame(CFrame.new(0,0,0))
0
the clone would not move.... fireburnpokemon 16 — 6y

Answer this question