#Position problem

10 messages · Page 1 of 1 (latest)

cold prairie
#

character.PrimaryPart.Position = character.PrimaryPart.Position + Vector3.new(character, currentheight + 1, character)

#

do tjat

manic karma
#

something wierd happens when i do that

#

i teleport way to far up

#

and when i press it more

#

the higher i go on the next press

#

nevermind i just had to do the same with brick.position

#

but can you explain whats the difference between

#

character.primarypart.position = vector3.new(blah, blah, blah)

#

and character.primarypart.position = character.primarypart.position + vector3.new(blah, blah, blah)