#annoying offset

1 messages · Page 1 of 1 (latest)

versed dagger
#

it randomly decides to move the player somewhere else than what i put in the char:MoveTo() arg

#

codes are too big to send i'll just screenshare whever wants to help

zenith jacinth
#

R u sure u are putting the right position?

versed dagger
#

the humanoid move to makes them walk to it

#

i want to teleport them

zenith jacinth
#

U cant use MoveTo on character wdym

#

Use Character:PivotTo

#

The argument is a CFrame btw

static ferry
#

Yessir bro 😤 here:


Try this fix:

Make sure HumanoidRootPart is loaded:

repeat wait() until char:FindFirstChild("HumanoidRootPart")

Check for obstacles at the target position

Use char:SetPrimaryPartCFrame(CFrame.new(position)) instead of MoveTo() if you want exact teleport

If you're on server side, latency might mess up position — consider moving it on the client with a RemoteEvent

zenith jacinth
#

Bro is just giving chatGPT answers

#

SetPrimaryPartCframe is deprecated

static ferry
#

I'm just trying to help bro

zenith jacinth
#

CchatGPT doesnt know that lol

#

Mah ur using chatGPT

#

Lol

#

Double dashes

static ferry
#

Yes I am I'm just trying to help

zenith jacinth
#

Thats just annoying tbh

static ferry
#

I get that, but I’m just trying to learn and improve bro. ChatGPT helps me understand stuff faster.
I’m not tryna cheat — I just wanna get better.

zenith jacinth
#

ChatGPT isnt always the best tbh

#

Sometimes just read what people post and watch tuts might help

timid pelican
#

If they wanted an ai response they wouldve asked the ai themselves

static ferry
#

I am improving

#

But thanks 🙏

versed dagger
versed dagger
static ferry
#

Thanks man 👍

zenith jacinth
#

that was in 2019 and they ended that

#

when it says deprecated its cus it doesnt work anymore

#

pivotTo is much better

zenith jacinth
#

so yea

#

@versed dagger

versed dagger
#

yk dev forums aren't always rifht

zenith jacinth
#

PivotTo

versed dagger
#

did you even check the actual documentation

#

moveto

zenith jacinth
#

just use that

versed dagger
#

it gives me an offset the next time i wanna move the char

#

and I don't need rotation

zenith jacinth
#

so whats ur issue then

#

maybe if u send the code is more clear yk

versed dagger
#

it gives me an offset either way

#

forget it

zenith jacinth
#

what offset bruh

#

MoveTo doesnt have any returns

#

how does it give u anything

#

only parameters

#

U are probably explaining it wrong tbh