This code is inside the player's character.
Character = script.Parent:Clone() print(Character) Character:MoveTo(Vector3.new(0, 10, 0)) Character.Parent = game.Workspace
When I print my character, it prints the value of "nil".