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

Changing Humanoid Position not working, Why?

Asked by 2 years ago

Im making my own placement system for a game I am working on. While working on it I realized only the part I was stating to change the position was moving. Yes, they are all welded together as Motor6Ds. Here is my code:

    local X,Y,Z = Mouse.Hit.X,49.233,Mouse.Hit.Z
        Preview.Parent = game.Workspace.Previews
        Preview.HumanoidRootPart.Position = Vector3.new(X,Y,Z)

1 answer

Log in to vote
0
Answered by 2 years ago

You need to use server script because yes

0
You don't have to rabbi99 714 — 2y
Ad

Answer this question