#Vector not spawning Modle in right place
1 messages · Page 1 of 1 (latest)
Why :MoveTo()
You know you can set the Position or the CFrame of the MODELS primarypart
it was the only one i saw that would work
is that with :PivotTo or something else?
you don't need a method to move an object
** You are now Level 16! **
ok then what can i use to move it?
just set the Position property or the CFrame property to the desired destination
is that in the property's tab?
** You are now Level 1! **
Yes it is. But you can also set CFrames and Positions via code
hey uh this happened when i tried doing that
be sure to spell „CFrame“ correct
And CFrame.new() doesn‘t have a property / attribute called locatio.
And what you are trying to do is change the CFrame of the Room to the CFrame of the Parent of the script (with the y axis beeing 1). So you would need to do this:
Room.CFrame = position
As your variable position is already a CFrame value
Do YourPart.CFrame = CFrame.new(x, y, z)
You’re trying to call .Position of a blank CFrame when you made a CFrame.new()