Moving a model using cords from the WORLD space

  1. What do you want to achieve? Keep it simple and clear!
    i want to move a model using cords from the world space
  2. What is the issue? Include screenshots / videos if possible!
    Workspace.KIDamado80.Unlockrace:13: attempt to index nil with ‘Position’
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I’ve looked at many articles but for some reason, i cannot make it work
game:GetService("Workspace").Vault:MoveTo(CFrame:PointToWorldSpace(-373.533, -120.3, -462.564))

There isn’t something that uses Position, can you send the full script?

1 Like

that’s the full script, it looks depressing eeeeeeeeeeeeeeeeeeeeeeeeee

workspace:WaitForChild("Vault"):MoveTo(CFrame:PointToWorldSpace(Vector3.new(-373.533, -120.3, -462.564)))
2 Likes

now it’s erroring “attempt to call a nil value”