I have a question, what is the difference between: script.Parent.Position = Vector3.new(999999)
and: script.Parent.CFrame = CFrame.new(99999)
both give me the same result.
9999 = Example
thanks.
I have a question, what is the difference between: script.Parent.Position = Vector3.new(999999)
and: script.Parent.CFrame = CFrame.new(99999)
both give me the same result.
9999 = Example
thanks.
This question has been asked before, please try and do some searching before you post.